Skip to content

Commit

Permalink
Improve gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwille committed Jul 20, 2010
1 parent 75f189a commit f94b4ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions crowd-stefanwille.gemspec
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit f94b4ef

Please sign in to comment.