simple_action 1.6.1 → 1.6.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzE4ZDAyZjZmZDc2NTI0YmYwYzAyMjZhODA5NjI4OTliYjhlY2MxOA==
4
+ MmRmM2ZjM2VmODQzNDg5M2ZlZDNlOTE1ODU4ZjE5MDAxMTc0NzRmZA==
5
5
  data.tar.gz: !binary |-
6
- NDYyNTBmZWQwOGQ1MzhmYTk5YjBlMTY3M2YxZmYwMWYyMTc3NjBkMA==
6
+ MGRmNzczZDc1OWNhZjFiODJiN2U3NWU2MjEyMTU0ODMzMjIzM2RkZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzE3NjQxZTY1ZjgwZGE2MmMxNTA1YTkwNDRhYzUxMmE4MzUwMjZiNjNkN2Nk
10
- ZTY4MTlhNDVhMzYyMTRjM2YzOTVjYWM5NTMyMTA3M2M3YWRhYjcwNzdiOWRh
11
- MmUyYzEyZDlmNDFmODAyZGFkN2ZkMjdhNmRiM2JhYzcyMTJhNzM=
9
+ M2UxZTNiYTU1MmRlZGEzMWZkMWEzNDM4ZmExZmEwYTNjOTc5NjRmODA5ZjVh
10
+ MDlkNWY3Nzg1NzFhMTZiMjg1NjQ5MTU4YTk5YzhjMjBkNmMxZDBiMDhmZGQ4
11
+ NTRmYzliNGZjMjhkMWFhNGZkYTljZmZlMDZhZDlhOTRjZDMzNmQ=
12
12
  data.tar.gz: !binary |-
13
- MDE1N2MxN2FlZDgzNjExNTM4ODNlYWNhOGE3MzQxYWFjZGEwMTVmNzkwMjAy
14
- ZTUxYzcyNjNhOTY5ZjQ5MTExY2Q3MDVhMDUxODRhYTIzY2VhNjhkMGEzMDVh
15
- NjEyZWE2YTk4ZjI3MDliYTUwYWY0N2I4OGFhYmI2ODg2N2U1MjM=
13
+ ZmE2YWYyZDIzYWI1MTgxYzRiY2I5MGZiYzZiOTkyNTE1M2JkZmQ3YjAzYWY2
14
+ N2M5NzZlMmQzM2NjYzhiNjE4YTkxNDUzNGI2MjNlYzU1YjhhODFjOTc1NzIz
15
+ YjQ4YWI5ODcxOWJiZmMyYzU4MjI4MmU0NTUzNmZjZDEyN2NmMWY=
data/Gemfile.lock CHANGED
@@ -1,16 +1,16 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_action (1.6.0)
5
- simple_params (>= 1.6, < 2.0)
4
+ simple_action (1.6.1)
5
+ simple_params (>= 1.6.8, < 2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (4.2.5)
11
- activesupport (= 4.2.5)
10
+ activemodel (4.2.6)
11
+ activesupport (= 4.2.6)
12
12
  builder (~> 3.1)
13
- activesupport (4.2.5)
13
+ activesupport (4.2.6)
14
14
  i18n (~> 0.7)
15
15
  json (~> 1.7, >= 1.7.7)
16
16
  minitest (~> 5.1)
@@ -29,10 +29,10 @@ GEM
29
29
  diff-lcs (1.2.5)
30
30
  equalizer (0.0.11)
31
31
  i18n (0.7.0)
32
- ice_nine (0.11.1)
32
+ ice_nine (0.11.2)
33
33
  json (1.8.3)
34
34
  method_source (0.8.2)
35
- minitest (5.8.3)
35
+ minitest (5.9.0)
36
36
  pry (0.10.1)
37
37
  coderay (~> 1.1.0)
38
38
  method_source (~> 0.8.1)
@@ -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.6.5)
51
+ simple_params (1.6.8)
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.6.1"
2
+ VERSION = "1.6.2"
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.6", "< 2.0"
21
+ spec.add_dependency "simple_params", ">= 1.6.8", "< 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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - brycesenz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-23 00:00:00.000000000 Z
11
+ date: 2016-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simple_params
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: '1.6'
19
+ version: 1.6.8
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.6'
29
+ version: 1.6.8
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: '2.0'