apirunner 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.3
1
+ 0.4.4
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.4.3"
8
+ s.version = "0.4.4"
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"]
@@ -86,6 +86,6 @@ class ResponseBodyChecker < Checker
86
86
  # returns relative path for matching the target tree of the response body
87
87
  # explicit array adressing is replaced by *
88
88
  def relative_path(path)
89
- path.gsub(/\/([^\/]+)\[\d+\]/i,"/*")
89
+ path.gsub(/\/([^\/]+)\[\d+\]\//i,"/*/")
90
90
  end
91
91
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 3
9
- version: 0.4.3
8
+ - 4
9
+ version: 0.4.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - jan@moviepilot.com
@@ -283,7 +283,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
283
283
  requirements:
284
284
  - - ">="
285
285
  - !ruby/object:Gem::Version
286
- hash: -4332682487524126748
286
+ hash: -2053420010015030724
287
287
  segments:
288
288
  - 0
289
289
  version: "0"