crud_responder 0.2.2 → 0.2.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: 7e8a51bb6c0fefbc54ff8893f51eace63e06842b
4
- data.tar.gz: 9e361cc28d3daf1f03085189023d0c99053eb76e
3
+ metadata.gz: a4c1fde81944d53344793116c31ac21e2f194cda
4
+ data.tar.gz: 06b20b0a843e1c4010cb3046abfcfaf05d3c7525
5
5
  SHA512:
6
- metadata.gz: 663c616cbb37453a9f7bb08e2b781f1c85a65b7466f1d16a0b222590633f119cc0033fb1a1a99650d5da03d91be261557c988106867865dc014b1f607546bd8d
7
- data.tar.gz: 55a66aee9c7d40564eac7463fa7fcb00ad2c45474c7204a22c82e4bb0f2e51b750dca3470c7b76fd607931a6bb65c05505dc7bafffddb38d53bf74015b50d6ee
6
+ metadata.gz: 4e3b9690331bc4eb9106015c835e1812a0e3ff2f2c370e5a8be90fdc2b14dcc6d112a4ee72e5ef42a13409c14b15e3ee25c6eac4262e47dae6d54768fa6a9c66
7
+ data.tar.gz: fb9dde12a24d873a4051cceb8f49c13ea2262c751a7b6ce9828b9399e508c6015af94cead5249d6c9a1eb6a436ef95961a5b69fdfe856d300343798a44203b56
data/README.md CHANGED
@@ -79,7 +79,7 @@ Method to call on the object determined by the name of controller's action.
79
79
  Add this line to your application's Gemfile:
80
80
 
81
81
  ```ruby
82
- gem 'crud_responder', github: 'olegantonyan/crud_responder'
82
+ gem 'crud_responder'
83
83
  ```
84
84
 
85
85
  And then execute:
@@ -172,7 +172,6 @@ Now your controllers are skinny again! Also, you are forced to think in terms of
172
172
  * Cutomizing flash messages (+ task to copy skeleton locale)
173
173
  * Support for pure API controllers (which is much simplier)
174
174
  * Testing
175
- * Push to rubygems
176
175
 
177
176
  ## Development
178
177
 
@@ -1,3 +1,3 @@
1
1
  module CrudResponder
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crud_responder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Antonyan