mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
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:
parent
2ff4d7961d
commit
a999d0f4c0
2 changed files with 10 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -11,7 +11,7 @@ gem "rack", "1.1.0"
|
||||||
gem "will_paginate", "~> 2.3.15"
|
gem "will_paginate", "~> 2.3.15"
|
||||||
gem "has_many_polymorphs"
|
gem "has_many_polymorphs"
|
||||||
gem "aasm", "2.2.0"
|
gem "aasm", "2.2.0"
|
||||||
gem "actionwebservice"
|
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
|
||||||
gem "rubycas-client"
|
gem "rubycas-client"
|
||||||
gem "ruby-openid"
|
gem "ruby-openid"
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -1,3 +1,11 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/dejan/actionwebservice.git
|
||||||
|
revision: f0d48a4f747a998cc431615d69a0bdf089b18be3
|
||||||
|
specs:
|
||||||
|
actionwebservice (2.3.2.1705)
|
||||||
|
actionpack (>= 2.3.2)
|
||||||
|
activerecord (>= 2.3.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
|
|
@ -11,10 +19,6 @@ GEM
|
||||||
actionpack (2.3.14)
|
actionpack (2.3.14)
|
||||||
activesupport (= 2.3.14)
|
activesupport (= 2.3.14)
|
||||||
rack (~> 1.1.0)
|
rack (~> 1.1.0)
|
||||||
actionwebservice (0.6.0)
|
|
||||||
actionpack (>= 1.5.1)
|
|
||||||
activerecord (>= 1.8.0)
|
|
||||||
activesupport (>= 1.0.1)
|
|
||||||
activerecord (2.3.14)
|
activerecord (2.3.14)
|
||||||
activesupport (= 2.3.14)
|
activesupport (= 2.3.14)
|
||||||
activeresource (2.3.14)
|
activeresource (2.3.14)
|
||||||
|
|
@ -93,7 +97,7 @@ DEPENDENCIES
|
||||||
RedCloth (= 4.2.3)
|
RedCloth (= 4.2.3)
|
||||||
ZenTest (>= 4.0.0)
|
ZenTest (>= 4.0.0)
|
||||||
aasm (= 2.2.0)
|
aasm (= 2.2.0)
|
||||||
actionwebservice
|
actionwebservice!
|
||||||
cucumber-rails (~> 0.4.1)
|
cucumber-rails (~> 0.4.1)
|
||||||
database_cleaner (>= 0.5.0)
|
database_cleaner (>= 0.5.0)
|
||||||
flexmock
|
flexmock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue