Skip to content

Commit

Permalink
Dependency update for Rails 3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andruby committed Sep 6, 2011
1 parent 3a0772e commit 0146b93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actionwebservice.gemspec
Expand Up @@ -8,15 +8,15 @@ Gem::Specification.new do |s|
s.name = 'dps-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 = "3.0.5.#{Time.now.strftime('%Y%m%d%H%M%S')}"
s.version = "3.1.0.#{Time.now.strftime('%Y%m%d%H%M%S')}"

s.author = "Laurence A. Lee, Leon Breedt, Kent Sibilev"
s.email = "rubyjedi@gmail.com, bitserf@gmail.com, ksibilev@yahoo.com"
s.homepage = "http://wiki.github.com/rubyjedi/actionwebservice/"

s.add_dependency('activesupport', '~> 3.0.5')
s.add_dependency('actionpack', '~> 3.0.5')
s.add_dependency('activerecord', '~> 3.0.5')
s.add_dependency('activesupport', '~> 3.1')
s.add_dependency('actionpack', '~> 3.1')
s.add_dependency('activerecord', '~> 3.1')

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

0 comments on commit 0146b93

Please sign in to comment.