simple_params 2.0.0 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ded5b73a35aef4fa98f1334911b8adc78ddf0a98
4
- data.tar.gz: ff44c10ec9eb4c5d6766c2fcb4b045d8fe6d1d7e
3
+ metadata.gz: aad14f1f0e971f95b7b86b2b45bda867e9da7f3a
4
+ data.tar.gz: 972a5e8d2c4b4090a31112263c23099e89008d42
5
5
  SHA512:
6
- metadata.gz: '0438842202760d651dedc3cd2289cf590ce51f7c311bda9cb348100bf018dd12a7dd3f8cc8812def1d13da0159ae4b30ab5bc1e20cd3fc010aff2bb247586870'
7
- data.tar.gz: 4a5a7ab8467342d8a0f158de6ccf78cf2560009e41c5073c0ed107ed89b145f379e5103f700ab5d2f59d7e28b2e4d3d09ba3b390313ae56949f0d44e4ef4c80e
6
+ metadata.gz: c378ed7d5e6a199ec06a18256c054cde60ea142257f162f0a7729eff7beda991fc5a07941e866bba6498488a2cb5cac1efc108b82ca6501dad386c8617868031
7
+ data.tar.gz: ad5ea85c969258cbae045c03c1364545f8b2933772ff2cd83f93578ea5e756f2c7e146e7f7a21728183ae7b15b20fdaa2e4804cb0f34ec0be1eff8706cedf629
data/Appraisals CHANGED
@@ -1,11 +1,14 @@
1
1
  appraise 'activemodel-3' do
2
2
  gem 'activemodel', '>= 3.0'
3
+ gem 'shoulda-matchers', '<= 3.0'
3
4
  end
4
5
 
5
6
  appraise 'activemodel-4' do
6
7
  gem 'activemodel', '>= 4.0'
8
+ gem 'shoulda-matchers', '<= 3.0'
7
9
  end
8
10
 
9
11
  appraise 'activemodel-5' do
10
12
  gem 'activemodel', '>= 5.0'
13
+ gem 'shoulda-matchers', '>= 3.0'
11
14
  end
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_params (1.7.0)
4
+ simple_params (2.0.0)
5
5
  activemodel (>= 3.0, <= 6.0)
6
- shoulda-matchers (~> 2.8)
6
+ shoulda-matchers (>= 2.8)
7
7
  virtus (>= 1.0.0)
8
8
 
9
9
  GEM
@@ -3,5 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "activemodel", ">= 3.0"
6
+ gem "shoulda-matchers", "<= 3.0"
6
7
 
7
8
  gemspec path: "../"
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- simple_params (1.7.0)
4
+ simple_params (2.0.0)
5
5
  activemodel (>= 3.0, <= 6.0)
6
- shoulda-matchers (~> 2.8)
6
+ shoulda-matchers (>= 2.8)
7
7
  virtus (>= 1.0.0)
8
8
 
9
9
  GEM
@@ -75,6 +75,7 @@ DEPENDENCIES
75
75
  pry
76
76
  rake (~> 10.1)
77
77
  rspec (~> 2.6)
78
+ shoulda-matchers (<= 3.0)
78
79
  simple_params!
79
80
 
80
81
  BUNDLED WITH
@@ -3,5 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "activemodel", ">= 4.0"
6
+ gem "shoulda-matchers", "<= 3.0"
6
7
 
7
8
  gemspec path: "../"
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- simple_params (1.7.0)
4
+ simple_params (2.0.0)
5
5
  activemodel (>= 3.0, <= 6.0)
6
- shoulda-matchers (~> 2.8)
6
+ shoulda-matchers (>= 2.8)
7
7
  virtus (>= 1.0.0)
8
8
 
9
9
  GEM
@@ -75,6 +75,7 @@ DEPENDENCIES
75
75
  pry
76
76
  rake (~> 10.1)
77
77
  rspec (~> 2.6)
78
+ shoulda-matchers (<= 3.0)
78
79
  simple_params!
79
80
 
80
81
  BUNDLED WITH
@@ -3,5 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "activemodel", ">= 5.0"
6
+ gem "shoulda-matchers", ">= 3.0"
6
7
 
7
8
  gemspec path: "../"
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- simple_params (1.7.0)
4
+ simple_params (2.0.0)
5
5
  activemodel (>= 3.0, <= 6.0)
6
- shoulda-matchers (~> 2.8)
6
+ shoulda-matchers (>= 2.8)
7
7
  virtus (>= 1.0.0)
8
8
 
9
9
  GEM
@@ -50,8 +50,8 @@ GEM
50
50
  rspec-expectations (2.99.2)
51
51
  diff-lcs (>= 1.1.3, < 2.0)
52
52
  rspec-mocks (2.99.3)
53
- shoulda-matchers (2.8.0)
54
- activesupport (>= 3.0.0)
53
+ shoulda-matchers (3.1.2)
54
+ activesupport (>= 4.0.0)
55
55
  slop (3.6.0)
56
56
  thor (0.20.0)
57
57
  thread_safe (0.3.6)
@@ -73,6 +73,7 @@ DEPENDENCIES
73
73
  pry
74
74
  rake (~> 10.1)
75
75
  rspec (~> 2.6)
76
+ shoulda-matchers (>= 3.0)
76
77
  simple_params!
77
78
 
78
79
  BUNDLED WITH
@@ -1,3 +1,3 @@
1
1
  module SimpleParams
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_dependency 'activemodel', '>= 3.0', '<= 6.0'
22
22
  spec.add_dependency 'virtus', '>= 1.0.0'
23
- spec.add_dependency 'shoulda-matchers', '~> 2.8'
23
+ spec.add_dependency 'shoulda-matchers', '>= 2.8'
24
24
  spec.add_development_dependency 'appraisal'
25
25
  spec.add_development_dependency 'bundler', '~> 1.5'
26
26
  spec.add_development_dependency 'rake', '~> 10.1'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_params
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - brycesenz
@@ -48,14 +48,14 @@ dependencies:
48
48
  name: shoulda-matchers
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
51
+ - - ">="
52
52
  - !ruby/object:Gem::Version
53
53
  version: '2.8'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - "~>"
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '2.8'
61
61
  - !ruby/object:Gem::Dependency