webmock-disabler 0.0.1 → 0.0.2

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.
@@ -1,5 +1,5 @@
1
1
  module WebMock
2
2
  module Disabler
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -18,5 +18,5 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
 
20
20
  s.add_runtime_dependency(%q{webmock}, [">= 1.6.4", "< 2.0.0"])
21
- s.add_development_dependency(%q{rspec})
21
+ s.add_development_dependency(%q{rspec}, [">= 2.6.0"])
22
22
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: webmock-disabler
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Danny Burkes
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ">="
36
36
  - !ruby/object:Gem::Version
37
- version: "0"
37
+ version: 2.6.0
38
38
  type: :development
39
39
  version_requirements: *id002
40
40
  description: Disable and re-enable WebMock with ease