reqres_rspec 0.1.11 → 0.1.12

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: 8aeaea427b3ec1d62decf756d04039742cb0b57d
4
- data.tar.gz: 1a7792a725d87618bd4c171f434d7ceabf5043a6
3
+ metadata.gz: af8147f113f58157258e61b8a97813c13c26079a
4
+ data.tar.gz: 309dc2d13b721e92408475982fd7314517aec2af
5
5
  SHA512:
6
- metadata.gz: 9d8aaaa8cffdcc06199bcdeb46fe8087a8baf0956b6cffc37f8f64f3d4bb50a1c7cb31b78b181e1729969b72d41bbab7b917155c77dcdaca524a119fab22d504
7
- data.tar.gz: b2292452c91db1491f024e6a45208747ef786d9e52a9163c92677e01f4ca42294dbe8930f0c0e26c98d2e74097911214e913193a6cfa74054ba28aecd36b9437
6
+ metadata.gz: 3ddb080876e0283e25d1c5892fb773c440ee990c06ef9da227efaf61ff5b4fc335f4810f789ab5084cdf545bf10d0a7debcb60045bb4b7b96c7cfe001a491bef
7
+ data.tar.gz: 462b5d58538b95f8b82a23f80053d0457f0f39591dd4c59451294b2ff40f5d0aa5770c7a011448e5c61ad2e8bf6f5312909cb927561220b1ace4221dfcb7ade7
data/CHANGELOG.txt CHANGED
@@ -1,3 +1,7 @@
1
+ version 0.1.12
2
+
3
+ fix table of contents link in template
4
+
1
5
  version 0.1.11
2
6
 
3
7
  fix exception in collecting spec data for Sinatra for examples that are not requests
@@ -150,7 +150,7 @@
150
150
  <body>
151
151
  <div class="container">
152
152
  <h3>
153
- <a href="rspec_doc_00000.html">&#9650</a>
153
+ <a href="spec_doc_table_of_content.html">&#9650</a>
154
154
  <a id="<%= @index %>"></a><%= @index %>. <%= @record[:title] %>
155
155
  </h3>
156
156
 
@@ -1,3 +1,3 @@
1
1
  module ReqresRspec
2
- VERSION = '0.1.11'
2
+ VERSION = '0.1.12'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reqres_rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - rilian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-12 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderay