semantic_grid 0.1 → 0.1.1

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.
@@ -89,7 +89,7 @@
89
89
  width: 40px;
90
90
  }
91
91
  @else {
92
- width: 40px = 60px * ($columns - 1)
92
+ width: 40px + 60px * ($columns - 1);
93
93
  }
94
94
  }
95
95
 
@@ -1,4 +1,4 @@
1
- module Bourbon
1
+ module SemanticGrid
2
2
  class Engine < Rails::Engine
3
3
  # auto wire
4
4
  end
@@ -1,4 +1,4 @@
1
- module Bourbon::SassExtensions
1
+ module SemanticGrid::SassExtensions
2
2
  end
3
3
 
4
4
  require "sass"
@@ -1,3 +1,3 @@
1
1
  module SemanticGrid
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/semantic_grid.rb CHANGED
@@ -1,15 +1,7 @@
1
1
  module SemanticGrid
2
2
  if defined?(Rails)
3
3
  class Engine < ::Rails::Engine
4
- require 'semnatic_grid/engine'
5
- end
6
-
7
- module Rails
8
- class Railtie < ::Rails::Railtie
9
- rake_tasks do
10
- load "tasks/install.rake"
11
- end
12
- end
4
+ require 'semantic_grid/engine'
13
5
  end
14
6
  end
15
7
  end
data/readme.md CHANGED
@@ -76,4 +76,4 @@ Semantic Grid is maintained and by [Gavin Hughes](http://github.com/gavinhughes)
76
76
  License
77
77
  -------
78
78
 
79
- Bourbon is Copyright © 2011 Gavin Hughes. It is free software, and may be redistributed under the terms specified in the LICENSE file.
79
+ Semantic Grid is Copyright © 2011 Gavin Hughes. It is free software, and may be redistributed under the terms specified in the LICENSE file.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-03 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
16
- requirement: &70265279779680 !ruby/object:Gem::Requirement
16
+ requirement: &70291460807760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.1'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70265279779680
24
+ version_requirements: *70291460807760
25
25
  description: This is a simple semantic grid for SASS based on the popular 960.gs.
26
26
  email:
27
27
  - g@gavinhughes.net