Use actionwebservice from dejan/actionwebservice

The default version of actionwebservice removes wsdl_service_name. The
dejan/actionwebservice repository from git is a fork of the datanoise
repository that we were using that has the gemspec fixed to not use a
specific version of Rails.
This commit is contained in:
Matt Rogers 2011-08-18 10:08:50 -05:00
parent 2ff4d7961d
commit a999d0f4c0
2 changed files with 10 additions and 6 deletions

View file

@ -11,7 +11,7 @@ gem "rack", "1.1.0"
gem "will_paginate", "~> 2.3.15"
gem "has_many_polymorphs"
gem "aasm", "2.2.0"
gem "actionwebservice"
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
gem "rubycas-client"
gem "ruby-openid"
gem "sqlite3"