summaryrefslogtreecommitdiff
path: root/hashie.gemspec
diff options
context:
space:
mode:
authorMichael Bleigh <michael@intridea.com>2010-06-22 10:07:43 -0400
committerMichael Bleigh <michael@intridea.com>2010-06-22 10:07:43 -0400
commitec359f4bd9f975d4c7add2d67e3f3095a2eaa07c (patch)
tree5edef0daaa9573c5983baf5498ea6f81998a24dd /hashie.gemspec
parent69bd1ab7f34154b4b9340c9dcce987165025d6ff (diff)
downloadhashie-ec359f4bd9f975d4c7add2d67e3f3095a2eaa07c.tar.gz
Regenerated gemspec for version 0.2.1v0.2.1
Diffstat (limited to 'hashie.gemspec')
-rw-r--r--hashie.gemspec47
1 files changed, 41 insertions, 6 deletions
diff --git a/hashie.gemspec b/hashie.gemspec
index 846bca4..70706ee 100644
--- a/hashie.gemspec
+++ b/hashie.gemspec
@@ -1,22 +1,44 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
-require 'bundler'
-
Gem::Specification.new do |s|
s.name = %q{hashie}
- s.version = File.read("VERSION")
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
- s.date = %q{2010-03-05}
+ s.date = %q{2010-06-22}
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 = [
"LICENSE",
"README.rdoc"
]
- s.files = Dir["**/*"]
- s.add_bundler_dependencies
+ s.files = [
+ ".document",
+ ".gitignore",
+ "Gemfile",
+ "Gemfile.lock",
+ "LICENSE",
+ "README.rdoc",
+ "Rakefile",
+ "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",
+ "spec/spec.opts",
+ "spec/spec_helper.rb"
+ ]
s.homepage = %q{http://github.com/intridea/hashie}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
@@ -29,5 +51,18 @@ Gem::Specification.new do |s|
"spec/hashie/mash_spec.rb",
"spec/spec_helper.rb"
]
+
+ if s.respond_to? :specification_version then
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+ s.specification_version = 3
+
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ s.add_development_dependency(%q<rspec>, [">= 0"])
+ else
+ s.add_dependency(%q<rspec>, [">= 0"])
+ end
+ else
+ s.add_dependency(%q<rspec>, [">= 0"])
+ end
end