opsb-ziggy 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.markdown +5 -0
  2. data/VERSION.yml +1 -1
  3. data/ziggy.gemspec +1 -1
  4. metadata +1 -1
@@ -96,3 +96,8 @@ The method name and arguments are always used as the base of the cache key. You
96
96
  ...
97
97
 
98
98
  end
99
+
100
+ ### Disable ziggy
101
+ Perhaps you want to disable ziggy for tests? Add the following to your test.rb
102
+
103
+ Ziggy::active = false
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ziggy}
5
- s.version = "0.1.6"
5
+ s.version = "0.1.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Oliver Searle-Barnes"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsb-ziggy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Searle-Barnes