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 +4 -4
- data/README.md +1 -2
- data/lib/crud_responder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4c1fde81944d53344793116c31ac21e2f194cda
|
|
4
|
+
data.tar.gz: 06b20b0a843e1c4010cb3046abfcfaf05d3c7525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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'
|
|
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
|
|