summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bleigh <michael@intridea.com>2010-03-05 12:52:14 -0500
committerMichael Bleigh <michael@intridea.com>2010-03-05 12:52:14 -0500
commita026498fb732eeb8ad9bdb11bf28d21d8c0e3467 (patch)
tree8839bbd00c63648da72f899f9b8100491a475130
parent2fa1c4707541e2673e6b28413603df89c44020f9 (diff)
downloadhashie-a026498fb732eeb8ad9bdb11bf28d21d8c0e3467.tar.gz
Regenerated gemspec for version 0.2.0v0.2.0
-rw-r--r--hashie.gemspec11
1 files changed, 7 insertions, 4 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index bfc4e81..5ac9c63 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{hashie}
- s.version = "0.1.8"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
- s.date = %q{2010-01-14}
+ s.date = %q{2010-03-05}
s.description = %q{Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).}
s.email = %q{michael@intridea.com}
s.extra_rdoc_files = [
@@ -25,10 +25,12 @@ Gem::Specification.new do |s|
"VERSION",
"hashie.gemspec",
"lib/hashie.rb",
+ "lib/hashie/clash.rb",
"lib/hashie/dash.rb",
"lib/hashie/hash.rb",
"lib/hashie/hash_extensions.rb",
"lib/hashie/mash.rb",
+ "spec/hashie/clash_spec.rb",
"spec/hashie/dash_spec.rb",
"spec/hashie/hash_spec.rb",
"spec/hashie/mash_spec.rb",
@@ -38,10 +40,11 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/intridea/hashie}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.3.6}
s.summary = %q{Your friendly neighborhood hash toolkit.}
s.test_files = [
- "spec/hashie/dash_spec.rb",
+ "spec/hashie/clash_spec.rb",
+ "spec/hashie/dash_spec.rb",
"spec/hashie/hash_spec.rb",
"spec/hashie/mash_spec.rb",
"spec/spec_helper.rb"