mongoid-dsl 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fa301c9617088b3bf2b0f82609924c9a7aea0af
4
- data.tar.gz: ddb141cc05b803af124b4b0a0dbd9c7f4ff747cc
3
+ metadata.gz: 55982f2dfe0534e050096105b911bc050d121221
4
+ data.tar.gz: 49782fd0a004ea08e9204e124d87e050b539dfeb
5
5
  SHA512:
6
- metadata.gz: 62be09d282612a3248c3d210bec2c13641c99f8ff38f69db607c288db2de7f5eb6def7c9c4544c89e844aee999a02e14ec887e7df809e59e9a2152c360a42f37
7
- data.tar.gz: 215497d4ee504fd75c1f326098eed9aed04bf34e9e8ab10c61eb870635cccbb322dd9fa196f40aabb1ad1ceb85ac511c44eeaaf2b8bc97786fd7b482d648cb7f
6
+ metadata.gz: 588e358725dc0eabf3f13d870dc498f43b0b2bea5f9e49a33319681a26cf6705a4cb54870c233a061749b5c49c9598b703023c9d726f2a6e474a70c2b490146c
7
+ data.tar.gz: 6b5c15c7169f27e71a17cd298b2bf75cc76192fcb109c8b8224fa9b12ccaf953e7a93970b5ae7b2e80e747d1c020905044a289ed13050f19948e648263db36d7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/mongoid-dsl.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
6
  spec.version = File.open(File.join(File.dirname(__FILE__),"VERSION")).read.split("\n")[0].chomp.gsub(' ','')
7
7
  spec.authors = ["Adam Luzsi"]
8
8
  spec.email = ["adamluzsi@gmail.com"]
9
- spec.description = "Ruby Module for ease of use with mongoid based models"
9
+ spec.description = "Ruby Module for ease of use with mongoid based models. with this module you get additional tools for your mongoid ODM. You can query directly to an embedded document class or getting references or parents for the model. Check Git for more!"
10
10
  spec.summary = "Ruby Module for ease of use mongoid models"
11
11
 
12
12
  spec.files = `git ls-files`.split($/)
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi
@@ -80,7 +80,9 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 2.9.0
83
- description: Ruby Module for ease of use with mongoid based models
83
+ description: Ruby Module for ease of use with mongoid based models. with this module
84
+ you get additional tools for your mongoid ODM. You can query directly to an embedded
85
+ document class or getting references or parents for the model. Check Git for more!
84
86
  email:
85
87
  - adamluzsi@gmail.com
86
88
  executables: []
@@ -99,6 +101,7 @@ files:
99
101
  - lib/mongoid-dsl/fields-ext.rb
100
102
  - lib/mongoid-dsl/monkey.rb
101
103
  - mongoid-dsl.gemspec
104
+ - pkg/mongoid-dsl-1.0.0.gem
102
105
  homepage:
103
106
  licenses: []
104
107
  metadata: {}