unveil 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/unveil.rb +1 -1
  2. metadata +2 -2
data/lib/unveil.rb CHANGED
@@ -13,7 +13,7 @@ module Unveil
13
13
  end
14
14
 
15
15
  def unveil_scopes
16
- @@unveil_scopes ||= {:default => {}}
16
+ @unveil_scopes ||= {:default => {}}
17
17
  end
18
18
  end
19
19
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Shaun Chapman