css_grid 2.7.1 → 2.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CssGrid
2
- VERSION = "2.7.1"
2
+ VERSION = "2.7.2"
3
3
  end
data/lib/css_grid.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require "css_grid/version"
2
2
  require "css_grid/engine"
3
+ require 'css_grid/railtie' if defined?(Rails)
3
4
 
4
5
  module GridHelper
5
- require 'css_grid/railtie' if defined?(Rails)
6
6
 
7
7
  TWELVE_STRING_INTS = { :one => 1, :two => 2, :three => 3, :four => 4, :five => 5, :six => 6,
8
8
  :seven => 7, :eight => 8, :nine => 9, :ten => 10, :eleven => 11, :twelve => 12 }
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.1
4
+ version: 2.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,7 @@ files:
41
41
  - lib/assets/stylesheets/grid.css.scss
42
42
  - lib/css_grid.rb
43
43
  - lib/css_grid/engine.rb
44
- - lib/css_grid/railties.rb
44
+ - lib/css_grid/railtie.rb
45
45
  - lib/css_grid/rake.rb
46
46
  - lib/css_grid/version.rb
47
47
  homepage: https://github.com/petrachi/css_grid
File without changes