css_grid 2.7.2 → 2.7.3

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.2"
2
+ VERSION = "2.7.3"
3
3
  end
data/lib/css_grid.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require "css_grid/version"
2
- require "css_grid/engine"
3
- require 'css_grid/railtie' if defined?(Rails)
2
+ require "css_grid/engine" if Rails.version >= "3.1"
3
+ require "css_grid/railtie" if Rails.version >= "3.0"
4
4
 
5
5
  module GridHelper
6
6
 
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.2
4
+ version: 2.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: