lazy_crud 0.9.6 → 0.9.7

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: fb90c5ca728cc7bc0147d150d5bea0f9eac2cc49
4
- data.tar.gz: 533bcdae4b935549a8e80d177db9924905a61248
3
+ metadata.gz: ee944f2f6bc7764111e9c96a9dcc079a40ac6fb8
4
+ data.tar.gz: a18ee4f637c4931a9bbeb3d9112173b8dead8696
5
5
  SHA512:
6
- metadata.gz: 9d4de6e7b68424f1f9e46aa72466698f38a50ad379066956026e6f9bf1cad9cb0745dfad98c098f2ff366db3ccb62f1eb16951e1895d53282ece1ab6c629ef6a
7
- data.tar.gz: 88afd24e57df1da42a82bc3935fe4852874cf4fce0006b64451c24d6dcb0152ab48e5e9d03c501f2447a940fa0aae27b15b35eaf5742e0f599115854949f4d1f
6
+ metadata.gz: 23d9c350d86fdddad45c17535dd109cb153903c496810c2d15cda83ba4877ae981bdd17471f257f89bfa08eca408a04fb24c87658a20c14f13cbe7d0634934d5
7
+ data.tar.gz: 0bba7d3cd441966c584c27ca7109525b85d99d368a9a1f0c270aef793ab3f2b5833eca7e0bb15a9d4a90974637c7b8799ea3ddb517238ff188b3c2074623bf6b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lazy_crud (0.9.5)
4
+ lazy_crud (0.9.6)
5
5
  activesupport
6
6
  i18n
7
7
  responders
@@ -9,36 +9,36 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.2.2)
13
- actionpack (= 4.2.2)
14
- actionview (= 4.2.2)
15
- activejob (= 4.2.2)
12
+ actionmailer (4.2.3)
13
+ actionpack (= 4.2.3)
14
+ actionview (= 4.2.3)
15
+ activejob (= 4.2.3)
16
16
  mail (~> 2.5, >= 2.5.4)
17
17
  rails-dom-testing (~> 1.0, >= 1.0.5)
18
- actionpack (4.2.2)
19
- actionview (= 4.2.2)
20
- activesupport (= 4.2.2)
18
+ actionpack (4.2.3)
19
+ actionview (= 4.2.3)
20
+ activesupport (= 4.2.3)
21
21
  rack (~> 1.6)
22
22
  rack-test (~> 0.6.2)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
25
- actionview (4.2.2)
26
- activesupport (= 4.2.2)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.3)
26
+ activesupport (= 4.2.3)
27
27
  builder (~> 3.1)
28
28
  erubis (~> 2.7.0)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
31
- activejob (4.2.2)
32
- activesupport (= 4.2.2)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ activejob (4.2.3)
32
+ activesupport (= 4.2.3)
33
33
  globalid (>= 0.3.0)
34
- activemodel (4.2.2)
35
- activesupport (= 4.2.2)
34
+ activemodel (4.2.3)
35
+ activesupport (= 4.2.3)
36
36
  builder (~> 3.1)
37
- activerecord (4.2.2)
38
- activemodel (= 4.2.2)
39
- activesupport (= 4.2.2)
37
+ activerecord (4.2.3)
38
+ activemodel (= 4.2.3)
39
+ activesupport (= 4.2.3)
40
40
  arel (~> 6.0)
41
- activesupport (4.2.2)
41
+ activesupport (4.2.3)
42
42
  i18n (~> 0.7)
43
43
  json (~> 1.7, >= 1.7.7)
44
44
  minitest (~> 5.1)
@@ -87,16 +87,16 @@ GEM
87
87
  rack (1.6.4)
88
88
  rack-test (0.6.3)
89
89
  rack (>= 1.0)
90
- rails (4.2.2)
91
- actionmailer (= 4.2.2)
92
- actionpack (= 4.2.2)
93
- actionview (= 4.2.2)
94
- activejob (= 4.2.2)
95
- activemodel (= 4.2.2)
96
- activerecord (= 4.2.2)
97
- activesupport (= 4.2.2)
90
+ rails (4.2.3)
91
+ actionmailer (= 4.2.3)
92
+ actionpack (= 4.2.3)
93
+ actionview (= 4.2.3)
94
+ activejob (= 4.2.3)
95
+ activemodel (= 4.2.3)
96
+ activerecord (= 4.2.3)
97
+ activesupport (= 4.2.3)
98
98
  bundler (>= 1.3.0, < 2.0)
99
- railties (= 4.2.2)
99
+ railties (= 4.2.3)
100
100
  sprockets-rails
101
101
  rails-deprecated_sanitizer (1.0.3)
102
102
  activesupport (>= 4.2.0.alpha)
@@ -106,9 +106,9 @@ GEM
106
106
  rails-deprecated_sanitizer (>= 1.0.1)
107
107
  rails-html-sanitizer (1.0.2)
108
108
  loofah (~> 2.0)
109
- railties (4.2.2)
110
- actionpack (= 4.2.2)
111
- activesupport (= 4.2.2)
109
+ railties (4.2.3)
110
+ actionpack (= 4.2.3)
111
+ activesupport (= 4.2.3)
112
112
  rake (>= 0.8.7)
113
113
  thor (>= 0.18.1, < 2.0)
114
114
  rake (10.4.2)
@@ -123,7 +123,7 @@ GEM
123
123
  rspec-expectations (3.3.0)
124
124
  diff-lcs (>= 1.2.0, < 2.0)
125
125
  rspec-support (~> 3.3.0)
126
- rspec-mocks (3.3.0)
126
+ rspec-mocks (3.3.1)
127
127
  diff-lcs (>= 1.2.0, < 2.0)
128
128
  rspec-support (~> 3.3.0)
129
129
  rspec-rails (3.3.2)
@@ -143,7 +143,7 @@ GEM
143
143
  slop (3.6.0)
144
144
  sprockets (3.2.0)
145
145
  rack (~> 1.0)
146
- sprockets-rails (2.3.1)
146
+ sprockets-rails (2.3.2)
147
147
  actionpack (>= 3.0)
148
148
  activesupport (>= 3.0)
149
149
  sprockets (>= 2.8, < 4.0)
@@ -1,3 +1,3 @@
1
1
  module LazyCrud
2
- VERSION = "0.9.6"
2
+ VERSION = "0.9.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazy_crud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-19 00:00:00.000000000 Z
11
+ date: 2015-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -316,7 +316,7 @@ rubyforge_project:
316
316
  rubygems_version: 2.4.6
317
317
  signing_key:
318
318
  specification_version: 4
319
- summary: LazyCrud-0.9.6
319
+ summary: LazyCrud-0.9.7
320
320
  test_files:
321
321
  - spec/integration/discounts_controller_spec.rb
322
322
  - spec/integration/events_controller_spec.rb