simple_action 1.5.2 → 1.6.0

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzZmODY1MWQ3YWZiNDk3N2E2NGU4NjgxZDA0YWEwY2JhNThlNDQ3Yg==
4
+ YTg4ZTEzMzI3MzYxMGNmNDFhYjM1MDkxN2ZlYzMwYzRmZjRlOTNhMg==
5
5
  data.tar.gz: !binary |-
6
- YWZmZTAxNTIwMTFiZTkxNjEwMjc1MjI5ZWMzNGUwNjY0MDA1NTYxOA==
6
+ N2VlM2Q5YzA5YjU0M2MxNTE0YmViYWQ3NGJiOTVlMmE1ZTgzNTRkOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTgwMzliNDRjYTZkNTJmNjQ5YmY5NTYwNmIwNWZlMmNhY2RkYjg2ODRiMWE0
10
- Y2VjYjhiZGZjMDFlMWRjZDkyNDlmZGM4NjgxNDM4ZmNkOTZiYjI4ZDgzNTVi
11
- YmI5MGUwMWFhYTc5Mjk5Nzk2N2IwNzlhNzBhZTRmNDc2ZTdhNWU=
9
+ YTM5ZDljMWVjZjljNjNiYmI0NDM5NGYwMzA0NmUyYzVlOTkwM2VkMWFkMjJi
10
+ MjQ1NDcwNTI2NzQwOGNiZWZhNjc5YThlN2ViZTY1MzJjMTVkZmU1NjEyZGJl
11
+ MWI3MjgxNmViZWI0NzJlYWU2N2VlZTc1N2Q3ZDA2OGU2ZjIyNWU=
12
12
  data.tar.gz: !binary |-
13
- ZTg5NjljMTQwOGQ3MWU0OTE4ZDE3OGQ3MjYzM2VkYWYyNzU3OTAwM2QyOTY4
14
- MDA1NGU4YmI1YjAzYjJiMTFhYjA2NDQ3NDIwZWQxODExYjdjZDI2YzI1ZmQy
15
- ODhjM2ZlZDNiMjQ5MWYyOWJkOTU1MDcxODk1YTUwNmIwZDYwNWI=
13
+ NWYwMzE1MGZiOTdiNGVkNzI5OGY2YjE4ZWZiNGRmZmM0NjJlY2ZmZGFmNWMw
14
+ MGI5YzViZGY2MDY3MDJlZTRhNWU0NzM5MTlkOGE2MjBhMWJiMzg5MjYyYjg4
15
+ YjZmMTY4YzMxMDk3ZDQ0ZjUwMTVhOGZlM2Y4YTY2ZTVhMDM1ZjI=
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_action (1.5.1)
5
- simple_params (>= 1.5, < 2.0)
4
+ simple_action (1.5.2)
5
+ simple_params (>= 1.6, < 2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -48,7 +48,7 @@ GEM
48
48
  rspec-mocks (2.99.3)
49
49
  shoulda-matchers (2.8.0)
50
50
  activesupport (>= 3.0.0)
51
- simple_params (1.5.2)
51
+ simple_params (1.6.0)
52
52
  activemodel (>= 3.0, < 5.0)
53
53
  shoulda-matchers (~> 2.8)
54
54
  virtus (>= 1.0.0)
@@ -1,3 +1,3 @@
1
1
  module SimpleAction
2
- VERSION = "1.5.2"
2
+ VERSION = "1.6.0"
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "simple_params", ">= 1.5", "< 2.0"
21
+ spec.add_dependency "simple_params", ">= 1.6", "< 2.0"
22
22
  spec.add_development_dependency "bundler", "~> 1.5"
23
23
  spec.add_development_dependency "rake", "~> 10.1"
24
24
  spec.add_development_dependency "rspec", "~> 2.6"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - brycesenz
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  - - <
21
21
  - !ruby/object:Gem::Version
22
22
  version: '2.0'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: '1.5'
29
+ version: '1.6'
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.0'