redfinger.gemspec in redfinger-0.0.6 vs redfinger.gemspec in redfinger-0.1.0

- old
+ new

@@ -1,53 +1,51 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{redfinger} - s.version = "0.0.6" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Bleigh"] - s.date = %q{2010-08-10} + s.date = %q{2011-02-07} s.description = %q{A Ruby Webfinger client} s.email = %q{michael@intridea.com} s.extra_rdoc_files = [ "LICENSE", - "README.rdoc" + "README.rdoc" ] s.files = [ ".document", - ".gitignore", - "LICENSE", - "README.rdoc", - "Rakefile", - "VERSION", - "lib/redfinger.rb", - "lib/redfinger/client.rb", - "lib/redfinger/finger.rb", - "lib/redfinger/link.rb", - "lib/redfinger/link_helpers.rb", - "redfinger.gemspec", - "spec/redfinger/client_spec.rb", - "spec/redfinger_spec.rb", - "spec/spec.opts", - "spec/spec_helper.rb" + ".rspec", + "LICENSE", + "README.rdoc", + "Rakefile", + "VERSION", + "lib/redfinger.rb", + "lib/redfinger/client.rb", + "lib/redfinger/finger.rb", + "lib/redfinger/link.rb", + "lib/redfinger/link_helpers.rb", + "redfinger.gemspec", + "spec/redfinger/client_spec.rb", + "spec/redfinger_spec.rb", + "spec/spec.opts", + "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/mbleigh/redfinger} - s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.5.0} s.summary = %q{A Ruby WebFinger client.} s.test_files = [ "spec/redfinger/client_spec.rb", - "spec/redfinger_spec.rb", - "spec/spec_helper.rb" + "spec/redfinger_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::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<rest-client>, [">= 1.5.0"]) s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.0"])