css_grid 0.0.1 → 0.0.2

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- css_grid (0.0.1)
4
+ css_grid (0.0.2)
5
5
  hash_extend
6
6
  railties (>= 3.1.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module CssGrid
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/css_grid.rb CHANGED
@@ -71,7 +71,7 @@ module CssGridHelper
71
71
  end
72
72
  end
73
73
 
74
- def respond_to? method_name
74
+ def respond_to? method_name, include_private = false
75
75
  case method_name.to_s
76
76
  when /^(container|row|(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve)_span)$/,
77
77
  /^(one|two|three|four|six|twelve)_col_row$/,
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: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  segments:
81
81
  - 0
82
- hash: 3557974454186978587
82
+ hash: 3898628511873595243
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements:
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  segments:
90
90
  - 0
91
- hash: 3557974454186978587
91
+ hash: 3898628511873595243
92
92
  requirements: []
93
93
  rubyforge_project:
94
94
  rubygems_version: 1.8.24