array_hasher 0.1.0 → 0.1.1

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: 4a9c3a8b25d43c841fb71f879622a0a33d286ccb
4
- data.tar.gz: b74ea3676aca9c1f182c6ae83293f58a1eda133e
3
+ metadata.gz: 87617c796c0a842da0e95ee0162cc0b3f4373764
4
+ data.tar.gz: 0abd1ee99677128f719ec39a826e8adf08571b48
5
5
  SHA512:
6
- metadata.gz: 467f10fac243a6bd90afe015a85e67800ab7889f9a4e9571542c3ab6c53f2fd2da505b622a4fba804c09063fde4065b75c49bb83e6e6a91f8bd32d898f430ea8
7
- data.tar.gz: d2c7ecf021d69af28007acaca3238e569579296e9a6e8704c4911bfc138a13a393080c46779db771cfd994ed8b99330f824a1b3fa6cb498737ec01c7ae9f392c
6
+ metadata.gz: 75529015460920dd6a5eedc727b3b56653c79433d7a4a87440a90b20ea90f06f7218e95c7390e5b36eb5e1c43a5fe0a69fe23f4a3e317e0b0950de9f511d3f05
7
+ data.tar.gz: 9163dabdb96b4384e8154534b7d70e00c7c7024aeeafdc5faff0873eee2f58b1f34bd08feff8fd66c160cffc4ce15496d19f2c30e090fdc0f6eaad2e01fbcf1b
data/.gitignore CHANGED
@@ -11,3 +11,4 @@
11
11
  .rspec_status
12
12
 
13
13
  *.swp
14
+ *.gem
data/.rspec CHANGED
@@ -1,3 +1,2 @@
1
- --format documentation
2
1
  --color
3
- --require spec_helper
2
+ --require gem_helper
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- array_hasher (0.1.0)
4
+ array_hasher (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ArrayHasher
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/array_hasher.svg)](https://badge.fury.io/rb/array_hasher)
4
+
5
+ [![Build Status](https://travis-ci.org/xiejiangzhi/arrah_hasher.svg?branch=master)](https://travis-ci.org/xiejiangzhi/arrah_hasher)
6
+
3
7
  Format Array data to a hash with your definition. it also can parse the CSV file with definition of title.
4
8
 
5
9
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module ArrayHasher
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/array_hasher.rb CHANGED
@@ -3,7 +3,7 @@ require "array_hasher/version"
3
3
  require "array_hasher/formatter"
4
4
 
5
5
  require 'csv'
6
- require 'JSON'
6
+ require 'json'
7
7
 
8
8
  module ArrayHasher
9
9
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_hasher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jiangzhi.xie