vcr 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module VCR
10
10
  # * `parts` [Array<Integer>] List of the version parts.
11
11
  def version
12
12
  @version ||= begin
13
- string = '3.0.2'
13
+ string = '3.0.3'
14
14
 
15
15
  def string.parts
16
16
  split('.').map { |p| p.to_i }
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.2
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-20 00:00:00.000000000 Z
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.1
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:
@@ -1 +0,0 @@
1
- /Users/tony/src/vcr/CHANGELOG.md
@@ -1 +0,0 @@
1
- /Users/tony/src/vcr/CONTRIBUTING.md
@@ -1 +0,0 @@
1
- /Users/tony/src/vcr/LICENSE
@@ -1 +0,0 @@
1
- /Users/tony/src/vcr/README.md
@@ -1 +0,0 @@
1
- /Users/tony/src/vcr/Upgrade.md