rash_alt 0.4.1 → 0.4.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 +4 -4
- data/.travis.yml +4 -0
- data/README.rdoc +5 -2
- data/lib/rash/version.rb +1 -1
- metadata +2 -3
- data/.document +0 -5
- data/.gemtest +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d15d11332305f1ff5f29bb48bed6fb8760c8a367
|
|
4
|
+
data.tar.gz: 368ae5eaa5ec0cdba0d47f0705ee363263e453ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccc3c6b9d072c62000865992d8c5861cef796da76fea832fe3372424198eb73cc607ffc96dcdb422a5291f62ec987e4e92ec4bf22e866826e44db5c1900f652d
|
|
7
|
+
data.tar.gz: bd5e71b85b8b87ee04d1cfe202334a7114874d738925b44d182d326609c6ad6187354e55757d06082e56c9b3dc57cc8e859b34985017f2a47472fd7257e5e53d
|
data/.travis.yml
ADDED
data/README.rdoc
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
= rash
|
|
2
2
|
|
|
3
|
+
{<img src="https://badge.fury.io/rb/rash_alt.svg" alt="Gem Version" />}[https://badge.fury.io/rb/rash_alt]
|
|
4
|
+
{<img src="https://travis-ci.org/shishi/rash.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/shishi/rash]
|
|
5
|
+
|
|
3
6
|
Rash is an extension to Hashie ( http://github.com/intridea/hashie )
|
|
4
7
|
|
|
5
8
|
Rash subclasses Hashie::Mash to convert all keys in the hash to underscore
|
|
@@ -50,8 +53,8 @@ You will now be able to access those keys through underscored key names (camelCa
|
|
|
50
53
|
|
|
51
54
|
== Copyright
|
|
52
55
|
|
|
53
|
-
Copyright (c) 2010 Tom Cocca.
|
|
54
|
-
Copyright (c) 2016 Shigenobu Nishikawa.
|
|
56
|
+
* Copyright (c) 2010 Tom Cocca.
|
|
57
|
+
* Copyright (c) 2016 Shigenobu Nishikawa.
|
|
55
58
|
|
|
56
59
|
=== Acknowledgements
|
|
57
60
|
|
data/lib/rash/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rash_alt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tcocca
|
|
@@ -74,10 +74,9 @@ executables: []
|
|
|
74
74
|
extensions: []
|
|
75
75
|
extra_rdoc_files: []
|
|
76
76
|
files:
|
|
77
|
-
- ".document"
|
|
78
|
-
- ".gemtest"
|
|
79
77
|
- ".gitignore"
|
|
80
78
|
- ".rspec"
|
|
79
|
+
- ".travis.yml"
|
|
81
80
|
- Gemfile
|
|
82
81
|
- LICENSE
|
|
83
82
|
- README.rdoc
|
data/.document
DELETED
data/.gemtest
DELETED
|
File without changes
|