lazy_crud 0.9.8.2 → 0.9.8.3

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: 2792c7b41770f262c53d665f92cca0399d01091c
4
- data.tar.gz: 94d78a532e4104c42799b34f01eac0aea4c0db65
3
+ metadata.gz: a750014f6d6be3d6eb333ac21c2fb255a1a4b776
4
+ data.tar.gz: b1423659574fe43a2bc25d3a88ff9ada7d4630af
5
5
  SHA512:
6
- metadata.gz: d3d7f270dd347508487281a87ebea0b70f9312f21b6fa1a52946748f79460b77afbf5932698a7c0fc04c687994a3b25dfb4bf29bf73ecafadefbeadda80f5be1
7
- data.tar.gz: 6948ee16e5f6712820571e1793bd23a7d81aee89f321a0856cffcac1baf3a0f946951159caeda84ae50b711a3183604e5797bffc80f7e5c7d1edc6e2a92a635b
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.2)
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.0)
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
- mini_portile (0.6.2)
73
+ mini_portile2 (2.0.0)
73
74
  minitest (5.8.3)
74
- nokogiri (1.6.6.4)
75
- mini_portile (~> 0.6.0)
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.10.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.4.0)
143
+ sprockets (3.5.2)
144
+ concurrent-ruby (~> 1.0)
143
145
  rack (> 1, < 3)
144
- sprockets-rails (2.3.3)
145
- actionpack (>= 3.0)
146
- activesupport (>= 3.0)
147
- sprockets (>= 2.8, < 4.0)
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)
@@ -1,3 +1,3 @@
1
1
  module LazyCrud
2
- VERSION = "0.9.8.2"
2
+ VERSION = "0.9.8.3"
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.8.2
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-25 00:00:00.000000000 Z
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.2
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