stackable_flash 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ Version 0.0.7 - AUG.22.2012
2
+ - Working Config class
3
+
1
4
  Version 0.0.6 - AUG.22.2012
2
5
  - Performance - reduce number of calls made in the StackLayer
3
6
  - Added support for hashes, nils, and other object that Array() destroyed (no longer uses Array())
@@ -29,9 +29,9 @@ module StackableFlash
29
29
  #cattr_reader :config
30
30
  #cattr_writer :config
31
31
 
32
- self.config ||= DEFAULTS
32
+ @config ||= DEFAULTS
33
33
  def self.configure &block
34
- yield @@config
34
+ yield @config
35
35
  end
36
36
 
37
37
  end
@@ -1,3 +1,3 @@
1
1
  module StackableFlash
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stackable_flash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: