Skip to content

Commit

Permalink
Verbiage change
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Apr 26, 2016
1 parent 6a1dd6a commit f204c9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Goldmine

Extract a wealth of information from Arrays.
Extract a wealth of information from lists.

Goldmine is especially helpful when working with source data that is difficult to query.
e.g. CSV files, API results, etc...
Expand Down
2 changes: 1 addition & 1 deletion goldmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
gem.authors = ["Nathan Hopkins"]
gem.email = ["natehop@gmail.com"]
gem.homepage = "https://github.com/hopsoft/goldmine"
gem.summary = "Extract a wealth of information from Arrays"
gem.summary = "Extract a wealth of information from lists"

gem.files = Dir["lib/**/*.rb", "bin/*", "[A-Z]*"]
gem.test_files = Dir["test/**/*.rb"]
Expand Down
2 changes: 1 addition & 1 deletion lib/goldmine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Goldmine
VERSION = "3.1.0".freeze
VERSION = "3.1.1".freeze
end

0 comments on commit f204c9d

Please sign in to comment.