apirunner 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
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.4"
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/response_body_checker.rb",
52
- "lib/plugins/response_code_checker.rb",
53
- "lib/plugins/response_header_checker.rb",
54
- "lib/plugins/response_json_syntax_checker.rb",
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
- - 4
9
- version: 0.3.4
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/response_body_checker.rb
241
- - lib/plugins/response_code_checker.rb
242
- - lib/plugins/response_header_checker.rb
243
- - lib/plugins/response_json_syntax_checker.rb
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: -3679568694912151594
266
+ hash: 4004679743371264897
267
267
  segments:
268
268
  - 0
269
269
  version: "0"