vcr 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/features/CHANGELOG.md +710 -0
- data/features/CONTRIBUTING.md +26 -0
- data/features/LICENSE.md +20 -0
- data/features/README.md +339 -0
- data/features/Upgrade.md +289 -0
- data/lib/vcr/version.rb +1 -1
- metadata +3 -4
- data/features/CHANGELOG.md +0 -1
- data/features/CONTRIBUTING.md +0 -1
- data/features/LICENSE.md +0 -1
- data/features/README.md +0 -1
- data/features/Upgrade.md +0 -1
data/lib/vcr/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myron Marston
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -500,7 +500,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
500
500
|
version: '0'
|
501
501
|
requirements: []
|
502
502
|
rubyforge_project:
|
503
|
-
rubygems_version: 2.5
|
503
|
+
rubygems_version: 2.4.5
|
504
504
|
signing_key:
|
505
505
|
specification_version: 4
|
506
506
|
summary: Record your test suite's HTTP interactions and replay them during future
|
@@ -618,4 +618,3 @@ test_files:
|
|
618
618
|
- features/test_frameworks/rspec_metadata.feature
|
619
619
|
- features/test_frameworks/test_unit.feature
|
620
620
|
- features/Upgrade.md
|
621
|
-
has_rdoc:
|
data/features/CHANGELOG.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/CHANGELOG.md
|
data/features/CONTRIBUTING.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/CONTRIBUTING.md
|
data/features/LICENSE.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/LICENSE
|
data/features/README.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/README.md
|
data/features/Upgrade.md
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
/Users/tony/src/vcr/Upgrade.md
|