css_grid 2.7.3 → 2.7.4

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,3 +1,3 @@
1
1
  module CssGrid
2
- VERSION = "2.7.3"
2
+ VERSION = "2.7.4"
3
3
  end
data/lib/css_grid.rb CHANGED
@@ -9,8 +9,8 @@ module GridHelper
9
9
  TWELVE_STRING_INTS_INVERT = TWELVE_STRING_INTS.invert
10
10
 
11
11
 
12
- GRID_CONFIG ||= { :classes => Hash.new{ |hash, key| hash[key] = key },
13
- :elements => Hash.new(:div).merge(:container => :section) }
12
+ GRID_CONFIG = { :classes => Hash.new{ |hash, key| hash[key] = key },
13
+ :elements => Hash.new(:div).merge(:container => :section) }
14
14
 
15
15
  def initialize *args
16
16
  @nested_stack = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.3
4
+ version: 2.7.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: