mongoid-dsl 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/mongoid-dsl.gemspec +1 -1
- data/pkg/mongoid-dsl-1.0.0.gem +0 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55982f2dfe0534e050096105b911bc050d121221
|
|
4
|
+
data.tar.gz: 49782fd0a004ea08e9204e124d87e050b539dfeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 588e358725dc0eabf3f13d870dc498f43b0b2bea5f9e49a33319681a26cf6705a4cb54870c233a061749b5c49c9598b703023c9d726f2a6e474a70c2b490146c
|
|
7
|
+
data.tar.gz: 6b5c15c7169f27e71a17cd298b2bf75cc76192fcb109c8b8224fa9b12ccaf953e7a93970b5ae7b2e80e747d1c020905044a289ed13050f19948e648263db36d7
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.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.
|
|
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: {}
|