lazy_crud 0.9.8.2 → 0.9.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +13 -11
- data/lib/lazy_crud/version.rb +1 -1
- data/spec/support/rails_app/db/development.sqlite3 +0 -0
- 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: a750014f6d6be3d6eb333ac21c2fb255a1a4b776
|
4
|
+
data.tar.gz: b1423659574fe43a2bc25d3a88ff9ada7d4630af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b5b6f63db01cf062ef4a45f76796f07a1166eb29975402e1e0fc51ff5979d1862cd2fa4121948546eb06a136a554bed937f1df3b241f64540cb9dee875d183
|
7
|
+
data.tar.gz: 8fbbc626ba15a7988b0f8e1b14989f0b78cea507c65bab849484b53f575147fa438fb134311d531051f98409f5c85b7f4f20676e57bdf1947892102a883c8f49
|
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.3)
|
5
5
|
activesupport
|
6
6
|
i18n
|
7
7
|
responders
|
@@ -47,10 +47,11 @@ GEM
|
|
47
47
|
arel (6.0.3)
|
48
48
|
awesome_print (1.6.1)
|
49
49
|
builder (3.2.2)
|
50
|
-
byebug (8.2.
|
50
|
+
byebug (8.2.1)
|
51
51
|
codeclimate-test-reporter (0.4.8)
|
52
52
|
simplecov (>= 0.7.1, < 1.0.0)
|
53
53
|
coderay (1.1.0)
|
54
|
+
concurrent-ruby (1.0.0)
|
54
55
|
diff-lcs (1.2.5)
|
55
56
|
docile (1.1.5)
|
56
57
|
erubis (2.7.0)
|
@@ -69,10 +70,10 @@ GEM
|
|
69
70
|
mime-types (>= 1.16, < 3)
|
70
71
|
method_source (0.8.2)
|
71
72
|
mime-types (2.99)
|
72
|
-
|
73
|
+
mini_portile2 (2.0.0)
|
73
74
|
minitest (5.8.3)
|
74
|
-
nokogiri (1.6.
|
75
|
-
|
75
|
+
nokogiri (1.6.7.1)
|
76
|
+
mini_portile2 (~> 2.0.0.rc2)
|
76
77
|
paranoia (2.1.4)
|
77
78
|
activerecord (~> 4.0)
|
78
79
|
pry (0.10.3)
|
@@ -133,18 +134,19 @@ GEM
|
|
133
134
|
rspec-mocks (~> 3.4.0)
|
134
135
|
rspec-support (~> 3.4.0)
|
135
136
|
rspec-support (3.4.1)
|
136
|
-
simplecov (0.
|
137
|
+
simplecov (0.11.1)
|
137
138
|
docile (~> 1.1.0)
|
138
139
|
json (~> 1.8)
|
139
140
|
simplecov-html (~> 0.10.0)
|
140
141
|
simplecov-html (0.10.0)
|
141
142
|
slop (3.6.0)
|
142
|
-
sprockets (3.
|
143
|
+
sprockets (3.5.2)
|
144
|
+
concurrent-ruby (~> 1.0)
|
143
145
|
rack (> 1, < 3)
|
144
|
-
sprockets-rails (
|
145
|
-
actionpack (>=
|
146
|
-
activesupport (>=
|
147
|
-
sprockets (>=
|
146
|
+
sprockets-rails (3.0.0)
|
147
|
+
actionpack (>= 4.0)
|
148
|
+
activesupport (>= 4.0)
|
149
|
+
sprockets (>= 3.0.0)
|
148
150
|
sqlite3 (1.3.11)
|
149
151
|
thor (0.19.1)
|
150
152
|
thread_safe (0.3.5)
|
data/lib/lazy_crud/version.rb
CHANGED
Binary file
|
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.3
|
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-
|
11
|
+
date: 2015-12-18 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.3
|
332
332
|
test_files:
|
333
333
|
- spec/integration/discounts_controller_spec.rb
|
334
334
|
- spec/integration/event_discounts_controller_spec.rb
|