summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bleigh <michael@intridea.com>2010-08-10 10:08:02 -0500
committerMichael Bleigh <michael@intridea.com>2010-08-10 10:08:02 -0500
commitf299f6363784f1e831d827a284c8d7d6b35dbeec (patch)
tree5be70eb9f5aa392f7aac2cb684e8f92466cf6244
parent3ad77fd3f272a5e8617c970aa072805af2780406 (diff)
downloadhashie-0.3.0.tar.gz
Regenerated gemspec for version 0.3.0v0.3.0
-rw-r--r--hashie.gemspec7
1 files changed, 5 insertions, 2 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 69186ce..0670c54 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{hashie}
- s.version = "0.2.2"
+ s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
- s.date = %q{2010-07-28}
+ s.date = %q{2010-08-10}
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 = [
@@ -32,10 +32,12 @@ Gem::Specification.new do |s|
"lib/hashie/hash.rb",
"lib/hashie/hash_extensions.rb",
"lib/hashie/mash.rb",
+ "lib/hashie/trash.rb",
"spec/hashie/clash_spec.rb",
"spec/hashie/dash_spec.rb",
"spec/hashie/hash_spec.rb",
"spec/hashie/mash_spec.rb",
+ "spec/hashie/trash_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
@@ -49,6 +51,7 @@ Gem::Specification.new do |s|
"spec/hashie/dash_spec.rb",
"spec/hashie/hash_spec.rb",
"spec/hashie/mash_spec.rb",
+ "spec/hashie/trash_spec.rb",
"spec/spec_helper.rb"
]