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.
data/lib/semantic_grid/engine.rb
CHANGED
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 '
|
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
|
-
|
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:
|
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: &
|
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: *
|
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
|