goldmine 3.1.0 → 3.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: 91a4cbee1837e74edc8dd9979ac018ceba177aeb
4
- data.tar.gz: 7473dafc813bcaf29eb78434823eaa1986862e09
3
+ metadata.gz: 973446df53f49715f916c1cb952b36e39a60054e
4
+ data.tar.gz: 65902d61c5d4b57ec14afb15938359d5aa7cd038
5
5
  SHA512:
6
- metadata.gz: 08488a2eb16d68db8eff60b2d71e681f57d5995ea238872213676f881f861ff8ed231e566240d43daa6b27403c0aa5e4dc790e57db027afd5a900ff81002645e
7
- data.tar.gz: 2401ea8fb3a1e9737816819cec3cd08549c0ccd62e796ad2a75cdc690725d8a3549b350af057b8240bdb28683df7cef4a1e3a800432d27757020f830ceecf6b6
6
+ metadata.gz: 5581084e1c206ebbb27f402422dc7d73f646bd4c68081bad0e6fa6ea48477cf18d03bb95dd545e8e216d5200035b330143c6f54abec96e4e7313b159e9a98859
7
+ data.tar.gz: da00baedb9ef564803b7e954a97dbcdc15d72164a356fbf46e9b6a4fb2ce529422e582b08cbe55d0fd06af6e4234d79701d3ff6c01b62c5c099dfb7532cdcf97
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- goldmine (3.0.0)
4
+ goldmine (3.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  # Goldmine
9
9
 
10
- Extract a wealth of information from Arrays.
10
+ Extract a wealth of information from lists.
11
11
 
12
12
  Goldmine is especially helpful when working with source data that is difficult to query.
13
13
  e.g. CSV files, API results, etc...
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.authors = ["Nathan Hopkins"]
8
8
  gem.email = ["natehop@gmail.com"]
9
9
  gem.homepage = "https://github.com/hopsoft/goldmine"
10
- gem.summary = "Extract a wealth of information from Arrays"
10
+ gem.summary = "Extract a wealth of information from lists"
11
11
 
12
12
  gem.files = Dir["lib/**/*.rb", "bin/*", "[A-Z]*"]
13
13
  gem.test_files = Dir["test/**/*.rb"]
@@ -1,3 +1,3 @@
1
1
  module Goldmine
2
- VERSION = "3.1.0".freeze
2
+ VERSION = "3.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goldmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-25 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -111,6 +111,6 @@ rubyforge_project:
111
111
  rubygems_version: 2.4.5.1
112
112
  signing_key:
113
113
  specification_version: 4
114
- summary: Extract a wealth of information from Arrays
114
+ summary: Extract a wealth of information from lists
115
115
  test_files:
116
116
  - test/test_goldmine.rb