wash_out 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3071f45f7db5e92c1268fa07d37d9360e8d7de1d
4
+ data.tar.gz: 3f41b6bb8e62a70f706f1d741a6dce76d3056c14
5
+ SHA512:
6
+ metadata.gz: b943c09e30288f5e2f667dcd91f0d395e7764ac30c7402a6351660bd2abd394e7b406f4d7be2304c6565ba0c6032f04315012cbbe0f71911243ab23bff722d76
7
+ data.tar.gz: b0d9054e3443979843838603f557451e57f7915d81f7a25611a9c8a5323efbf4b03f7b1ddc3fab3cea147a76c8431ac8a54a96a56cc31dcb0704c1373945b4c5
@@ -1,4 +1,7 @@
1
+ before_install:
2
+ - gem install bundler
1
3
  rvm:
2
4
  - 1.9.3
3
5
  - jruby-19mode
4
6
  - rbx-19mode
7
+ - 2.0.0
data/Appraisals CHANGED
@@ -1,7 +1,15 @@
1
+ appraise "rails-3.2.8" do
2
+ gem "rails", "3.2.8"
3
+ end
4
+
1
5
  appraise "rails-3.1.3" do
2
6
  gem "rails", "3.1.3"
3
7
  end
4
8
 
5
- appraise "rails-3.0.11" do
6
- gem "rails", "3.0.11"
9
+ appraise "rails-3.2.12" do
10
+ gem "rails", "3.2.12"
7
11
  end
12
+
13
+ appraise "rails-4.0.0.beta1" do
14
+ gem "rails", "4.0.0.beta1"
15
+ end
data/Gemfile CHANGED
@@ -6,10 +6,13 @@ gem 'wasabi'
6
6
  gem 'savon'
7
7
  gem 'httpi', :git => 'git://github.com/savonrb/httpi.git'
8
8
 
9
+ gem 'bundler', '~> 1.3.0'
9
10
  gem 'rspec-rails'
10
11
  gem 'guard'
11
12
  gem 'guard-rspec'
12
13
  gem 'rb-fsevent'
13
14
  gem 'appraisal'
14
15
  gem 'tzinfo'
15
- gem 'pry'
16
+ gem 'pry'
17
+ gem 'simplecov'
18
+ gem 'simplecov-summary'
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- wash_out (0.6.0)
11
+ wash_out (0.6.1)
12
12
  nori (~> 2.0.0)
13
13
 
14
14
  GEM
@@ -38,6 +38,7 @@ GEM
38
38
  rake
39
39
  builder (3.0.4)
40
40
  coderay (1.0.8)
41
+ colored (1.2)
41
42
  diff-lcs (1.1.3)
42
43
  erubis (2.7.0)
43
44
  guard (1.6.1)
@@ -112,6 +113,13 @@ GEM
112
113
  nokogiri (>= 1.4.0)
113
114
  nori (~> 2.0.0)
114
115
  wasabi (~> 3.0.0)
116
+ simplecov (0.7.1)
117
+ multi_json (~> 1.0)
118
+ simplecov-html (~> 0.7.1)
119
+ simplecov-html (0.7.1)
120
+ simplecov-summary (0.0.4)
121
+ colored
122
+ simplecov
115
123
  slop (3.3.3)
116
124
  spoon (0.0.1)
117
125
  sprockets (2.2.2)
@@ -132,6 +140,7 @@ PLATFORMS
132
140
 
133
141
  DEPENDENCIES
134
142
  appraisal
143
+ bundler (~> 1.3.0)
135
144
  guard
136
145
  guard-rspec
137
146
  httpi!
@@ -139,6 +148,8 @@ DEPENDENCIES
139
148
  rb-fsevent
140
149
  rspec-rails
141
150
  savon
151
+ simplecov
152
+ simplecov-summary
142
153
  tzinfo
143
154
  wasabi
144
155
  wash_out!
