summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMichael Bleigh <michael@intridea.com>2009-11-12 09:08:55 -0500
committerMichael Bleigh <michael@intridea.com>2009-11-12 09:08:55 -0500
commit12449988586fbb2a75a378bc1864a3e3b0143a53 (patch)
treea7e0560d740770ec55a04ae45d6d0427c9116bdf /Rakefile
parentfc03a24666ee9db6cfb6c85c6b1fa12d3308c586 (diff)
downloadhashie-12449988586fbb2a75a378bc1864a3e3b0143a53.tar.gz
Adding README
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 1d387b3..662f76f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,14 +5,15 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "hashie"
- gem.summary = %Q{TODO: one-line summary of your gem}
- gem.description = %Q{TODO: longer description of your gem}
+ gem.summary = %Q{Your friendly neighborhood hash toolkit.}
+ 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.email = "michael@intridea.com"
- gem.homepage = "http://github.com/mbleigh/hashie"
+ gem.homepage = "http://github.com/intridea/hashie"
gem.authors = ["Michael Bleigh"]
gem.add_development_dependency "rspec"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
+ Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end