http_baseline 2.0.1 → 2.0.2

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: 9e110272122c4b0a96ac86f1d6ebe2344be92097
4
- data.tar.gz: d51033be864d804fef47ee9299385aa340f5df98
3
+ metadata.gz: 73cd1b28a7b4f51799375115a950ad12188b5f8d
4
+ data.tar.gz: 9a7ae3bfc5b8c50cf8e6251841803810d06b91a6
5
5
  SHA512:
6
- metadata.gz: c4b485ef0b63a034aae18bfc8d979d87ffc1227da07d1a04a8ac2228bfeaa0d04cf75a07b14304d93e5ece8d1d24048df1b99d30cc46bb581764a4280f4d2ad3
7
- data.tar.gz: 26a274d465732f1fe220bc1a967455881923532b6ba4571cc9672f0717d0b5637cbe0cf59db4cce933529d5028f47c6b1b8ae7f2114cb0f6b331041c5603aa22
6
+ metadata.gz: 03ad3eb29b6b919541d2335e776f2a6afa655675141e8e7fe6bfc70c9301316184f84e7f28bf28a8ac16f56b7f52e0e4ed68fc42c99398067e1452595a2b5dcd
7
+ data.tar.gz: 92e4fd2a76eb51761cd2811384c2f1b790967f117e354d9a28bf6a33b8aa04a3c1ba1a9291dec62e775598b905afc4906dbf105e267a3b84104d6efbb9381e3b
@@ -36,10 +36,10 @@ end
36
36
  #
37
37
  # Example:
38
38
  #
39
- # * the HttpBaseline response should have headers:
39
+ # * the HTTP response should have headers:
40
40
  # | Accept | text/xml |
41
41
  #
42
- Then /^the HttpBaseline response should have headers:$/ do |table|
42
+ Then /^the HTTP response should have headers:$/ do |table|
43
43
  hashed = table.rows_hash
44
44
 
45
45
  hashed.each_pair do |key, expected|
@@ -1,6 +1,6 @@
1
1
  module HttpBaseline
2
2
  module Version
3
- MAJOR, MINOR, PATCH, PRE = 2, 0, 1
3
+ MAJOR, MINOR, PATCH, PRE = 2, 0, 2
4
4
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_baseline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Lishtaba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-15 00:00:00.000000000 Z
11
+ date: 2014-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler