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: 7a3b8ac620054f0262c47c6617f056a8122c2760
4
- data.tar.gz: 75fc932a5aef91a619c192e56639f78c00be64dd
3
+ metadata.gz: 1027eec0e81367b95f649bc33a4a12561866e4d9
4
+ data.tar.gz: ae12a29ee5776361e5d68b96e4e1452ded6403ed
5
5
  SHA512:
6
- metadata.gz: 7880881c2dd938db53560760f39194ad5860ed23ce34de463d2faaae174f162ab2e18ab87eaed77a681c4b3c93927698be4142a2119443518a1303da3aa4a6d5
7
- data.tar.gz: b8275f03642adb3da8d393897728174998f78aac1ae971dbf1aa99e3e057077c2e511b5be78305a439be6397dcfff1779147d7a5370da0975e196f09c4540db1
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 Json_Controller < ApplicationController
20
+ class JsonController < ApplicationController
21
21
  snake_eyes_params
22
22
 
23
23
  def show
@@ -1,5 +1,5 @@
1
- require "snake_eyes/version"
2
- require "snake_eyes/interface_changes"
1
+ require "snake-eyes/version"
2
+ require "snake-eyes/interface_changes"
3
3
 
4
4
  module SnakeEyes
5
5
  class << self
@@ -1,3 +1,3 @@
1
1
  module SnakeEyes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'snake_eyes/version'
4
+ require 'snake-eyes/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "snake-eyes"
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.1
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/snake_eyes.rb
55
- - lib/snake_eyes/interface_changes.rb
56
- - lib/snake_eyes/version.rb
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: