apirunner 0.3.4 → 0.3.5
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/VERSION +1 -1
- data/apirunner.gemspec +5 -5
- metadata +7 -7
- /data/lib/plugins/{response_json_syntax_checker.rb → plug01_response_json_syntax_checker.rb} +0 -0
- /data/lib/plugins/{response_code_checker.rb → plug02_response_code_checker.rb} +0 -0
- /data/lib/plugins/{response_header_checker.rb → plug03_response_header_checker.rb} +0 -0
- /data/lib/plugins/{response_body_checker.rb → plug04_response_body_checker.rb} +0 -0
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.5
|
data/apirunner.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{apirunner}
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.5"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["jan@moviepilot.com"]
|
@@ -48,10 +48,10 @@ Gem::Specification.new do |s|
|
|
48
48
|
"lib/core_extensions.rb",
|
49
49
|
"lib/expectation_matcher.rb",
|
50
50
|
"lib/http_client.rb",
|
51
|
-
"lib/plugins/
|
52
|
-
"lib/plugins/
|
53
|
-
"lib/plugins/
|
54
|
-
"lib/plugins/
|
51
|
+
"lib/plugins/plug01_response_json_syntax_checker.rb",
|
52
|
+
"lib/plugins/plug02_response_code_checker.rb",
|
53
|
+
"lib/plugins/plug03_response_header_checker.rb",
|
54
|
+
"lib/plugins/plug04_response_body_checker.rb",
|
55
55
|
"lib/result.rb",
|
56
56
|
"lib/tasks/api.rake",
|
57
57
|
"lib/testcase.rb",
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
8
|
+
- 5
|
9
|
+
version: 0.3.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- jan@moviepilot.com
|
@@ -237,10 +237,10 @@ files:
|
|
237
237
|
- lib/core_extensions.rb
|
238
238
|
- lib/expectation_matcher.rb
|
239
239
|
- lib/http_client.rb
|
240
|
-
- lib/plugins/
|
241
|
-
- lib/plugins/
|
242
|
-
- lib/plugins/
|
243
|
-
- lib/plugins/
|
240
|
+
- lib/plugins/plug01_response_json_syntax_checker.rb
|
241
|
+
- lib/plugins/plug02_response_code_checker.rb
|
242
|
+
- lib/plugins/plug03_response_header_checker.rb
|
243
|
+
- lib/plugins/plug04_response_body_checker.rb
|
244
244
|
- lib/result.rb
|
245
245
|
- lib/tasks/api.rake
|
246
246
|
- lib/testcase.rb
|
@@ -263,7 +263,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
263
263
|
requirements:
|
264
264
|
- - ">="
|
265
265
|
- !ruby/object:Gem::Version
|
266
|
-
hash:
|
266
|
+
hash: 4004679743371264897
|
267
267
|
segments:
|
268
268
|
- 0
|
269
269
|
version: "0"
|
/data/lib/plugins/{response_json_syntax_checker.rb → plug01_response_json_syntax_checker.rb}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|