wash_out 0.7.1 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca6963ee1f4445ab11f6d46c675f3544b9b133cc
4
- data.tar.gz: 5433459cb3d35b9928d840f4fa80f3259b8521f7
3
+ metadata.gz: 8c29e3b0667aa9353869a03f7506aa485404607e
4
+ data.tar.gz: c7bf3f6c9712de139e320bbffbb21cef84b212f0
5
5
  SHA512:
6
- metadata.gz: 47f28059e6ad1d47c72e035ccb0410e44cb7c52dca561e5abc5df60a42f677f09d041b492e2e21858b22d508b080d27782221dffc6017d94cd472ec0fa4e2eff
7
- data.tar.gz: 965c11dcb8583c59c09e964cec87e1d948c97c9808f1e2bb0a70c9c6bcc5a0eba031488ea5923e8165fb600753f91a4cd5ff8f0e03212877afa19052500c26a8
6
+ metadata.gz: 96d597434ea84f2761e07d7b0d41742c89fe010c173377917044fabee2120e7cae4b492ebd9caee86479d054e6ee700caa6449b450cfeddb57e8cbc4c87fd330
7
+ data.tar.gz: 5b4b784a136b560bd411f779ac95ac11e9ea730c8713cf07508dc93cfd305d67329541a78598bb907ac2037644f1656a979fc4a2a2e00abd9b38e58b0bd302d6
data/.gitignore CHANGED
@@ -9,7 +9,6 @@ pkg/
9
9
  spec/dummy/db/*.sqlite3
10
10
  spec/dummy/log/*.log
11
11
  spec/dummy/tmp/
12
- gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.1.0.gemfile.lock
13
- gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.0.10.gemfile.lock
12
+ gemfiles
14
13
  coverage
15
14
  tags
data/.rspec CHANGED
@@ -1 +1 @@
1
- --tty --colour
1
+ --colour
data/.travis.yml CHANGED
@@ -3,4 +3,4 @@ before_install:
3
3
  rvm:
4
4
  - 1.9.3
5
5
  - jruby-19mode
6
- - 2.0.0
6
+ - 2.0.0
data/Appraisals CHANGED
@@ -10,6 +10,6 @@ appraise "rails-3.2.12" do
10
10
  gem "rails", "3.2.12"
11
11
  end
12
12
 
13
- appraise "rails-4.0.0.beta1" do
14
- gem "rails", "4.0.0.beta1"
13
+ appraise "rails-4.0.0" do
14
+ gem "rails", "4.0.0"
15
15
  end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Not Supported!
4
+
5
+ This is here for historical reasons. Please refer to [Releases](https://github.com/inossidabile/wash_out/releases) page to get actual information.
6
+
3
7
  ## 0.7.1
4
8
 
5
9
  * Parser switcher [@inossidabile][]
data/Gemfile CHANGED
@@ -6,7 +6,6 @@ gem 'wasabi'
6
6
  gem 'savon', '>= 2.0.0'
7
7
  gem 'httpi', :git => 'git://github.com/savonrb/httpi.git'
8
8
 
9
- gem 'bundler', '~> 1.3.0'
10
9
  gem 'rspec-rails'
11
10
  gem 'guard'
12
11
  gem 'guard-rspec'
data/Gemfile.lock CHANGED
@@ -1,131 +1,81 @@
1
1
  GIT
2
2
  remote: git://github.com/savonrb/httpi.git
3
- revision: 8fe93587ec4f4558ba0bf660b37d2b8c540bd7c4
3
+ revision: 6ca1151f691a6ae8599838b404605aac62ad23c9
4
4
  specs:
5
- httpi (2.0.2)
5
+ httpi (2.1.0)
6
6
  rack
7
- rubyntlm
7
+ rubyntlm (~> 0.3.2)
8
8
 
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- wash_out (0.7.1)
12
+ wash_out (0.8.1)
13
13
  nori (>= 2.0.0)
14
14
 
15
15
  GEM
16
16
  remote: http://rubygems.org/
17
17
  specs:
18
- actionpack (3.2.13)
19
- activemodel (= 3.2.13)
20
- activesupport (= 3.2.13)
21
- builder (~> 3.0.0)
22
- erubis (~> 2.7.0)
23
- journey (~> 1.0.4)
24
- rack (~> 1.4.5)
25
- rack-cache (~> 1.2)
26
- rack-test (~> 0.6.1)
27
- sprockets (~> 2.2.1)
28
- activemodel (3.2.13)
29
- activesupport (= 3.2.13)
30
- builder (~> 3.0.0)
31
- activesupport (3.2.13)
32
- i18n (= 0.6.1)
33
- multi_json (~> 1.0)
34
18
  akami (1.2.0)
35
19
  gyoku (>= 0.4.0)
36
20
  nokogiri (>= 1.4.0)
37
21
  appraisal (0.5.2)
38
22
  bundler
39
23
  rake
40
- builder (3.0.4)
24
+ builder (3.2.2)
41
25
  coderay (1.0.9)
42
26
  colored (1.2)
43
- diff-lcs (1.2.4)
44
- erubis (2.7.0)
45
- ffi (1.8.1)
46
- ffi (1.8.1-java)
27
+ diff-lcs (1.1.3)
28
+ ffi (1.9.0)
47
29
  formatador (0.2.4)
48
- guard (1.8.0)
30
+ guard (1.8.2)
49
31
  formatador (>= 0.2.4)
50
32
  listen (>= 1.0.0)
51
33
  lumberjack (>= 1.0.2)
52
34
  pry (>= 0.9.10)
53
35
  thor (>= 0.14.6)
54
- guard-rspec (3.0.0)
55
- guard (>= 1.8)
56
- rspec (~> 2.13)
57
- gyoku (1.0.0)
36
+ guard-rspec (1.2.1)
37
+ guard (>= 1.1)
38
+ gyoku (1.1.0)
58
39
  builder (>= 2.1.2)
59
- hike (1.2.2)
60
- i18n (0.6.1)
61
- journey (1.0.4)
62
- json (1.8.0)
63
- json (1.8.0-java)
64
- listen (1.1.1)
40
+ listen (1.2.2)
65
41
  rb-fsevent (>= 0.9.3)
66
42
  rb-inotify (>= 0.9)
67
43
  rb-kqueue (>= 0.2)
68
- lumberjack (1.0.3)
69
- method_source (0.8.1)
70
- multi_json (1.7.3)
71
- nokogiri (1.5.9)
72
- nokogiri (1.5.9-java)
73
- nori (2.1.0)
44
+ lumberjack (1.0.4)
45
+ method_source (0.8.2)
46
+ multi_json (1.7.8)
47
+ nokogiri (1.5.10)
48
+ nori (2.3.0)
74
49
  pry (0.9.12.2)
75
50
  coderay (~> 1.0.5)
76
51
  method_source (~> 0.8)
77
52
  slop (~> 3.4)
78
- pry (0.9.12.2-java)
79
- coderay (~> 1.0.5)
80
- method_source (~> 0.8)
81
- slop (~> 3.4)
82
- spoon (~> 0.0)
83
- rack (1.4.5)
84
- rack-cache (1.2)
85
- rack (>= 0.4)
86
- rack-ssl (1.3.3)
87
- rack
88
- rack-test (0.6.2)
89
- rack (>= 1.0)
90
- railties (3.2.13)
91
- actionpack (= 3.2.13)
92
- activesupport (= 3.2.13)
93
- rack-ssl (~> 1.3.2)
94
- rake (>= 0.8.7)
95
- rdoc (~> 3.4)
96
- thor (>= 0.14.6, < 2.0)
97
- rake (10.0.4)
53
+ rack (1.5.2)
54
+ rake (10.1.0)
98
55
  rb-fsevent (0.9.3)
99
56
  rb-inotify (0.9.0)
100
57
  ffi (>= 0.5.0)
101
58
  rb-kqueue (0.2.0)
102
59
  ffi (>= 0.5.0)
103
- rdoc (3.12.2)
104
- json (~> 1.4)
105
- rspec (2.13.0)
106
- rspec-core (~> 2.13.0)
107
- rspec-expectations (~> 2.13.0)
108
- rspec-mocks (~> 2.13.0)
109
- rspec-core (2.13.1)
110
- rspec-expectations (2.13.0)
111
- diff-lcs (>= 1.1.3, < 2.0)
112
- rspec-mocks (2.13.1)
113
- rspec-rails (2.13.1)
114
- actionpack (>= 3.0)
115
- activesupport (>= 3.0)
116
- railties (>= 3.0)
117
- rspec-core (~> 2.13.0)
118
- rspec-expectations (~> 2.13.0)
119
- rspec-mocks (~> 2.13.0)
120
- rubyntlm (0.3.1)
121
- savon (2.2.0)
60
+ rspec (2.1.0)
61
+ rspec-core (~> 2.1.0)
62
+ rspec-expectations (~> 2.1.0)
63
+ rspec-mocks (~> 2.1.0)
64
+ rspec-core (2.1.0)
65
+ rspec-expectations (2.1.0)
66
+ diff-lcs (~> 1.1.2)
67
+ rspec-mocks (2.1.0)
68
+ rspec-rails (2.1.0)
69
+ rspec (~> 2.1.0)
70
+ rubyntlm (0.3.3)
71
+ savon (2.3.0)
122
72
  akami (~> 1.2.0)
123
73
  builder (>= 2.1.2)
124
- gyoku (~> 1.0.0)
125
- httpi (~> 2.0.2)
126
- nokogiri (>= 1.4.0)
127
- nori (~> 2.1.0)
128
- wasabi (~> 3.1.0)
74
+ gyoku (~> 1.1.0)
75
+ httpi (~> 2.1.0)
76
+ nokogiri (>= 1.4.0, < 1.6)
77
+ nori (~> 2.3.0)
78
+ wasabi (~> 3.2.0)
129
79
  simplecov (0.7.1)
130
80
  multi_json (~> 1.0)
131
81
  simplecov-html (~> 0.7.1)
@@ -133,28 +83,18 @@ GEM
133
83
  simplecov-summary (0.0.4)
134
84
  colored
135
85
  simplecov
136
- slop (3.4.5)
137
- spoon (0.0.4)
138
- ffi
139
- sprockets (2.2.2)
140
- hike (~> 1.2)
141
- multi_json (~> 1.0)
142
- rack (~> 1.0)
143
- tilt (~> 1.1, != 1.3.0)
86
+ slop (3.4.6)
144
87
  thor (0.18.1)
145
- tilt (1.4.1)
146
- tzinfo (0.3.37)
147
- wasabi (3.1.0)
88
+ tzinfo (1.0.1)
89
+ wasabi (3.2.0)
148
90
  httpi (~> 2.0)
149
- nokogiri (>= 1.4.0)
91
+ nokogiri (>= 1.4.0, < 1.6)
150
92
 
151
93
  PLATFORMS
152
- java
153
94
  ruby
154
95
 
155
96
  DEPENDENCIES
156
97
  appraisal
157
- bundler (~> 1.3.0)
158
98
  guard
159
99
  guard-rspec
160
100
  httpi!
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  WashOut is a gem that greatly simplifies creation of SOAP service providers.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/wash_out.png)](http://badge.fury.io/rb/wash_out)
5
6
  [![Travis CI](https://secure.travis-ci.org/inossidabile/wash_out.png)](https://travis-ci.org/inossidabile/wash_out)
6
7
  [![Code Climate](https://codeclimate.com/github/inossidabile/wash_out.png)](https://codeclimate.com/github/inossidabile/wash_out)
7
8
 
@@ -97,7 +98,7 @@ gem like Savon, a request can be done using this path:
97
98
  ```ruby
98
99
  require 'savon'
99
100
 
100
- client = Savon::Client.new("http://localhost:3000/rumbas/wsdl")
101
+ client = Savon::Client.new(wsdl: "http://localhost:3000/rumbas/wsdl")
101
102
 
102
103
  client.wsdl.soap_actions # => [:integer_to_string, :concat, :add_circle]
103
104
 
@@ -159,20 +160,10 @@ soap_action :foo # this will be affected
159
160
  soap_action "foo" # this will be passed as is
160
161
  ```
161
162
 
162
- ## Credits
163
+ ## Maintainers
163
164
 
164
- * Boris Staal ([@inossidabile](http://staal.io)) [![endorse](http://api.coderwall.com/inossidabile/endorsecount.png)](http://coderwall.com/inossidabile)
165
- * Peter Zotov ([@whitequark](http://twitter.com/#!/whitequark)) [![endorse](http://api.coderwall.com/whitequark/endorsecount.png)](http://coderwall.com/inossidabile)
165
+ * Boris Staal, [@inossidabile](http://staal.io)
166
166
 
167
- ## Contributors
167
+ ## License
168
168
 
169
- * Björn Nilsson ([@Bjorn-Nilsson](https://github.com/Bjorn-Nilsson))
170
- * Tobias Bielohlawek ([@rngtng](https://github.com/rngtng))
171
- * Francesco Negri ([@dhinus](https://github.com/dhinus))
172
- * Edgars Beigarts ([@ebeigarts](https://github.com/ebeigarts))
173
- * [Exad](https://github.com/exad) ([@wknechtel](https://github.com/wknechtel) and [@☈king](https://github.com/rking))
174
- * Mark Goris ([@gorism](https://github.com/gorism))
175
-
176
- ## LICENSE
177
-
178
- It is free software, and may be redistributed under the terms of MIT license.
169
+ It is free software, and may be redistributed under the terms of MIT license.
@@ -133,7 +133,11 @@ module WashOut
133
133
  raise RuntimeError, "[] should not be used in your params. Use nil if you want to mark empty set." if definition == []
134
134
  return [] if definition == nil
135
135
 
136
- if [Array, Symbol, Class].include?(definition.class)
136
+ if definition.is_a?(Class) && definition.ancestors.include?(WashOut::Type)
137
+ definition = definition.wash_out_param_map
138
+ end
139
+
140
+ if [Array, Symbol].include?(definition.class)
137
141
  definition = { :value => definition }
138
142
  end
139
143
 
@@ -15,7 +15,7 @@ module WashOut
15
15
 
16
16
  if WashOut::Engine.namespace
17
17
  namespace = Regexp.escape WashOut::Engine.namespace.to_s
18
- soap_action.gsub!(/^\"(#{namespace}\/?)?(.*)\"$/, '\2')
18
+ soap_action.gsub!(/^\"(#{namespace}(\/|#)?)?(.*)\"$/, '\3')
19
19
  else
20
20
  soap_action = soap_action[1...-1]
21
21
  end
data/lib/wash_out/type.rb CHANGED
@@ -14,7 +14,7 @@ module WashOut
14
14
  end
15
15
 
16
16
  def self.wash_out_param_name
17
- @param_type_name ||= name.underscore
17
+ @param_type_name ||= name.underscore.gsub '/', '.'
18
18
 
19
19
  if WashOut::Engine.camelize_wsdl.to_s == 'lower'
20
20
  @param_type_name = @param_type_name.camelize(:lower)
@@ -1,3 +1,3 @@
1
1
  module WashOut
2
- VERSION = "0.7.1"
2
+ VERSION = "0.8.1"
3
3
  end
@@ -19,9 +19,8 @@ describe WashOut::Param do
19
19
  map = WashOut::Param.parse_def Abraka2
20
20
 
21
21
  map.should be_a_kind_of(Array)
22
- map[0].name.should == 'value'
23
- map[0].map[0].name.should == 'foo'
24
- map[0].map[0].map[0].name.should == 'test'
22
+ map[0].name.should == 'foo'
23
+ map[0].map[0].name.should == 'test'
25
24
  end
26
25
 
27
26
  it "respects camelization setting" do
@@ -30,9 +29,8 @@ describe WashOut::Param do
30
29
  map = WashOut::Param.parse_def Abraka2
31
30
 
32
31
  map.should be_a_kind_of(Array)
33
- map[0].name.should == 'Value'
34
- map[0].map[0].name.should == 'Foo'
35
- map[0].map[0].map[0].name.should == 'Test'
32
+ map[0].name.should == 'Foo'
33
+ map[0].map[0].name.should == 'Test'
36
34
  end
37
35
  end
38
36
 
@@ -20,4 +20,20 @@ describe WashOut::Type do
20
20
  Abraka2.wash_out_param_map.should == {:foo => Abraka1}
21
21
  end
22
22
 
23
+ it "allows arrays inside custom types" do
24
+ class Abraka1 < WashOut::Type
25
+ map :test => :string
26
+ end
27
+ class Abraka2 < WashOut::Type
28
+ type_name 'test'
29
+ map :foo => [:bar => Abraka1]
30
+ end
31
+
32
+ Abraka1.wash_out_param_name.should == 'abraka1'
33
+ Abraka1.wash_out_param_map.should == {:test => :string}
34
+
35
+ Abraka2.wash_out_param_name.should == 'test'
36
+ Abraka2.wash_out_param_map.should == {:foo => [:bar => Abraka1]}
37
+ end
38
+
23
39
  end
@@ -24,6 +24,13 @@ describe WashOut do
24
24
  savon.call(method, :message => message).to_hash
25
25
  end
26
26
 
27
+ def savon!(method, message={}, &block)
28
+ message = {:value => message} unless message.is_a?(Hash)
29
+
30
+ savon = Savon::Client.new(:log => true, :wsdl => 'http://app/api/wsdl', &block)
31
+ savon.call(method, :message => message).to_hash
32
+ end
33
+
27
34
  describe "Module" do
28
35
  it "includes" do
29
36
  lambda {
@@ -47,9 +54,9 @@ describe WashOut do
47
54
  mock_controller do
48
55
  soap_action :result, :args => nil, :return => :int
49
56
 
50
- soap_action "getArea", :args => { :circle => { :center => { :x => [:integer],
57
+ soap_action "getArea", :args => { :circle => [{ :center => { :x => [:integer],
51
58
  :y => :integer },
52
- :radius => :double } },
59
+ :radius => :double }] },
53
60
  :return => { :area => :double }
54
61
 
55
62
  soap_action "rocky", :args => { :circle1 => { :x => :integer } },
@@ -448,13 +455,6 @@ describe WashOut do
448
455
  lambda { savon(:error, :need_error => true) }.should raise_exception(Savon::SOAPFault)
449
456
  end
450
457
 
451
- # TODO: New Savon doesn't allow you to call methods that are not available among WSDL
452
- xit "raise for nonexistent method" do
453
- mock_controller
454
-
455
- lambda { savon(:nonexistent) }.should raise_exception(Savon::SOAPFault)
456
- end
457
-
458
458
  it "raise for manual throws" do
459
459
  mock_controller do
460
460
  soap_action "error", :args => nil, :return => nil
data/spec/spec_helper.rb CHANGED
@@ -6,6 +6,8 @@ SimpleCov.start do
6
6
  add_filter 'spec'
7
7
  add_group 'Library', 'lib'
8
8
  add_group 'App', 'app'
9
+
10
+ at_exit do; end
9
11
  end
10
12
 
11
13
  require File.expand_path("../dummy/config/environment.rb", __FILE__)
@@ -29,6 +31,16 @@ RSpec.configure do |config|
29
31
  WashOut::Engine.camelize_wsdl = false
30
32
  WashOut::Engine.namespace = false
31
33
  end
34
+
35
+ config.after(:suite) do
36
+ if SimpleCov.running
37
+ silence_stream(STDOUT) do
38
+ SimpleCov::Formatter::HTMLFormatter.new.format(SimpleCov.result)
39
+ end
40
+
41
+ SimpleCov::Formatter::SummaryFormatter.new.format(SimpleCov.result)
42
+ end
43
+ end
32
44
  end
33
45
 
34
46
  HTTPI.logger = Logger.new(open("/dev/null", 'w'))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wash_out
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Staal
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-15 00:00:00.000000000 Z
12
+ date: 2013-08-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nori
@@ -49,14 +49,6 @@ files:
49
49
  - app/views/wash_with_soap/rpc/error.builder
50
50
  - app/views/wash_with_soap/rpc/response.builder
51
51
  - app/views/wash_with_soap/rpc/wsdl.builder
52
- - gemfiles/rails_3.1.3.gemfile
53
- - gemfiles/rails_3.1.3.gemfile.lock
54
- - gemfiles/rails_3.2.12.gemfile
55
- - gemfiles/rails_3.2.12.gemfile.lock
56
- - gemfiles/rails_3.2.8.gemfile
57
- - gemfiles/rails_3.2.8.gemfile.lock
58
- - gemfiles/rails_4.0.0.beta1.gemfile
59
- - gemfiles/rails_4.0.0.beta1.gemfile.lock
60
52
  - init.rb
61
53
  - lib/wash_out.rb
62
54
  - lib/wash_out/dispatcher.rb
@@ -118,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
110
  version: '0'
119
111
  requirements: []
120
112
  rubyforge_project:
121
- rubygems_version: 2.0.3
113
+ rubygems_version: 2.0.6
122
114
  signing_key:
123
115
  specification_version: 4
124
116
  summary: Dead simple Rails 3 SOAP server library
@@ -1,20 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "wasabi"
6
- gem "savon"
7
- gem "httpi", :git=>"git://github.com/savonrb/httpi.git"
8
- gem "bundler", "~> 1.3.0"
9
- gem "rspec-rails"
10
- gem "guard"
11
- gem "guard-rspec"
12
- gem "rb-fsevent"
13
- gem "appraisal"
14
- gem "tzinfo"
15
- gem "pry"
16
- gem "simplecov"
17
- gem "simplecov-summary"
18
- gem "rails", "3.1.3"
19
-
20
- gemspec :path=>"../"
@@ -1,186 +0,0 @@
1
- GIT
2
- remote: git://github.com/savonrb/httpi.git
3
- revision: 6536d498160ecb0e969bb161ad091c49493f6bc2
4
- specs:
5
- httpi (2.0.0)
6
- rack
7
-
8
- PATH
9
- remote: /Users/inossidabile/Repos/wash_out
10
- specs:
11
- wash_out (0.6.1)
12
- nori (~> 2.0.0)
13
-
14
- GEM
15
- remote: http://rubygems.org/
16
- specs:
17
- actionmailer (3.1.3)
18
- actionpack (= 3.1.3)
19
- mail (~> 2.3.0)
20
- actionpack (3.1.3)
21
- activemodel (= 3.1.3)
22
- activesupport (= 3.1.3)
23
- builder (~> 3.0.0)
24
- erubis (~> 2.7.0)
25
- i18n (~> 0.6)
26
- rack (~> 1.3.5)
27
- rack-cache (~> 1.1)
28
- rack-mount (~> 0.8.2)
29
- rack-test (~> 0.6.1)
30
- sprockets (~> 2.0.3)
31
- activemodel (3.1.3)
32
- activesupport (= 3.1.3)
33
- builder (~> 3.0.0)
34
- i18n (~> 0.6)
35
- activerecord (3.1.3)
36
- activemodel (= 3.1.3)
37
- activesupport (= 3.1.3)
38
- arel (~> 2.2.1)
39
- tzinfo (~> 0.3.29)
40
- activeresource (3.1.3)
41
- activemodel (= 3.1.3)
42
- activesupport (= 3.1.3)
43
- activesupport (3.1.3)
44
- multi_json (~> 1.0)
45
- akami (1.2.0)
46
- gyoku (>= 0.4.0)
47
- nokogiri (>= 1.4.0)
48
- appraisal (0.5.1)
49
- bundler
50
- rake
51
- arel (2.2.3)
52
- builder (3.0.4)
53
- coderay (1.0.8)
54
- colored (1.2)
55
- diff-lcs (1.1.3)
56
- erubis (2.7.0)
57
- guard (1.6.1)
58
- listen (>= 0.6.0)
59
- lumberjack (>= 1.0.2)
60
- pry (>= 0.9.10)
61
- thor (>= 0.14.6)
62
- guard-rspec (2.3.3)
63
- guard (>= 1.1)
64
- rspec (~> 2.11)
65
- gyoku (1.0.0)
66
- builder (>= 2.1.2)
67
- hike (1.2.1)
68
- i18n (0.6.1)
69
- json (1.7.6)
70
- json (1.7.6-java)
71
- listen (0.7.0)
72
- lumberjack (1.0.2)
73
- mail (2.3.3)
74
- i18n (>= 0.4.0)
75
- mime-types (~> 1.16)
76
- treetop (~> 1.4.8)
77
- method_source (0.8.1)
78
- mime-types (1.19)
79
- multi_json (1.5.0)
80
- nokogiri (1.5.6)
81
- nokogiri (1.5.6-java)
82
- nori (2.0.0)
83
- polyglot (0.3.3)
84
- pry (0.9.10)
85
- coderay (~> 1.0.5)
86
- method_source (~> 0.8)
87
- slop (~> 3.3.1)
88
- pry (0.9.10-java)
89
- coderay (~> 1.0.5)
90
- method_source (~> 0.8)
91
- slop (~> 3.3.1)
92
- spoon (~> 0.0)
93
- rack (1.3.6)
94
- rack-cache (1.2)
95
- rack (>= 0.4)
96
- rack-mount (0.8.3)
97
- rack (>= 1.0.0)
98
- rack-ssl (1.3.2)
99
- rack
100
- rack-test (0.6.2)
101
- rack (>= 1.0)
102
- rails (3.1.3)
103
- actionmailer (= 3.1.3)
104
- actionpack (= 3.1.3)
105
- activerecord (= 3.1.3)
106
- activeresource (= 3.1.3)
107
- activesupport (= 3.1.3)
108
- bundler (~> 1.0)
109
- railties (= 3.1.3)
110
- railties (3.1.3)
111
- actionpack (= 3.1.3)
112
- activesupport (= 3.1.3)
113
- rack-ssl (~> 1.3.2)
114
- rake (>= 0.8.7)
115
- rdoc (~> 3.4)
116
- thor (~> 0.14.6)
117
- rake (10.0.3)
118
- rb-fsevent (0.9.3)
119
- rdoc (3.12)
120
- json (~> 1.4)
121
- rspec (2.12.0)
122
- rspec-core (~> 2.12.0)
123
- rspec-expectations (~> 2.12.0)
124
- rspec-mocks (~> 2.12.0)
125
- rspec-core (2.12.2)
126
- rspec-expectations (2.12.1)
127
- diff-lcs (~> 1.1.3)
128
- rspec-mocks (2.12.1)
129
- rspec-rails (2.12.0)
130
- actionpack (>= 3.0)
131
- activesupport (>= 3.0)
132
- railties (>= 3.0)
133
- rspec-core (~> 2.12.0)
134
- rspec-expectations (~> 2.12.0)
135
- rspec-mocks (~> 2.12.0)
136
- savon (2.0.2)
137
- akami (~> 1.2.0)
138
- builder (>= 2.1.2)
139
- gyoku (~> 1.0.0)
140
- httpi (~> 2.0.0)
141
- nokogiri (>= 1.4.0)
142
- nori (~> 2.0.0)
143
- wasabi (~> 3.0.0)
144
- simplecov (0.7.1)
145
- multi_json (~> 1.0)
146
- simplecov-html (~> 0.7.1)
147
- simplecov-html (0.7.1)
148
- simplecov-summary (0.0.4)
149
- colored
150
- simplecov
151
- slop (3.3.3)
152
- spoon (0.0.1)
153
- sprockets (2.0.4)
154
- hike (~> 1.2)
155
- rack (~> 1.0)
156
- tilt (~> 1.1, != 1.3.0)
157
- thor (0.14.6)
158
- tilt (1.3.3)
159
- treetop (1.4.12)
160
- polyglot
161
- polyglot (>= 0.3.1)
162
- tzinfo (0.3.35)
163
- wasabi (3.0.0)
164
- httpi (~> 2.0)
165
- nokogiri (>= 1.4.0)
166
-
167
- PLATFORMS
168
- java
169
- ruby
170
-
171
- DEPENDENCIES
172
- appraisal
173
- bundler (~> 1.3.0)
174
- guard
175
- guard-rspec
176
- httpi!
177
- pry
178
- rails (= 3.1.3)
179
- rb-fsevent
180
- rspec-rails
181
- savon
182
- simplecov
183
- simplecov-summary
184
- tzinfo
185
- wasabi
186
- wash_out!
@@ -1,20 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "wasabi"
6
- gem "savon"
7
- gem "httpi", :git=>"git://github.com/savonrb/httpi.git"
8
- gem "bundler", "~> 1.3.0"
9
- gem "rspec-rails"
10
- gem "guard"
11
- gem "guard-rspec"
12
- gem "rb-fsevent"
13
- gem "appraisal"
14
- gem "tzinfo"
15
- gem "pry"
16
- gem "simplecov"
17
- gem "simplecov-summary"
18
- gem "rails", "3.2.12"
19
-
20
- gemspec :path=>"../"
@@ -1,189 +0,0 @@
1
- GIT
2
- remote: git://github.com/savonrb/httpi.git
3
- revision: 1cf3cf2e92f109921d7b41843a56bdaa2314443f
4
- specs:
5
- httpi (2.0.2)
6
- rack
7
- rubyntlm
8
-
9
- PATH
10
- remote: /Users/inossidabile/Repos/wash_out
11
- specs:
12
- wash_out (0.6.1)
13
- nori (~> 2.0.0)
14
-
15
- GEM
16
- remote: http://rubygems.org/
17
- specs:
18
- actionmailer (3.2.12)
19
- actionpack (= 3.2.12)
20
- mail (~> 2.4.4)
21
- actionpack (3.2.12)
22
- activemodel (= 3.2.12)
23
- activesupport (= 3.2.12)
24
- builder (~> 3.0.0)
25
- erubis (~> 2.7.0)
26
- journey (~> 1.0.4)
27
- rack (~> 1.4.5)
28
- rack-cache (~> 1.2)
29
- rack-test (~> 0.6.1)
30
- sprockets (~> 2.2.1)
31
- activemodel (3.2.12)
32
- activesupport (= 3.2.12)
33
- builder (~> 3.0.0)
34
- activerecord (3.2.12)
35
- activemodel (= 3.2.12)
36
- activesupport (= 3.2.12)
37
- arel (~> 3.0.2)
38
- tzinfo (~> 0.3.29)
39
- activeresource (3.2.12)
40
- activemodel (= 3.2.12)
41
- activesupport (= 3.2.12)
42
- activesupport (3.2.12)
43
- i18n (~> 0.6)
44
- multi_json (~> 1.0)
45
- akami (1.2.0)
46
- gyoku (>= 0.4.0)
47
- nokogiri (>= 1.4.0)
48
- appraisal (0.5.1)
49
- bundler
50
- rake
51
- arel (3.0.2)
52
- builder (3.0.4)
53
- coderay (1.0.9)
54
- colored (1.2)
55
- diff-lcs (1.2.1)
56
- erubis (2.7.0)
57
- guard (1.6.2)
58
- listen (>= 0.6.0)
59
- lumberjack (>= 1.0.2)
60
- pry (>= 0.9.10)
61
- terminal-table (>= 1.4.3)
62
- thor (>= 0.14.6)
63
- guard-rspec (2.5.0)
64
- guard (>= 1.1)
65
- rspec (~> 2.11)
66
- gyoku (1.0.0)
67
- builder (>= 2.1.2)
68
- hike (1.2.1)
69
- i18n (0.6.4)
70
- journey (1.0.4)
71
- json (1.7.7)
72
- json (1.7.7-java)
73
- listen (0.7.3)
74
- lumberjack (1.0.2)
75
- mail (2.4.4)
76
- i18n (>= 0.4.0)
77
- mime-types (~> 1.16)
78
- treetop (~> 1.4.8)
79
- method_source (0.8.1)
80
- mime-types (1.21)
81
- multi_json (1.6.1)
82
- nokogiri (1.5.6)
83
- nokogiri (1.5.6-java)
84
- nori (2.0.4)
85
- polyglot (0.3.3)
86
- pry (0.9.12)
87
- coderay (~> 1.0.5)
88
- method_source (~> 0.8)
89
- slop (~> 3.4)
90
- pry (0.9.12-java)
91
- coderay (~> 1.0.5)
92
- method_source (~> 0.8)
93
- slop (~> 3.4)
94
- spoon (~> 0.0)
95
- rack (1.4.5)
96
- rack-cache (1.2)
97
- rack (>= 0.4)
98
- rack-ssl (1.3.3)
99
- rack
100
- rack-test (0.6.2)
101
- rack (>= 1.0)
102
- rails (3.2.12)
103
- actionmailer (= 3.2.12)
104
- actionpack (= 3.2.12)
105
- activerecord (= 3.2.12)
106
- activeresource (= 3.2.12)
107
- activesupport (= 3.2.12)
108
- bundler (~> 1.0)
109
- railties (= 3.2.12)
110
- railties (3.2.12)
111
- actionpack (= 3.2.12)
112
- activesupport (= 3.2.12)
113
- rack-ssl (~> 1.3.2)
114
- rake (>= 0.8.7)
115
- rdoc (~> 3.4)
116
- thor (>= 0.14.6, < 2.0)
117
- rake (10.0.3)
118
- rb-fsevent (0.9.3)
119
- rdoc (3.12.2)
120
- json (~> 1.4)
121
- rspec (2.13.0)
122
- rspec-core (~> 2.13.0)
123
- rspec-expectations (~> 2.13.0)
124
- rspec-mocks (~> 2.13.0)
125
- rspec-core (2.13.0)
126
- rspec-expectations (2.13.0)
127
- diff-lcs (>= 1.1.3, < 2.0)
128
- rspec-mocks (2.13.0)
129
- rspec-rails (2.13.0)
130
- actionpack (>= 3.0)
131
- activesupport (>= 3.0)
132
- railties (>= 3.0)
133
- rspec-core (~> 2.13.0)
134
- rspec-expectations (~> 2.13.0)
135
- rspec-mocks (~> 2.13.0)
136
- rubyntlm (0.1.1)
137
- savon (2.1.0)
138
- akami (~> 1.2.0)
139
- builder (>= 2.1.2)
140
- gyoku (~> 1.0.0)
141
- httpi (~> 2.0.2)
142
- nokogiri (>= 1.4.0)
143
- nori (~> 2.0.3)
144
- wasabi (~> 3.0.0)
145
- simplecov (0.7.1)
146
- multi_json (~> 1.0)
147
- simplecov-html (~> 0.7.1)
148
- simplecov-html (0.7.1)
149
- simplecov-summary (0.0.4)
150
- colored
151
- simplecov
152
- slop (3.4.3)
153
- spoon (0.0.1)
154
- sprockets (2.2.2)
155
- hike (~> 1.2)
156
- multi_json (~> 1.0)
157
- rack (~> 1.0)
158
- tilt (~> 1.1, != 1.3.0)
159
- terminal-table (1.4.5)
160
- thor (0.17.0)
161
- tilt (1.3.4)
162
- treetop (1.4.12)
163
- polyglot
164
- polyglot (>= 0.3.1)
165
- tzinfo (0.3.36)
166
- wasabi (3.0.0)
167
- httpi (~> 2.0)
168
- nokogiri (>= 1.4.0)
169
-
170
- PLATFORMS
171
- java
172
- ruby
173
-
174
- DEPENDENCIES
175
- appraisal
176
- bundler (~> 1.3.0)
177
- guard
178
- guard-rspec
179
- httpi!
180
- pry
181
- rails (= 3.2.12)
182
- rb-fsevent
183
- rspec-rails
184
- savon
185
- simplecov
186
- simplecov-summary
187
- tzinfo
188
- wasabi
189
- wash_out!
@@ -1,20 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "wasabi"
6
- gem "savon"
7
- gem "httpi", :git=>"git://github.com/savonrb/httpi.git"
8
- gem "bundler", "~> 1.3.0"
9
- gem "rspec-rails"
10
- gem "guard"
11
- gem "guard-rspec"
12
- gem "rb-fsevent"
13
- gem "appraisal"
14
- gem "tzinfo"
15
- gem "pry"
16
- gem "simplecov"
17
- gem "simplecov-summary"
18
- gem "rails", "3.2.8"
19
-
20
- gemspec :path=>"../"
@@ -1,184 +0,0 @@
1
- GIT
2
- remote: git://github.com/savonrb/httpi.git
3
- revision: 6536d498160ecb0e969bb161ad091c49493f6bc2
4
- specs:
5
- httpi (2.0.0)
6
- rack
7
-
8
- PATH
9
- remote: /Users/inossidabile/Repos/wash_out
10
- specs:
11
- wash_out (0.6.1)
12
- nori (~> 2.0.0)
13
-
14
- GEM
15
- remote: http://rubygems.org/
16
- specs:
17
- actionmailer (3.2.8)
18
- actionpack (= 3.2.8)
19
- mail (~> 2.4.4)
20
- actionpack (3.2.8)
21
- activemodel (= 3.2.8)
22
- activesupport (= 3.2.8)
23
- builder (~> 3.0.0)
24
- erubis (~> 2.7.0)
25
- journey (~> 1.0.4)
26
- rack (~> 1.4.0)
27
- rack-cache (~> 1.2)
28
- rack-test (~> 0.6.1)
29
- sprockets (~> 2.1.3)
30
- activemodel (3.2.8)
31
- activesupport (= 3.2.8)
32
- builder (~> 3.0.0)
33
- activerecord (3.2.8)
34
- activemodel (= 3.2.8)
35
- activesupport (= 3.2.8)
36
- arel (~> 3.0.2)
37
- tzinfo (~> 0.3.29)
38
- activeresource (3.2.8)
39
- activemodel (= 3.2.8)
40
- activesupport (= 3.2.8)
41
- activesupport (3.2.8)
42
- i18n (~> 0.6)
43
- multi_json (~> 1.0)
44
- akami (1.2.0)
45
- gyoku (>= 0.4.0)
46
- nokogiri (>= 1.4.0)
47
- appraisal (0.5.1)
48
- bundler
49
- rake
50
- arel (3.0.2)
51
- builder (3.0.4)
52
- coderay (1.0.8)
53
- colored (1.2)
54
- diff-lcs (1.1.3)
55
- erubis (2.7.0)
56
- guard (1.6.1)
57
- listen (>= 0.6.0)
58
- lumberjack (>= 1.0.2)
59
- pry (>= 0.9.10)
60
- thor (>= 0.14.6)
61
- guard-rspec (2.3.3)
62
- guard (>= 1.1)
63
- rspec (~> 2.11)
64
- gyoku (1.0.0)
65
- builder (>= 2.1.2)
66
- hike (1.2.1)
67
- i18n (0.6.1)
68
- journey (1.0.4)
69
- json (1.7.6)
70
- json (1.7.6-java)
71
- listen (0.7.0)
72
- lumberjack (1.0.2)
73
- mail (2.4.4)
74
- i18n (>= 0.4.0)
75
- mime-types (~> 1.16)
76
- treetop (~> 1.4.8)
77
- method_source (0.8.1)
78
- mime-types (1.19)
79
- multi_json (1.5.0)
80
- nokogiri (1.5.6)
81
- nokogiri (1.5.6-java)
82
- nori (2.0.0)
83
- polyglot (0.3.3)
84
- pry (0.9.10)
85
- coderay (~> 1.0.5)
86
- method_source (~> 0.8)
87
- slop (~> 3.3.1)
88
- pry (0.9.10-java)
89
- coderay (~> 1.0.5)
90
- method_source (~> 0.8)
91
- slop (~> 3.3.1)
92
- spoon (~> 0.0)
93
- rack (1.4.1)
94
- rack-cache (1.2)
95
- rack (>= 0.4)
96
- rack-ssl (1.3.2)
97
- rack
98
- rack-test (0.6.2)
99
- rack (>= 1.0)
100
- rails (3.2.8)
101
- actionmailer (= 3.2.8)
102
- actionpack (= 3.2.8)
103
- activerecord (= 3.2.8)
104
- activeresource (= 3.2.8)
105
- activesupport (= 3.2.8)
106
- bundler (~> 1.0)
107
- railties (= 3.2.8)
108
- railties (3.2.8)
109
- actionpack (= 3.2.8)
110
- activesupport (= 3.2.8)
111
- rack-ssl (~> 1.3.2)
112
- rake (>= 0.8.7)
113
- rdoc (~> 3.4)
114
- thor (>= 0.14.6, < 2.0)
115
- rake (10.0.3)
116
- rb-fsevent (0.9.3)
117
- rdoc (3.12)
118
- json (~> 1.4)
119
- rspec (2.12.0)
120
- rspec-core (~> 2.12.0)
121
- rspec-expectations (~> 2.12.0)
122
- rspec-mocks (~> 2.12.0)
123
- rspec-core (2.12.2)
124
- rspec-expectations (2.12.1)
125
- diff-lcs (~> 1.1.3)
126
- rspec-mocks (2.12.1)
127
- rspec-rails (2.12.0)
128
- actionpack (>= 3.0)
129
- activesupport (>= 3.0)
130
- railties (>= 3.0)
131
- rspec-core (~> 2.12.0)
132
- rspec-expectations (~> 2.12.0)
133
- rspec-mocks (~> 2.12.0)
134
- savon (2.0.2)
135
- akami (~> 1.2.0)
136
- builder (>= 2.1.2)
137
- gyoku (~> 1.0.0)
138
- httpi (~> 2.0.0)
139
- nokogiri (>= 1.4.0)
140
- nori (~> 2.0.0)
141
- wasabi (~> 3.0.0)
142
- simplecov (0.7.1)
143
- multi_json (~> 1.0)
144
- simplecov-html (~> 0.7.1)
145
- simplecov-html (0.7.1)
146
- simplecov-summary (0.0.4)
147
- colored
148
- simplecov
149
- slop (3.3.3)
150
- spoon (0.0.1)
151
- sprockets (2.1.3)
152
- hike (~> 1.2)
153
- rack (~> 1.0)
154
- tilt (~> 1.1, != 1.3.0)
155
- thor (0.16.0)
156
- tilt (1.3.3)
157
- treetop (1.4.12)
158
- polyglot
159
- polyglot (>= 0.3.1)
160
- tzinfo (0.3.35)
161
- wasabi (3.0.0)
162
- httpi (~> 2.0)
163
- nokogiri (>= 1.4.0)
164
-
165
- PLATFORMS
166
- java
167
- ruby
168
-
169
- DEPENDENCIES
170
- appraisal
171
- bundler (~> 1.3.0)
172
- guard
173
- guard-rspec
174
- httpi!
175
- pry
176
- rails (= 3.2.8)
177
- rb-fsevent
178
- rspec-rails
179
- savon
180
- simplecov
181
- simplecov-summary
182
- tzinfo
183
- wasabi
184
- wash_out!
@@ -1,20 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "wasabi"
6
- gem "savon"
7
- gem "httpi", :git=>"git://github.com/savonrb/httpi.git"
8
- gem "bundler", "~> 1.3.0"
9
- gem "rspec-rails"
10
- gem "guard"
11
- gem "guard-rspec"
12
- gem "rb-fsevent"
13
- gem "appraisal"
14
- gem "tzinfo"
15
- gem "pry"
16
- gem "simplecov"
17
- gem "simplecov-summary"
18
- gem "rails", "4.0.0.beta1"
19
-
20
- gemspec :path=>"../"
@@ -1,189 +0,0 @@
1
- GIT
2
- remote: git://github.com/savonrb/httpi.git
3
- revision: 1cf3cf2e92f109921d7b41843a56bdaa2314443f
4
- specs:
5
- httpi (2.0.2)
6
- rack
7
- rubyntlm
8
-
9
- PATH
10
- remote: /Users/inossidabile/Repos/wash_out
11
- specs:
12
- wash_out (0.6.1)
13
- nori (~> 2.0.0)
14
-
15
- GEM
16
- remote: http://rubygems.org/
17
- specs:
18
- actionmailer (4.0.0.beta1)
19
- actionpack (= 4.0.0.beta1)
20
- mail (~> 2.5.3)
21
- actionpack (4.0.0.beta1)
22
- activesupport (= 4.0.0.beta1)
23
- builder (~> 3.1.0)
24
- erubis (~> 2.7.0)
25
- rack (~> 1.5.2)
26
- rack-test (~> 0.6.2)
27
- activemodel (4.0.0.beta1)
28
- activesupport (= 4.0.0.beta1)
29
- builder (~> 3.1.0)
30
- activerecord (4.0.0.beta1)
31
- activemodel (= 4.0.0.beta1)
32
- activerecord-deprecated_finders (~> 0.0.3)
33
- activesupport (= 4.0.0.beta1)
34
- arel (~> 4.0.0.beta1)
35
- activerecord-deprecated_finders (0.0.3)
36
- activesupport (4.0.0.beta1)
37
- i18n (~> 0.6.2)
38
- minitest (~> 4.2)
39
- multi_json (~> 1.3)
40
- thread_safe (~> 0.1)
41
- tzinfo (~> 0.3.33)
42
- akami (1.2.0)
43
- gyoku (>= 0.4.0)
44
- nokogiri (>= 1.4.0)
45
- appraisal (0.5.1)
46
- bundler
47
- rake
48
- arel (4.0.0.beta1)
49
- atomic (1.0.1)
50
- atomic (1.0.1-java)
51
- builder (3.1.4)
52
- coderay (1.0.9)
53
- colored (1.2)
54
- diff-lcs (1.2.1)
55
- erubis (2.7.0)
56
- guard (1.6.2)
57
- listen (>= 0.6.0)
58
- lumberjack (>= 1.0.2)
59
- pry (>= 0.9.10)
60
- terminal-table (>= 1.4.3)
61
- thor (>= 0.14.6)
62
- guard-rspec (2.5.0)
63
- guard (>= 1.1)
64
- rspec (~> 2.11)
65
- gyoku (1.0.0)
66
- builder (>= 2.1.2)
67
- hike (1.2.1)
68
- i18n (0.6.4)
69
- json (1.7.7)
70
- json (1.7.7-java)
71
- listen (0.7.3)
72
- lumberjack (1.0.2)
73
- mail (2.5.3)
74
- i18n (>= 0.4.0)
75
- mime-types (~> 1.16)
76
- treetop (~> 1.4.8)
77
- method_source (0.8.1)
78
- mime-types (1.21)
79
- minitest (4.6.2)
80
- multi_json (1.6.1)
81
- nokogiri (1.5.6)
82
- nokogiri (1.5.6-java)
83
- nori (2.0.4)
84
- polyglot (0.3.3)
85
- pry (0.9.12)
86
- coderay (~> 1.0.5)
87
- method_source (~> 0.8)
88
- slop (~> 3.4)
89
- pry (0.9.12-java)
90
- coderay (~> 1.0.5)
91
- method_source (~> 0.8)
92
- slop (~> 3.4)
93
- spoon (~> 0.0)
94
- rack (1.5.2)
95
- rack-test (0.6.2)
96
- rack (>= 1.0)
97
- rails (4.0.0.beta1)
98
- actionmailer (= 4.0.0.beta1)
99
- actionpack (= 4.0.0.beta1)
100
- activerecord (= 4.0.0.beta1)
101
- activesupport (= 4.0.0.beta1)
102
- bundler (>= 1.3.0, < 2.0)
103
- railties (= 4.0.0.beta1)
104
- sprockets-rails (~> 2.0.0.rc3)
105
- railties (4.0.0.beta1)
106
- actionpack (= 4.0.0.beta1)
107
- activesupport (= 4.0.0.beta1)
108
- rake (>= 0.8.7)
109
- rdoc (~> 3.4)
110
- thor (>= 0.17.0, < 2.0)
111
- rake (10.0.3)
112
- rb-fsevent (0.9.3)
113
- rdoc (3.12.2)
114
- json (~> 1.4)
115
- rspec (2.13.0)
116
- rspec-core (~> 2.13.0)
117
- rspec-expectations (~> 2.13.0)
118
- rspec-mocks (~> 2.13.0)
119
- rspec-core (2.13.0)
120
- rspec-expectations (2.13.0)
121
- diff-lcs (>= 1.1.3, < 2.0)
122
- rspec-mocks (2.13.0)
123
- rspec-rails (2.13.0)
124
- actionpack (>= 3.0)
125
- activesupport (>= 3.0)
126
- railties (>= 3.0)
127
- rspec-core (~> 2.13.0)
128
- rspec-expectations (~> 2.13.0)
129
- rspec-mocks (~> 2.13.0)
130
- rubyntlm (0.1.1)
131
- savon (2.1.0)
132
- akami (~> 1.2.0)
133
- builder (>= 2.1.2)
134
- gyoku (~> 1.0.0)
135
- httpi (~> 2.0.2)
136
- nokogiri (>= 1.4.0)
137
- nori (~> 2.0.3)
138
- wasabi (~> 3.0.0)
139
- simplecov (0.7.1)
140
- multi_json (~> 1.0)
141
- simplecov-html (~> 0.7.1)
142
- simplecov-html (0.7.1)
143
- simplecov-summary (0.0.4)
144
- colored
145
- simplecov
146
- slop (3.4.3)
147
- spoon (0.0.1)
148
- sprockets (2.9.0)
149
- hike (~> 1.2)
150
- multi_json (~> 1.0)
151
- rack (~> 1.0)
152
- tilt (~> 1.1, != 1.3.0)
153
- sprockets-rails (2.0.0.rc3)
154
- actionpack (>= 3.0)
155
- activesupport (>= 3.0)
156
- sprockets (~> 2.8)
157
- terminal-table (1.4.5)
158
- thor (0.17.0)
159
- thread_safe (0.1.0)
160
- atomic
161
- tilt (1.3.4)
162
- treetop (1.4.12)
163
- polyglot
164
- polyglot (>= 0.3.1)
165
- tzinfo (0.3.36)
166
- wasabi (3.0.0)
167
- httpi (~> 2.0)
168
- nokogiri (>= 1.4.0)
169
-
170
- PLATFORMS
171
- java
172
- ruby
173
-
174
- DEPENDENCIES
175
- appraisal
176
- bundler (~> 1.3.0)
177
- guard
178
- guard-rspec
179
- httpi!
180
- pry
181
- rails (= 4.0.0.beta1)
182
- rb-fsevent
183
- rspec-rails
184
- savon
185
- simplecov
186
- simplecov-summary
187
- tzinfo
188
- wasabi
189
- wash_out!