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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4d73a17bdea83319aa258345960004a399c2840
4
- data.tar.gz: 06b72e7b2191fec9b0eb6f3cd6c9977e2fe4f7b4
3
+ metadata.gz: c7818e9285118c15a616e71122545cd4ef3318ba
4
+ data.tar.gz: 9eb3fbde46b95b086a0ce20689a63bf8d4db0747
5
5
  SHA512:
6
- metadata.gz: 7a6a50b4c4b46ae5fc4ad36de844fb572134a081cf520feb8b2f90bdf9fade5ce9bdff4ae02703296da47ce7f5cc77c89cb3513536eac0322a95476551fd1af3
7
- data.tar.gz: c4da5ecb6f255ff54bbdac3aecb0c7c9f6660d49c25e9d7245e32e3ca286a0720e2c9ddc653841e02d528c76ee8f79901d43de54526e1617959f5b62d12cfd19
6
+ metadata.gz: 2bba6a891ac7f60c046e44394e808105c2983677cd047e6e1a574685c60ceae3aa3e54c500efa38dae9a294b8315d0498df82ee9109e8aeaadf51991d45e7e75
7
+ data.tar.gz: f3d30fb9aaea50ee0a04358defde4b51d5d85a2ad2345df4a5261f7b58261763d7edc34487cb12193d98f5e36007f67ccc08d3463740aa419e57306575e3ff59
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Enum
3
- VERSION = '0.0.1'.freeze
3
+ VERSION = '0.0.2'.freeze
4
4
  end
5
5
  end
@@ -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/thetron/mongoid-enum'
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.1
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/thetron/mongoid-enum
128
+ homepage: https://github.com/kennethrosales/mongoid-enum-logn
129
129
  licenses:
130
130
  - MIT
131
131
  metadata: {}