vcr-proxy 0.1.5 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59e932d8fdf1781b07531d74fe61cf68f26dbe807c5b7decf84a4cac6476d2de
4
- data.tar.gz: 77785bbad851da6dd658c84e957dde19f21606fc31095d59804a853dcd261952
3
+ metadata.gz: afd53cdf7377913ff9d1d78cc0b5d55012dec31c54e90964599161f4b39ce85f
4
+ data.tar.gz: b939b8f02220c57bad0a7ad560943ec67633301ea4ce736ea63890b3d5482ce2
5
5
  SHA512:
6
- metadata.gz: 7d89abf5c55a33564e2179447cb2640984ea17a76f08f8f4aba45bcc315f3d8b8dd2b3df2e7b57f831e815b8cd7e7d740b55e60fd101565c1a4cc94ccc72acf7
7
- data.tar.gz: 21229e356f042dc6d058722fb67e11472aee2902ed4b2656c11fdb1e6f2bdd61942e0f718a7e4f6771f0b5ef1076ab2c1880aeb72c2452d5607590c81dc6a106
6
+ metadata.gz: 70f3b901efd151b603ff3dae069c2655be8221dda4b77d8a4e9e165862436740c502bf6d7205c7d2eb77471b860c7bff32b64742358d70ef1da9ae7833cba752
7
+ data.tar.gz: cbf99fc86052ba695caf79647d57f91784d2e84b31c3c39e62b952f0836c57850e2de96960b7170f93fe27fad2499426727a57134816556b752060cb66114cb6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vcr-proxy (0.1.5)
4
+ vcr-proxy (0.1.6)
5
5
  sinatra
6
6
  vcr
7
7
  webmock
data/bin/vcr-proxy CHANGED
@@ -27,6 +27,11 @@ OptionParser.new do |opts|
27
27
  VCR::Proxy.config.bind = n
28
28
  end
29
29
 
30
+ opts.on_tail('-v', '--version', 'Show program version') do
31
+ puts VCR::Proxy::VERSION
32
+ exit
33
+ end
34
+
30
35
  opts.on_tail('-h', '--help', 'Show this message') do
31
36
  puts opts
32
37
  exit
@@ -1,5 +1,5 @@
1
1
  module VCR
2
2
  module Proxy
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcr-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Galisteo