mongoid-enum-logn 0.0.1 → 0.0.2
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/lib/mongoid/enum/version.rb +1 -1
- data/mongoid-enum-logn.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7818e9285118c15a616e71122545cd4ef3318ba
|
|
4
|
+
data.tar.gz: 9eb3fbde46b95b086a0ce20689a63bf8d4db0747
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bba6a891ac7f60c046e44394e808105c2983677cd047e6e1a574685c60ceae3aa3e54c500efa38dae9a294b8315d0498df82ee9109e8aeaadf51991d45e7e75
|
|
7
|
+
data.tar.gz: f3d30fb9aaea50ee0a04358defde4b51d5d85a2ad2345df4a5261f7b58261763d7edc34487cb12193d98f5e36007f67ccc08d3463740aa419e57306575e3ff59
|
data/lib/mongoid/enum/version.rb
CHANGED
data/mongoid-enum-logn.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.description = "Heavily inspired by DDH's ActiveRecord::Enum, this little library is there to help you cut down the cruft in your models and make the world a happier place at the same time."
|
|
12
12
|
spec.summary = 'Sweet enum sugar for your Mongoid documents'
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
13
|
+
spec.homepage = 'https://github.com/kennethrosales/mongoid-enum-logn'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid-enum-logn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kennethrosales
|
|
@@ -125,7 +125,7 @@ files:
|
|
|
125
125
|
- spec/mongoid/enum_spec.rb
|
|
126
126
|
- spec/spec_helper.rb
|
|
127
127
|
- spec/support/mongoid.yml
|
|
128
|
-
homepage: https://github.com/
|
|
128
|
+
homepage: https://github.com/kennethrosales/mongoid-enum-logn
|
|
129
129
|
licenses:
|
|
130
130
|
- MIT
|
|
131
131
|
metadata: {}
|