summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hashie.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 70706ee..69186ce 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{hashie}
- s.version = "0.2.1"
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
- s.date = %q{2010-06-22}
+ s.date = %q{2010-07-28}
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 = [
@@ -42,7 +42,7 @@ 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.6}
+ s.rubygems_version = %q{1.3.7}
s.summary = %q{Your friendly neighborhood hash toolkit.}
s.test_files = [
"spec/hashie/clash_spec.rb",
@@ -56,7 +56,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<rspec>, [">= 0"])