theotokos 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -0
- data/lib/engine/soap_executor.rb +1 -1
- data/lib/version.rb +1 -1
- data/theotokos.gemspec +1 -1
- metadata +9 -9
data/README.md
CHANGED
|
@@ -12,5 +12,8 @@ Install by Rubygems `gem install theotokos`
|
|
|
12
12
|
### Documentation
|
|
13
13
|
Visit the wiki page in order to get access to documentation. https://github.com/aureliano/theotokos/wiki
|
|
14
14
|
|
|
15
|
+
- [Backlog](https://gist.github.com/aureliano/132e4db138fddd1c25b0)
|
|
16
|
+
- [Road map](https://gist.github.com/aureliano/8b26ef0f0bc787485707)
|
|
17
|
+
|
|
15
18
|
=======
|
|
16
19
|
License - [MIT](https://github.com/aureliano/theotokos/blob/master/LICENSE)
|
data/lib/engine/soap_executor.rb
CHANGED
|
@@ -56,7 +56,7 @@ module Theotokos
|
|
|
56
56
|
next
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
res = SoapNet.send_request :wsdl => @test_suite.wsdl, :ws_config => @ws_config,
|
|
59
|
+
res = Net::SoapNet.send_request :wsdl => @test_suite.wsdl, :ws_config => @ws_config,
|
|
60
60
|
:ws_security => test.ws_security, :service => @test_suite.service, :params => test.input
|
|
61
61
|
|
|
62
62
|
if res[:success] == false && !test_result.error_expected
|
data/lib/version.rb
CHANGED
data/theotokos.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require 'requires.rb'
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = 'theotokos'
|
|
6
6
|
s.version = Theotokos::VERSION
|
|
7
|
-
s.date = '2014-07-
|
|
7
|
+
s.date = '2014-07-25'
|
|
8
8
|
s.summary = "theotokos-#{Theotokos::VERSION} Tool to easily test web services."
|
|
9
9
|
s.description = "A gem for web service testing. Allows easily create test suites using YAML as test model."
|
|
10
10
|
s.authors = ["Aurealino"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theotokos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-07-
|
|
12
|
+
date: 2014-07-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: logging
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &83498650 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 1.8.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *83498650
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: savon
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &83498210 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - =
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: 2.5.1
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *83498210
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: equivalent-xml
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &83497740 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ~>
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: 0.4.2
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *83497740
|
|
47
47
|
description: A gem for web service testing. Allows easily create test suites using
|
|
48
48
|
YAML as test model.
|
|
49
49
|
email: aureliano.franca@hotmail.com
|
|
@@ -134,7 +134,7 @@ rubyforge_project:
|
|
|
134
134
|
rubygems_version: 1.8.15
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 3
|
|
137
|
-
summary: theotokos-0.1.
|
|
137
|
+
summary: theotokos-0.1.3 Tool to easily test web services.
|
|
138
138
|
test_files:
|
|
139
139
|
- test/app-cfg.yml
|
|
140
140
|
- test/config/ws-config.yml
|