rspec-request_describer 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -7
- data/lib/rspec/request_describer/version.rb +1 -1
- data/lib/rspec/request_describer.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27dc341f9baea8a6516e88517b67049fab09299c
|
4
|
+
data.tar.gz: d063e48008f4806a849cad0928535f92218886cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2012ad3e832b6ed1b0d179ac559dc9a6e82a6ec1a83b74949f8bb184204c982431bb1cdb61344cd0e5b8490b7a13a478f3dfcb11a3fb366d010f10ef808ab7f
|
7
|
+
data.tar.gz: a564550a4459ddf90ef7bac3f232f135b07371d193c7c21406950c2fa00d6647b524877aee84e99789cb6fffed0453aada5b3aebe62cd6129a114e800288b4d7
|
data/CHANGELOG.md
CHANGED
@@ -1,20 +1,23 @@
|
|
1
|
+
## 0.0.8
|
2
|
+
- Use more sophisticated method capture pattern
|
3
|
+
|
1
4
|
## 0.0.7
|
2
|
-
|
5
|
+
- Add `send_request` to explicitly call `subject` (Thx @lazywei)
|
3
6
|
|
4
7
|
## 0.0.6
|
5
|
-
|
8
|
+
- Allow any non-space characters in URL path
|
6
9
|
|
7
10
|
## 0.0.5
|
8
|
-
|
11
|
+
- Allow hyphen in path
|
9
12
|
|
10
13
|
## 0.0.4
|
11
|
-
|
14
|
+
- Define HTTPS as reserved header name
|
12
15
|
|
13
16
|
## 0.0.3
|
14
|
-
|
17
|
+
- Remove dependency on ActiveSupport's `Object#in?`
|
15
18
|
|
16
19
|
## 0.0.2
|
17
|
-
|
20
|
+
- Support RSpec 3
|
18
21
|
|
19
22
|
## 0.0.1
|
20
|
-
|
23
|
+
- 1st Release
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-request_describer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryo Nakamura
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -79,4 +79,3 @@ signing_key:
|
|
79
79
|
specification_version: 4
|
80
80
|
summary: Force some rules to write self-documenting request spec.
|
81
81
|
test_files: []
|
82
|
-
has_rdoc:
|