simple_action 1.1.0 → 1.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGY1MmExZDFjZDI5M2JjMzUzM2YxMmVkOTdiYjJhMzIzZTFmNDg5MQ==
4
+ N2Y1ZDg2NWRjODE0NGE0MjRiN2Y1MTU0Y2Q4OTk2NWM3OTUxYmNkZA==
5
5
  data.tar.gz: !binary |-
6
- NzdiNzY0ZTdmOTlmNjFiN2RiMWY0MTljNDkxNTk3MTc5NTYyYTk3Zg==
6
+ ZGEzNTBjMTM1MTRiZDBlMDRlYTIxMjczNmNmYTUzMGZlOTAxZjdiMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWNjMzhiZWY1NzgzOTYxMjY0NGM5NzkxMzU5MDBkY2E2MjRkOGMxY2E3Njlm
10
- ODA4MmRhZTk1ZjA4MmE2OWY1MWE1ZjBiMWQ5NTAxNGJkNjIwZWQwOWIxYTNm
11
- OTEyYTQ4YzY3NTU4MTI1YjY0NzRmZDExYTA4YThiNDk1M2NlMTU=
9
+ YzUyOWQ2NjAzMTU4YWY3MzYzYjYzMTU2NjMxNDE5NTUyNzFiMmQyN2Y1MjQ5
10
+ MzExYmIyNThmYzUxNWVhOTc4YmQ2YzVlMmFjNjZiNmZiMWM1MDk4YmQyNGM3
11
+ MzZmZThjYmExZTM5ZGQyOGMwM2Q0YmUwMWU2Nzc0MDdjZDc4MzU=
12
12
  data.tar.gz: !binary |-
13
- NWIxODhhYjBiNzA5ZTUxNmQ4YjU5YmI0NzEzOGM2ZDg1MDRmNDJhY2MzODEx
14
- ODMwMWQwY2IzODlmMGFjNzcwMDMxZTI4ZjUwMTU4NGMwOTdkNGRiNzE1Y2Ni
15
- MjU3ZmZjZGVjNmZhMzNhOGNkN2M3ZDlmMWI2NjFkYjVlNWE5MDQ=
13
+ NTY4ZjY1YjMxMGEzZDhlNWVhNDI0ZDAxNThhYjMyM2FhNWQxODRmYzlhZjdl
14
+ YzRmNzVkODI0YjdhNWIwYWYzZjlhNzllMTA3NGE0Yjg5YTZmNGUwMmJkM2Zk
15
+ NTk2M2FjNmZiNGFhMThjYTFjMTYxMDU2ZjQ1MDI3NDIzNWIwNzg=
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_action (1.0.6)
5
- simple_params (>= 1.1, < 2.0)
4
+ simple_action (1.1.0)
5
+ simple_params (>= 1.1.1, < 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.1.0)
51
+ simple_params (1.1.1)
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.1.0"
2
+ VERSION = "1.1.1"
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.1", "< 2.0"
21
+ spec.add_dependency "simple_params", ">= 1.1.1", "< 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.1.0
4
+ version: 1.1.1
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.1'
19
+ version: 1.1.1
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.1'
29
+ version: 1.1.1
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.0'