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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49fcf1ed7e670fc0a673439a8e8912d8905a1df2
4
- data.tar.gz: 450d9d496632562aa8b0b34c379ba9729b291f6b
3
+ metadata.gz: d15d11332305f1ff5f29bb48bed6fb8760c8a367
4
+ data.tar.gz: 368ae5eaa5ec0cdba0d47f0705ee363263e453ec
5
5
  SHA512:
6
- metadata.gz: 95434a002fde9e52769afa70dd7ab669566a7654b502741c1c913f4869aee3868b3fbd8acec866f31cf98f0647dba61617746795f45201515d61c730c9485eda
7
- data.tar.gz: a51e0e7f521c01cd4a279662be937adc3046d4f190ad48b78bfda7ef12b295fb99f200870065e1ec8413349a1749e0718b09905ad2a98852c0add7652cbe5e77
6
+ metadata.gz: ccc3c6b9d072c62000865992d8c5861cef796da76fea832fe3372424198eb73cc607ffc96dcdb422a5291f62ec987e4e92ec4bf22e866826e44db5c1900f652d
7
+ data.tar.gz: bd5e71b85b8b87ee04d1cfe202334a7114874d738925b44d182d326609c6ad6187354e55757d06082e56c9b3dc57cc8e859b34985017f2a47472fd7257e5e53d
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ script: 'bundle exec rake spec'
3
+ rvm:
4
+ - 2.3.0
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. See LICENSE for details.
54
- Copyright (c) 2016 Shigenobu Nishikawa. See LICENSE for details.
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
@@ -1,3 +1,3 @@
1
1
  module Rash
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
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.1
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
@@ -1,5 +0,0 @@
1
- README.rdoc
2
- lib/**/*.rb
3
- bin/*
4
- features/**/*.feature
5
- LICENSE
data/.gemtest DELETED
File without changes