enumize_mongoid 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b94cd31450d34f8fdc6a003185b9e48dd0e36d47
4
- data.tar.gz: 3373fb392dab45a699ea4dc92f5c4e9b7bed050c
3
+ metadata.gz: 3ce02fbd6c749685094fe3c58d7293b78bbf4463
4
+ data.tar.gz: c49b463ab91d145f238c59d60e177adf9b335595
5
5
  SHA512:
6
- metadata.gz: 07141f242c59d805cf2f772ac01247c85e54bef658a63b07cd64e4f278ffad0ad227994ef07e2c39f846941abeaac68c5f1da717707a19d5ded191503671a4ee
7
- data.tar.gz: 171a13e760de206817f68a5925d9eb9be3a256a59f9f5f76b4cd55f4e7c846e7e0d32fb3b663f576edad00eb61d9a3498598de19075adfaa8d73206b789bc5f9
6
+ metadata.gz: e92de6900feb56979ea8033700304d807b83cc96e536bc35e74a063681c1264551ee00f8925cd8385ffac39baf70d762ca43d6c1dd90b534889e94e37f1b2213
7
+ data.tar.gz: ad9b2526e5bd63cceb2dc2d46454a6de1555a4b05f82792aec34ffe6583dcce7ba668cf97c1a81a496c45793867dd7943a9589bff38336755b35b153c006028f
data/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2015 Elod Peter, Innovative Travel Ltd.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -20,5 +20,6 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.9"
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_dependency "mongoid"
23
+ spec.add_dependency "mongoid", "~> 5.0"
24
+ spec.required_ruby_version = "~> 2.2"
24
25
  end
@@ -1,3 +1,3 @@
1
1
  module EnumizeMongoid
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enumize_mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elod Peter
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: mongoid
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '5.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '5.0'
55
55
  description: Enum Field for Mongoid
56
56
  email:
57
57
  - bejmuller@gmail.com
@@ -63,6 +63,7 @@ files:
63
63
  - ".rspec"
64
64
  - ".travis.yml"
65
65
  - Gemfile
66
+ - LICENSE
66
67
  - README.md
67
68
  - Rakefile
68
69
  - bin/console
@@ -79,9 +80,9 @@ require_paths:
79
80
  - lib
80
81
  required_ruby_version: !ruby/object:Gem::Requirement
81
82
  requirements:
82
- - - ">="
83
+ - - "~>"
83
84
  - !ruby/object:Gem::Version
84
- version: '0'
85
+ version: '2.2'
85
86
  required_rubygems_version: !ruby/object:Gem::Requirement
86
87
  requirements:
87
88
  - - ">="