action_crud 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/action_crud/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 239ccd1fb5a941484a62505a460d63a908ef14d2
4
- data.tar.gz: 71a5a0f71c1b84af387dfc2183daf83cd9847f53
3
+ metadata.gz: d9a850a21be41f3a823a55015ef8897dd07cb630
4
+ data.tar.gz: a90605864683854c1de1de90885b0375723be8c6
5
5
  SHA512:
6
- metadata.gz: dc062dc715d3ffaac8504f24ef5a9317b80c11401cac64ad6d34f5b152d371c37ddc9e2d68dd85ac71dd17e0d9fcf6a791edfa5cea6f8d0e55cea744c63fe114
7
- data.tar.gz: 779ce72b7c8f914ff9ca673f6ae1e2f251d0ceb3e4e59f132a0cf91d8253b16dd3f77083acf3d75239238b89d1befe424b3aa512c4433afaf79ab875e493d128
6
+ metadata.gz: f757044a3224b97f86b1d70d9c8abcbf6766d624eccb24bbf325015a3a9a7227927f3d64ac8818c6b5e89af27c1a76cce6c5ab4d5dd9b9c4a2a9081f88469acc
7
+ data.tar.gz: 29dd59f5a4e0f5ef5290c97d0d910d2ae4d1b3cef51f85621306c6b13699fd59dfeb045ceb8ce1d8a0a027c4ea364ea6c9c819b23c9aa18a40e43b8111f2da00
@@ -1,3 +1,3 @@
1
1
  module ActionCrud
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_crud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonian Guveli
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '5.0'
83
- description: Description.
83
+ description: Speed up development by making your controllers inherit all restful actions.
84
84
  email:
85
85
  - jonian@hardpixel.eu
86
86
  executables: []
@@ -100,7 +100,7 @@ files:
100
100
  - lib/action_crud/helpers/view.rb
101
101
  - lib/action_crud/pagination.rb
102
102
  - lib/action_crud/version.rb
103
- homepage: https://github.com/hardpixel/active-delegate
103
+ homepage: https://github.com/hardpixel/action-crud
104
104
  licenses:
105
105
  - MIT
106
106
  metadata: {}
@@ -123,5 +123,5 @@ rubyforge_project:
123
123
  rubygems_version: 2.6.13
124
124
  signing_key:
125
125
  specification_version: 4
126
- summary: Summary
126
+ summary: Inherited restful actions
127
127
  test_files: []