soaspec 0.0.5 → 0.0.6

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: f395a0cc30e441c00a3e346a4459f4ebaa18fd6e
4
- data.tar.gz: c65e6c7f16beecc9bbf6e03bc72d57b1bc2ac854
3
+ metadata.gz: 5c8b35235618cab8abce3be4ef5633cbae54968a
4
+ data.tar.gz: 9f7aa825578f961704f2d97466aae64f692c7790
5
5
  SHA512:
6
- metadata.gz: 9bc961c9a486a22ef009384c623c9aa0e10013aafdb5e7873841834610bd5117a82a38adfc103648a557059c3b654e9f4a6905e82f02163663b6c844a34ec261
7
- data.tar.gz: df9820311485b6c5f5ba942bba0337f83ea5ccb3f54f74dc485c7d4f097071498c946a0f3e62707c2d4ee87cd33a8280b97d5fbcf9575d1d82ad3185ed2995b9
6
+ metadata.gz: 76fc37780aeecf08879871760d4571722d7350d6a28ab19752e036fac0ed0def0674310dbb4f319e961d60c6b98e002587744c67214de14e037e65f40d45c536
7
+ data.tar.gz: 0ebb64c1dbf98c6160be64beb550b965e6d2eb42d44f82a1edc9ce7994c64c366e87d7a0544b698261a8c1051b90037bd37c619c31f549b16403e7ec0b1c53c9
data/.gitignore CHANGED
@@ -1,13 +1,13 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /logs/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
10
- /.idea/
11
-
12
- # rspec failure tracking
13
- .rspec_status
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /logs/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ /.idea/
11
+
12
+ # rspec failure tracking
13
+ .rspec_status
data/.rspec CHANGED
@@ -1,3 +1,3 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.3.4
5
- before_install: gem install bundler -v 1.16.0
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.4
5
+ before_install: gem install bundler -v 1.16.0
data/CODE_OF_CONDUCT.md CHANGED
@@ -1,74 +1,74 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
11
-
12
- ## Our Standards
13
-
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
54
-
55
- ## Enforcement
56
-
57
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at samuel.garratt@integrationqa.com. All
59
- complaints will be reviewed and investigated and will result in a response that
60
- is deemed necessary and appropriate to the circumstances. The project team is
61
- obligated to maintain confidentiality with regard to the reporter of an incident.
62
- Further details of specific enforcement policies may be posted separately.
63
-
64
- Project maintainers who do not follow or enforce the Code of Conduct in good
65
- faith may face temporary or permanent repercussions as determined by other
66
- members of the project's leadership.
67
-
68
- ## Attribution
69
-
70
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
- available at [http://contributor-covenant.org/version/1/4][version]
72
-
73
- [homepage]: http://contributor-covenant.org
74
- [version]: http://contributor-covenant.org/version/1/4/
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at samuel.garratt@integrationqa.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile CHANGED
@@ -1,13 +1,13 @@
1
- source "https://rubygems.org"
2
-
3
- git_source(:gitlab) { |repo_name| "https://gitlab.com/samuel-garratt/soaspec" }
4
-
5
- # Specify your gem's dependencies in soaspec.gemspec
6
- gemspec
7
- gem 'rspec'
8
- gem 'rest-client'
9
- gem 'savon'
10
- gem 'require_all'
11
- gem 'nokogiri'
12
- gem 'rake', '12.2.1'
13
- gem 'rspec_junit_formatter'
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:gitlab) { |repo_name| "https://gitlab.com/samuel-garratt/soaspec" }
4
+
5
+ # Specify your gem's dependencies in soaspec.gemspec
6
+ gemspec
7
+ gem 'rspec'
8
+ gem 'rest-client'
9
+ gem 'savon'
10
+ gem 'require_all'
11
+ gem 'nokogiri'
12
+ gem 'rake', '12.2.1'
13
+ gem 'rspec_junit_formatter'
data/Gemfile.lock CHANGED
@@ -1,87 +1,97 @@
1
- PATH
2
- remote: .
3
- specs:
4
- soaspec (0.0.5)
5
- rest-client (>= 2.0)
6
- rspec (~> 3.0)
7
- savon (>= 2)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- akami (1.3.1)
13
- gyoku (>= 0.4.0)
14
- nokogiri
15
- builder (3.2.3)
16
- diff-lcs (1.3)
17
- domain_name (0.5.20170404)
18
- unf (>= 0.0.5, < 1.0.0)
19
- gyoku (1.3.1)
20
- builder (>= 2.1.2)
21
- http-cookie (1.0.3)
22
- domain_name (~> 0.5)
23
- httpi (2.4.2)
24
- rack
25
- socksify
26
- mime-types (3.1)
27
- mime-types-data (~> 3.2015)
28
- mime-types-data (3.2016.0521)
29
- mini_portile2 (2.3.0)
30
- netrc (0.11.0)
31
- nokogiri (1.8.1)
32
- mini_portile2 (~> 2.3.0)
33
- nori (2.6.0)
34
- rack (2.0.3)
35
- rake (12.2.1)
36
- require_all (1.5.0)
37
- rest-client (2.0.2)
38
- http-cookie (>= 1.0.2, < 2.0)
39
- mime-types (>= 1.16, < 4.0)
40
- netrc (~> 0.8)
41
- rspec (3.7.0)
42
- rspec-core (~> 3.7.0)
43
- rspec-expectations (~> 3.7.0)
44
- rspec-mocks (~> 3.7.0)
45
- rspec-core (3.7.0)
46
- rspec-support (~> 3.7.0)
47
- rspec-expectations (3.7.0)
48
- diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.7.0)
50
- rspec-mocks (3.7.0)
51
- diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.7.0)
53
- rspec-support (3.7.0)
54
- rspec_junit_formatter (0.3.0)
55
- rspec-core (>= 2, < 4, != 2.12.0)
56
- savon (2.11.2)
57
- akami (~> 1.2)
58
- builder (>= 2.1.2)
59
- gyoku (~> 1.2)
60
- httpi (~> 2.3)
61
- nokogiri (>= 1.4.0)
62
- nori (~> 2.4)
63
- wasabi (~> 3.4)
64
- socksify (1.7.1)
65
- unf (0.1.4)
66
- unf_ext
67
- unf_ext (0.0.7.4)
68
- wasabi (3.5.0)
69
- httpi (~> 2.0)
70
- nokogiri (>= 1.4.2)
71
-
72
- PLATFORMS
73
- ruby
74
-
75
- DEPENDENCIES
76
- bundler (~> 1.16)
77
- nokogiri
78
- rake (= 12.2.1)
79
- require_all
80
- rest-client
81
- rspec
82
- rspec_junit_formatter
83
- savon
84
- soaspec!
85
-
86
- BUNDLED WITH
87
- 1.16.0
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ soaspec (0.0.6)
5
+ rest-client (>= 2.0)
6
+ rspec (~> 3.0)
7
+ savon (>= 2)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ akami (1.3.1)
13
+ gyoku (>= 0.4.0)
14
+ nokogiri
15
+ builder (3.2.3)
16
+ diff-lcs (1.3)
17
+ domain_name (0.5.20170404)
18
+ unf (>= 0.0.5, < 1.0.0)
19
+ ffi (1.9.18-x64-mingw32)
20
+ gyoku (1.3.1)
21
+ builder (>= 2.1.2)
22
+ http-cookie (1.0.3)
23
+ domain_name (~> 0.5)
24
+ httpi (2.4.2)
25
+ rack
26
+ socksify
27
+ mime-types (3.1)
28
+ mime-types-data (~> 3.2015)
29
+ mime-types-data (3.2016.0521)
30
+ mini_portile2 (2.3.0)
31
+ netrc (0.11.0)
32
+ nokogiri (1.8.1)
33
+ mini_portile2 (~> 2.3.0)
34
+ nokogiri (1.8.1-x64-mingw32)
35
+ mini_portile2 (~> 2.3.0)
36
+ nori (2.6.0)
37
+ rack (2.0.3)
38
+ rake (12.2.1)
39
+ require_all (1.5.0)
40
+ rest-client (2.0.2)
41
+ http-cookie (>= 1.0.2, < 2.0)
42
+ mime-types (>= 1.16, < 4.0)
43
+ netrc (~> 0.8)
44
+ rest-client (2.0.2-x64-mingw32)
45
+ ffi (~> 1.9)
46
+ http-cookie (>= 1.0.2, < 2.0)
47
+ mime-types (>= 1.16, < 4.0)
48
+ netrc (~> 0.8)
49
+ rspec (3.7.0)
50
+ rspec-core (~> 3.7.0)
51
+ rspec-expectations (~> 3.7.0)
52
+ rspec-mocks (~> 3.7.0)
53
+ rspec-core (3.7.0)
54
+ rspec-support (~> 3.7.0)
55
+ rspec-expectations (3.7.0)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.7.0)
58
+ rspec-mocks (3.7.0)
59
+ diff-lcs (>= 1.2.0, < 2.0)
60
+ rspec-support (~> 3.7.0)
61
+ rspec-support (3.7.0)
62
+ rspec_junit_formatter (0.3.0)
63
+ rspec-core (>= 2, < 4, != 2.12.0)
64
+ savon (2.11.2)
65
+ akami (~> 1.2)
66
+ builder (>= 2.1.2)
67
+ gyoku (~> 1.2)
68
+ httpi (~> 2.3)
69
+ nokogiri (>= 1.4.0)
70
+ nori (~> 2.4)
71
+ wasabi (~> 3.4)
72
+ socksify (1.7.1)
73
+ unf (0.1.4)
74
+ unf_ext
75
+ unf_ext (0.0.7.4)
76
+ unf_ext (0.0.7.4-x64-mingw32)
77
+ wasabi (3.5.0)
78
+ httpi (~> 2.0)
79
+ nokogiri (>= 1.4.2)
80
+
81
+ PLATFORMS
82
+ ruby
83
+ x64-mingw32
84
+
85
+ DEPENDENCIES
86
+ bundler (~> 1.16)
87
+ nokogiri
88
+ rake (= 12.2.1)
89
+ require_all
90
+ rest-client
91
+ rspec
92
+ rspec_junit_formatter
93
+ savon
94
+ soaspec!
95
+
96
+ BUNDLED WITH
97
+ 1.16.0
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 Samuel Garratt
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Samuel Garratt
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.