lazy_crud 0.9.7 → 0.9.7.1

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: ee944f2f6bc7764111e9c96a9dcc079a40ac6fb8
4
- data.tar.gz: a18ee4f637c4931a9bbeb3d9112173b8dead8696
3
+ metadata.gz: f3e13ca08b320660d44d7d8ac8b8f3bb33a2df1b
4
+ data.tar.gz: e97d2e24fc186fd8bd637d39082c607f0a898744
5
5
  SHA512:
6
- metadata.gz: 23d9c350d86fdddad45c17535dd109cb153903c496810c2d15cda83ba4877ae981bdd17471f257f89bfa08eca408a04fb24c87658a20c14f13cbe7d0634934d5
7
- data.tar.gz: 0bba7d3cd441966c584c27ca7109525b85d99d368a9a1f0c270aef793ab3f2b5833eca7e0bb15a9d4a90974637c7b8799ea3ddb517238ff188b3c2074623bf6b
6
+ metadata.gz: 05a5f5d91802e70226832106d981638a325947a4fe4b0b9b38cbf2242efde963f234bbd80f56c16ced670c54ba9549432f21b1628a69fb168f714ee0e705d9c7
7
+ data.tar.gz: 4ff29d78038805f8f13341f0cba9853dadf04c54dc5ac1bec6eae1a327a0b28b622b43c8de755e16b102887e5e0336a5b5da23004c84259e86e947e359bb159c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lazy_crud (0.9.6)
4
+ lazy_crud (0.9.7.1)
5
5
  activesupport
6
6
  i18n
7
7
  responders
@@ -1,3 +1,3 @@
1
1
  module LazyCrud
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.7.1"
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.7
4
+ version: 0.9.7.1
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-07-06 00:00:00.000000000 Z
11
+ date: 2015-07-07 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.7
319
+ summary: LazyCrud-0.9.7.1
320
320
  test_files:
321
321
  - spec/integration/discounts_controller_spec.rb
322
322
  - spec/integration/events_controller_spec.rb