snake-eyes 0.0.1 → 0.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1027eec0e81367b95f649bc33a4a12561866e4d9
|
|
4
|
+
data.tar.gz: ae12a29ee5776361e5d68b96e4e1452ded6403ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3556c82c862b0eba393a1a873ec93fea2261a1065688686f9ced914ae3834848aff7a0dcf67ba578e5ba0a14c70d6b15416acd187d9c96a996238bf85741342f
|
|
7
|
+
data.tar.gz: 1760479a59f29440b16f11e69a09cee942094acc47b4c04f250b5936f78787be2a70bd5870b209460fff3a36712bebf861a252adce950fb431aeea66469ad810
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ And then execute:
|
|
|
17
17
|
To use SnakeEyes, simply add the following to the top of any controller in which you wish to have snake case parameters. All controllers that inherit from it shall also have the behaviour
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
class
|
|
20
|
+
class JsonController < ApplicationController
|
|
21
21
|
snake_eyes_params
|
|
22
22
|
|
|
23
23
|
def show
|
|
File without changes
|
data/snake-eyes.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snake-eyes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleck Greenham
|
|
@@ -51,9 +51,9 @@ files:
|
|
|
51
51
|
- LICENSE.txt
|
|
52
52
|
- README.md
|
|
53
53
|
- Rakefile
|
|
54
|
-
- lib/
|
|
55
|
-
- lib/
|
|
56
|
-
- lib/
|
|
54
|
+
- lib/snake-eyes.rb
|
|
55
|
+
- lib/snake-eyes/interface_changes.rb
|
|
56
|
+
- lib/snake-eyes/version.rb
|
|
57
57
|
- snake-eyes.gemspec
|
|
58
58
|
homepage: https://github.com/greena13/snake-eyes
|
|
59
59
|
licenses:
|