data/README.md CHANGED
@@ -2,16 +2,17 @@
2
2
 
3
3
  WashOut is a gem that greatly simplifies creation of SOAP service providers.
4
4
 
5
+ [![Travis CI](https://secure.travis-ci.org/inossidabile/wash_out.png)](https://travis-ci.org/inossidabile/wash_out)
6
+ [![Code Climate](https://codeclimate.com/github/inossidabile/wash_out.png)](https://codeclimate.com/github/inossidabile/wash_out)
7
+
5
8
  But if you have a chance, please [http://stopsoap.com/](http://stopsoap.com/).
6
9
 
7
10
  ## Compatibility
8
11
 
9
- Rails >3.0 only. MRI 1.9, JRuby (--1.9), Rubinius (--1.9).
12
+ Rails >3.0 only. MRI 1.9, 2.0, JRuby (--1.9), Rubinius (--1.9).
10
13
 
11
14
  Ruby 1.8 is not officially supported since 0.5.3. We will accept further compatibilty pull-requests but no upcoming versions will be tested against it.
12
15
 
13
- ![Travis CI](https://secure.travis-ci.org/inossidabile/wash_out.png)
14
-
15
16
  ## Installation
16
17
 
17
18
  In your Gemfile, add this line:
@@ -156,10 +157,8 @@ soap_action "foo" # this will be passed as is
156
157
 
157
158
  ## Credits
158
159
 
159
- <img src="http://roundlake.ru/assets/logo.png" align="right" />
160
-
161
- * Boris Staal ([@_inossidabile](http://twitter.com/#!/_inossidabile))
162
- * Peter Zotov ([@whitequark](http://twitter.com/#!/whitequark))
160
+ * Boris Staal ([@_inossidabile](http://twitter.com/#!/_inossidabile)) [![endorse](http://api.coderwall.com/inossidabile/endorsecount.png)](http://coderwall.com/inossidabile)
161
+ * Peter Zotov ([@whitequark](http://twitter.com/#!/whitequark)) [![endorse](http://api.coderwall.com/whitequark/endorsecount.png)](http://coderwall.com/inossidabile)
163
162
 
164
163
  ## Contributors
165
164
 
@@ -0,0 +1,20 @@
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,8 +1,15 @@
1
+ GIT
2
+ remote: git://github.com/savonrb/httpi.git
3
+ revision: 6536d498160ecb0e969bb161ad091c49493f6bc2
4
+ specs:
5
+ httpi (2.0.0)
6
+ rack
7
+
1
8
  PATH
2
- remote: /Users/inossidabile/Sites/wash_out
9
+ remote: /Users/inossidabile/Repos/wash_out
3
10
  specs:
4
- wash_out (0.5.2)
5
- nori
11
+ wash_out (0.6.1)
12
+ nori (~> 2.0.0)
6
13
 
7
14
  GEM
8
15
  remote: http://rubygems.org/
@@ -35,45 +42,62 @@ GEM
35
42
  activesupport (= 3.1.3)
36
43
  activesupport (3.1.3)
37
44
  multi_json (~> 1.0)
38
- akami (1.0.0)
45
+ akami (1.2.0)
39
46
  gyoku (>= 0.4.0)
40
- appraisal (0.4.0)
47
+ nokogiri (>= 1.4.0)
48
+ appraisal (0.5.1)
41
49
  bundler
42
50
  rake
43
- arel (2.2.1)
44
- builder (3.0.0)
45
- coderay (1.0.7)
51
+ arel (2.2.3)
52
+ builder (3.0.4)
53
+ coderay (1.0.8)
54
+ colored (1.2)
46
55
  diff-lcs (1.1.3)
47
56
  erubis (2.7.0)
48
- gyoku (0.4.4)
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)
49
66
  builder (>= 2.1.2)
50
67
  hike (1.2.1)
51
- httpi (0.9.5)
52
- rack
53
- i18n (0.6.0)
54
- json (1.6.3)
55
- mail (2.3.0)
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)
56
74
  i18n (>= 0.4.0)
57
75
  mime-types (~> 1.16)
58
76
  treetop (~> 1.4.8)
59
- method_source (0.8)
60
- mime-types (1.17.2)
61
- multi_json (1.0.4)
62
- nokogiri (1.5.0)
63
- nori (1.0.2)
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)
64
83
  polyglot (0.3.3)
65
84
  pry (0.9.10)
66
85
  coderay (~> 1.0.5)
67
86
  method_source (~> 0.8)
68
87
  slop (~> 3.3.1)
69
- rack (1.3.5)
70
- rack-cache (1.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)
71
95
  rack (>= 0.4)
72
96
  rack-mount (0.8.3)
73
97
  rack (>= 1.0.0)
74
98
  rack-ssl (1.3.2)
75
99
  rack
76
- rack-test (0.6.1)
100
+ rack-test (0.6.2)
77
101
  rack (>= 1.0)
78
102
  rails (3.1.3)
79
103
  actionmailer (= 3.1.3)
@@ -90,52 +114,73 @@ GEM
90
114
  rake (>= 0.8.7)
91
115
  rdoc (~> 3.4)
92
116
  thor (~> 0.14.6)
93
- rake (0.9.2.2)
117
+ rake (10.0.3)
118
+ rb-fsevent (0.9.3)
94
119
  rdoc (3.12)
95
120
  json (~> 1.4)
96
- rspec (2.7.0)
97
- rspec-core (~> 2.7.0)
98
- rspec-expectations (~> 2.7.0)
99
- rspec-mocks (~> 2.7.0)
100
- rspec-core (2.7.1)
101
- rspec-expectations (2.7.0)
102
- diff-lcs (~> 1.1.2)
103
- rspec-mocks (2.7.0)
104
- rspec-rails (2.7.0)
105
- actionpack (~> 3.0)
106
- activesupport (~> 3.0)
107
- railties (~> 3.0)
108
- rspec (~> 2.7.0)
109
- savon (0.9.7)
110
- akami (~> 1.0)
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)
111
138
  builder (>= 2.1.2)
112
- gyoku (>= 0.4.0)
113
- httpi (~> 0.9)
139
+ gyoku (~> 1.0.0)
140
+ httpi (~> 2.0.0)
114
141
  nokogiri (>= 1.4.0)
115
- nori (~> 1.0)
116
- wasabi (~> 2.0)
117
- slop (3.3.2)
118
- sprockets (2.0.3)
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)
119
154
  hike (~> 1.2)
120
155
  rack (~> 1.0)
121
156
  tilt (~> 1.1, != 1.3.0)
122
157
  thor (0.14.6)
123
158
  tilt (1.3.3)
124
- treetop (1.4.10)
159
+ treetop (1.4.12)
125
160
  polyglot
126
161
  polyglot (>= 0.3.1)
127
- tzinfo (0.3.31)
128
- wasabi (2.0.0)
162
+ tzinfo (0.3.35)
163
+ wasabi (3.0.0)
164
+ httpi (~> 2.0)
129
165
  nokogiri (>= 1.4.0)
130
166
 
131
167
  PLATFORMS
168
+ java
132
169
  ruby
133
170
 
134
171
  DEPENDENCIES
135
172
  appraisal
173
+ bundler (~> 1.3.0)
174
+ guard
175
+ guard-rspec
176
+ httpi!
136
177
  pry
137
178
  rails (= 3.1.3)
179
+ rb-fsevent
138
180
  rspec-rails
139
181
  savon
182
+ simplecov
183
+ simplecov-summary
140
184
  tzinfo
185
+ wasabi
141
186
  wash_out!
@@ -0,0 +1,20 @@
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=>"../"
@@ -0,0 +1,189 @@
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!