From ec359f4bd9f975d4c7add2d67e3f3095a2eaa07c Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Tue, 22 Jun 2010 10:07:43 -0400 Subject: Regenerated gemspec for version 0.2.1 --- hashie.gemspec | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file 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, [">= 0"]) + else + s.add_dependency(%q, [">= 0"]) + end + else + s.add_dependency(%q, [">= 0"]) + end end -- cgit v1.2.1