Skip to content

Commit

Permalink
fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
datanoise committed Jul 2, 2008
1 parent d3da674 commit cbbad6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -66,8 +66,8 @@ spec = Gem::Specification.new do |s|
s.description = %q{Adds WSDL/SOAP and XML-RPC web service support to Action Pack}
s.version = PKG_VERSION

s.author = "Leon Breedt"
s.email = "bitserf@gmail.com"
s.author = "Leon Breedt, Kent Sibilev"
s.email = "bitserf@gmail.com, ksibilev@yahoo.com"
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"

Expand Down
8 changes: 4 additions & 4 deletions actionwebservice.gemspec
@@ -1,17 +1,17 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = PKG_NAME
s.name = 'actionwebservice'
s.summary = "Web service support for Action Pack."
s.description = %q{Adds WSDL/SOAP and XML-RPC web service support to Action Pack}
s.version = PKG_VERSION
s.version = '2.1.0'

s.author = "Leon Breedt, Kent Sibilev"
s.email = "bitserf@gmail.com, ksibilev@yahoo.com"
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"

s.add_dependency('actionpack', '= 2.1.0' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.1.0' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.1.0')
s.add_dependency('activerecord', '= 2.1.0')

s.has_rdoc = true
s.requirements << 'none'
Expand Down

0 comments on commit cbbad6d

Please sign in to comment.