diff --git a/Rakefile b/Rakefile index d8bd0ed..8d61e17 100644 --- a/Rakefile +++ b/Rakefile @@ -28,13 +28,15 @@ begin Jeweler::Tasks.new do |gemspec| gemspec.name = "crowd-stefanwille" gemspec.version = Crowd::Version::STRING - gemspec.summary = "Ruby client for Atlassian Crowd" - gemspec.description = "A client for Atlassian[http://www.atlassian.com] Crowd[http://www.atlassian.com/crowd] v2.0.5" + gemspec.summary = "Ruby client for Atlassian Crowd 2.0" + gemspec.description = "A client for Atlassian[http://www.atlassian.com] Crowd[http://www.atlassian.com/crowd] v2.0. Tested with Crowd 2.0.2 and 2.0.5." gemspec.email = "post @nospam@ stefanwille.com" gemspec.homepage = "http://github.com/stefanwille/crowd" gemspec.authors = ["Stefan Wille", "Evgeny Zislis", "Jason Rimmer & Daniel Morrison"] gemspec.add_dependency('soap4r') gemspec.add_development_dependency('rspec') + # Silence a warning about missing rubyforge_project + gemspec.rubyforge_project = "nowarning" end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" diff --git a/crowd-stefanwille.gemspec b/crowd-stefanwille.gemspec index d89282a..a2d31ef 100644 --- a/crowd-stefanwille.gemspec +++ b/crowd-stefanwille.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Stefan Wille", "Evgeny Zislis", "Jason Rimmer & Daniel Morrison"] - s.date = %q{2010-07-19} - s.description = %q{A client for Atlassian[http://www.atlassian.com] Crowd[http://www.atlassian.com/crowd] v2.0.5} + s.date = %q{2010-07-20} + s.description = %q{A client for Atlassian[http://www.atlassian.com] Crowd[http://www.atlassian.com/crowd] v2.0. Tested with Crowd 2.0.2 and 2.0.5.} s.email = %q{post @nospam@ stefanwille.com} s.extra_rdoc_files = [ "README.rdoc" @@ -38,8 +38,9 @@ Gem::Specification.new do |s| s.homepage = %q{http://github.com/stefanwille/crowd} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] + s.rubyforge_project = %q{nowarning} s.rubygems_version = %q{1.3.7} - s.summary = %q{Ruby client for Atlassian Crowd} + s.summary = %q{Ruby client for Atlassian Crowd 2.0} s.test_files = [ "spec/crowd_spec.rb" ]