summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
authordblock <dblock@dblock.org>2014-04-06 15:12:41 -0400
committerdblock <dblock@dblock.org>2014-04-06 15:13:03 -0400
commit20a79e5e997ad9ec1bb66b53f675c9233e1639b8 (patch)
tree259fa606908936d8a0d2cd542a5e0f936c2b1c7c /hashie.gemspec
parent6dec18c47d4e6a6eeb38f7896b60e3e5cce112d2 (diff)
downloadhashie-20a79e5e997ad9ec1bb66b53f675c9233e1639b8.tar.gz
Bump version, preparing for release.v2.1.0
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 6ab510d..28b45b1 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -3,8 +3,8 @@ require File.expand_path('../lib/hashie/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Michael Bleigh", "Jerry Cheung"]
gem.email = ["michael@intridea.com", "jollyjerry@gmail.com"]
- gem.description = %q{Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).}
- gem.summary = %q{Your friendly neighborhood hash toolkit.}
+ gem.description = %q{Hashie is a collection of classes and mixins that make hashes more powerful.}
+ gem.summary = %q{Your friendly neighborhood hash library.}
gem.homepage = 'https://github.com/intridea/hashie'
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }