lazy_crud 0.9.8.3 → 0.9.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +38 -38
- data/lib/lazy_crud/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c40dc9beecfaa6ce36e404b0cc1614c0d00a266
|
4
|
+
data.tar.gz: ceff2e985021bfc70c8a52d72f842ab781b977e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42f59cb6f643fdab81fd1744203a74873dec8f31f3cb278b56a755a5b8b49c3a593c1615b6d8257a2d09ba94a08228d3c7408e7cd14b9770fae994dc44476fc9
|
7
|
+
data.tar.gz: aa482e369ae8eca339fe02715da3fc5b8767635d7e1a23f1609e3f690dcfb199ab8d7960f00e201a9fd0dd2c97fe984d03885c2eca5b28111702e16747bf3587
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lazy_crud (0.9.8.
|
4
|
+
lazy_crud (0.9.8.4)
|
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.5)
|
13
|
-
actionpack (= 4.2.5)
|
14
|
-
actionview (= 4.2.5)
|
15
|
-
activejob (= 4.2.5)
|
12
|
+
actionmailer (4.2.5.1)
|
13
|
+
actionpack (= 4.2.5.1)
|
14
|
+
actionview (= 4.2.5.1)
|
15
|
+
activejob (= 4.2.5.1)
|
16
16
|
mail (~> 2.5, >= 2.5.4)
|
17
17
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
18
|
-
actionpack (4.2.5)
|
19
|
-
actionview (= 4.2.5)
|
20
|
-
activesupport (= 4.2.5)
|
18
|
+
actionpack (4.2.5.1)
|
19
|
+
actionview (= 4.2.5.1)
|
20
|
+
activesupport (= 4.2.5.1)
|
21
21
|
rack (~> 1.6)
|
22
22
|
rack-test (~> 0.6.2)
|
23
23
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
24
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
25
|
-
actionview (4.2.5)
|
26
|
-
activesupport (= 4.2.5)
|
25
|
+
actionview (4.2.5.1)
|
26
|
+
activesupport (= 4.2.5.1)
|
27
27
|
builder (~> 3.1)
|
28
28
|
erubis (~> 2.7.0)
|
29
29
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
30
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
activejob (4.2.5)
|
32
|
-
activesupport (= 4.2.5)
|
31
|
+
activejob (4.2.5.1)
|
32
|
+
activesupport (= 4.2.5.1)
|
33
33
|
globalid (>= 0.3.0)
|
34
|
-
activemodel (4.2.5)
|
35
|
-
activesupport (= 4.2.5)
|
34
|
+
activemodel (4.2.5.1)
|
35
|
+
activesupport (= 4.2.5.1)
|
36
36
|
builder (~> 3.1)
|
37
|
-
activerecord (4.2.5)
|
38
|
-
activemodel (= 4.2.5)
|
39
|
-
activesupport (= 4.2.5)
|
37
|
+
activerecord (4.2.5.1)
|
38
|
+
activemodel (= 4.2.5.1)
|
39
|
+
activesupport (= 4.2.5.1)
|
40
40
|
arel (~> 6.0)
|
41
|
-
activesupport (4.2.5)
|
41
|
+
activesupport (4.2.5.1)
|
42
42
|
i18n (~> 0.7)
|
43
43
|
json (~> 1.7, >= 1.7.7)
|
44
44
|
minitest (~> 5.1)
|
@@ -71,10 +71,10 @@ GEM
|
|
71
71
|
method_source (0.8.2)
|
72
72
|
mime-types (2.99)
|
73
73
|
mini_portile2 (2.0.0)
|
74
|
-
minitest (5.8.
|
75
|
-
nokogiri (1.6.7.
|
74
|
+
minitest (5.8.4)
|
75
|
+
nokogiri (1.6.7.2)
|
76
76
|
mini_portile2 (~> 2.0.0.rc2)
|
77
|
-
paranoia (2.1.
|
77
|
+
paranoia (2.1.5)
|
78
78
|
activerecord (~> 4.0)
|
79
79
|
pry (0.10.3)
|
80
80
|
coderay (~> 1.1.0)
|
@@ -86,16 +86,16 @@ GEM
|
|
86
86
|
rack (1.6.4)
|
87
87
|
rack-test (0.6.3)
|
88
88
|
rack (>= 1.0)
|
89
|
-
rails (4.2.5)
|
90
|
-
actionmailer (= 4.2.5)
|
91
|
-
actionpack (= 4.2.5)
|
92
|
-
actionview (= 4.2.5)
|
93
|
-
activejob (= 4.2.5)
|
94
|
-
activemodel (= 4.2.5)
|
95
|
-
activerecord (= 4.2.5)
|
96
|
-
activesupport (= 4.2.5)
|
89
|
+
rails (4.2.5.1)
|
90
|
+
actionmailer (= 4.2.5.1)
|
91
|
+
actionpack (= 4.2.5.1)
|
92
|
+
actionview (= 4.2.5.1)
|
93
|
+
activejob (= 4.2.5.1)
|
94
|
+
activemodel (= 4.2.5.1)
|
95
|
+
activerecord (= 4.2.5.1)
|
96
|
+
activesupport (= 4.2.5.1)
|
97
97
|
bundler (>= 1.3.0, < 2.0)
|
98
|
-
railties (= 4.2.5)
|
98
|
+
railties (= 4.2.5.1)
|
99
99
|
sprockets-rails
|
100
100
|
rails-deprecated_sanitizer (1.0.3)
|
101
101
|
activesupport (>= 4.2.0.alpha)
|
@@ -103,16 +103,16 @@ GEM
|
|
103
103
|
activesupport (>= 4.2.0.beta, < 5.0)
|
104
104
|
nokogiri (~> 1.6.0)
|
105
105
|
rails-deprecated_sanitizer (>= 1.0.1)
|
106
|
-
rails-html-sanitizer (1.0.
|
106
|
+
rails-html-sanitizer (1.0.3)
|
107
107
|
loofah (~> 2.0)
|
108
|
-
railties (4.2.5)
|
109
|
-
actionpack (= 4.2.5)
|
110
|
-
activesupport (= 4.2.5)
|
108
|
+
railties (4.2.5.1)
|
109
|
+
actionpack (= 4.2.5.1)
|
110
|
+
activesupport (= 4.2.5.1)
|
111
111
|
rake (>= 0.8.7)
|
112
112
|
thor (>= 0.18.1, < 2.0)
|
113
|
-
rake (10.
|
114
|
-
responders (2.1.
|
115
|
-
railties (>= 4.2.0, < 5)
|
113
|
+
rake (10.5.0)
|
114
|
+
responders (2.1.1)
|
115
|
+
railties (>= 4.2.0, < 5.1)
|
116
116
|
rspec (3.4.0)
|
117
117
|
rspec-core (~> 3.4.0)
|
118
118
|
rspec-expectations (~> 3.4.0)
|
@@ -122,7 +122,7 @@ GEM
|
|
122
122
|
rspec-expectations (3.4.0)
|
123
123
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
124
|
rspec-support (~> 3.4.0)
|
125
|
-
rspec-mocks (3.4.
|
125
|
+
rspec-mocks (3.4.1)
|
126
126
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
127
|
rspec-support (~> 3.4.0)
|
128
128
|
rspec-rails (3.4.0)
|
data/lib/lazy_crud/version.rb
CHANGED
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.8.
|
4
|
+
version: 0.9.8.4
|
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:
|
11
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -328,7 +328,7 @@ rubyforge_project:
|
|
328
328
|
rubygems_version: 2.4.8
|
329
329
|
signing_key:
|
330
330
|
specification_version: 4
|
331
|
-
summary: LazyCrud-0.9.8.
|
331
|
+
summary: LazyCrud-0.9.8.4
|
332
332
|
test_files:
|
333
333
|
- spec/integration/discounts_controller_spec.rb
|
334
334
|
- spec/integration/event_discounts_controller_spec.rb
|