soaspec 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6c7d3e73ca6b3f4f5ba1d6d6583ffbb5eade12b
4
- data.tar.gz: 0652f9b7c77f7670ac37c8cf90e04cecf9ef34b8
3
+ metadata.gz: 4aeae98e8cd28fc7f6d14d4bce9ffc8a65bafa39
4
+ data.tar.gz: '0885330c8c3019d0164f4248de6d0e7e95223942'
5
5
  SHA512:
6
- metadata.gz: 6268399eb9a4419ca684513e69ba76fd874ea05292607827c5460667d71a4e9c3361a97ca676c0bf11d6c69ab67b773a1a4e07505eacd8ff18eca0a9f98189f5
7
- data.tar.gz: f95fbda46d2131aafa18701296b8be9c01892366e651fe6fe3f3b9015be6dc2be5fccb2ff42c5cb4b5e966a95b84720c389d32d126a8b0ca3190dbfbacbce895
6
+ metadata.gz: e939ebc4b4950cfab6efc3194ba3d91b501b1226e80070915767ce0701e9fbcbb76e2173e7e1852ce37aebe0e872f42648ed12452dbe6e2f2e4e25315a096c83
7
+ data.tar.gz: f5b8616656f60026b9a20276cd24ae33aa1896b6addae15bbf70c5b12c1317548fac9aafe75d8a701827142edfb03c9cada337f9234db358a25c9ddc568f0ea7
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- soaspec (0.0.1)
5
- rest-client
6
- savon
4
+ soaspec (0.0.2)
5
+ rest-client (>= 2.0)
6
+ savon (>= 2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -58,7 +58,6 @@ module Soaspec
58
58
  def make_request(override_parameters)
59
59
  test_values = override_parameters # Used in Erb
60
60
  # Erb parses template file, executing Ruby code in `<% %>` blocks to work out final request
61
- puts 'O' + override_parameters.to_s
62
61
  if @request_option == :template
63
62
  request_body = File.read('template/' + template_name + '.xml')
64
63
  render_body = ERB.new(request_body).result(binding)
@@ -1,3 +1,3 @@
1
1
  module Soaspec
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -9,21 +9,12 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["SamuelGarrattIQA"]
10
10
  spec.email = ["samuel.garratt@integrationqa.com"]
11
11
 
12
- spec.summary = %q{Helps to create RSoec soecs for SOAP or REST apis }
13
- spec.description = %q{Helps to create RSoec soecs for SOAP or REST apis. Create classes with your configuration
14
- and use }
15
- spec.homepage = "https://about.gitlab.com/"
12
+ spec.summary = %q{Helps to create RSpec specs for SOAP or REST apis }
13
+ spec.description = %q{Helps to create RSpec specs for SOAP or REST apis. Easily represent multiple requests with
14
+ the same }
15
+ spec.homepage = 'https://gitlab.com/samuel-garratt/soaspec'
16
16
  spec.license = "MIT"
17
17
 
18
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
- # to allow pushing to a single host or delete this section to allow pushing to any host.
20
- if spec.respond_to?(:metadata)
21
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
- else
23
- raise "RubyGems 2.0 or newer is required to protect against " \
24
- "public gem pushes."
25
- end
26
-
27
18
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
28
19
  f.match(%r{^(test|spec|features)/})
29
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soaspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SamuelGarrattIQA
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2'
83
- description: "Helps to create RSoec soecs for SOAP or REST apis. Create classes with
84
- your configuration\nand use "
83
+ description: "Helps to create RSpec specs for SOAP or REST apis. Easily represent
84
+ multiple requests with\nthe same "
85
85
  email:
86
86
  - samuel.garratt@integrationqa.com
87
87
  executables:
@@ -111,11 +111,10 @@ files:
111
111
  - lib/soaspec/version.rb
112
112
  - soaspec.gemspec
113
113
  - template/soap_template.xml
114
- homepage: https://about.gitlab.com/
114
+ homepage: https://gitlab.com/samuel-garratt/soaspec
115
115
  licenses:
116
116
  - MIT
117
- metadata:
118
- allowed_push_host: https://rubygems.org
117
+ metadata: {}
119
118
  post_install_message:
120
119
  rdoc_options: []
121
120
  require_paths:
@@ -135,5 +134,5 @@ rubyforge_project:
135
134
  rubygems_version: 2.6.14
136
135
  signing_key:
137
136
  specification_version: 4
138
- summary: Helps to create RSoec soecs for SOAP or REST apis
137
+ summary: Helps to create RSpec specs for SOAP or REST apis
139
138
  test_files: []