compass-1024-plugin 0.1 → 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/README.mkdn +1 -1
- data/compass-1024-plugin.gemspec +2 -2
- metadata +2 -2
data/README.mkdn
CHANGED
|
@@ -105,4 +105,4 @@ Authors/Contributors
|
|
|
105
105
|
|
|
106
106
|
[Chris Eppstein](http://chriseppstein.github.com/) is the creator of Compass, a core contributor to Sass and the father of this plugin.
|
|
107
107
|
|
|
108
|
-
[Jesse Cofie (Maze 0sl0)](http://github.com/
|
|
108
|
+
[Jesse Cofie (Maze 0sl0)](http://github.com/bohan) is the author of this plugin is based on the 960.gs by Nathan Simth.
|
data/compass-1024-plugin.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{compass-1024-plugin}
|
|
5
|
-
s.version = "0.
|
|
5
|
+
s.version = "0.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
|
8
8
|
s.authors = ["Jesse Cofie (Maze Oslo)"]
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
"templates/project/manifest.rb",
|
|
21
21
|
"templates/project/text.sass"
|
|
22
22
|
]
|
|
23
|
-
s.homepage = %q{http://github.com/
|
|
23
|
+
s.homepage = %q{http://github.com/bohan/compass-1024-grid-plugin}
|
|
24
24
|
s.require_paths = ["lib"]
|
|
25
25
|
s.rubyforge_project = %q{compass-1024-plugin}
|
|
26
26
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-1024-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.2'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -44,7 +44,7 @@ files:
|
|
|
44
44
|
- templates/project/grid.sass
|
|
45
45
|
- templates/project/manifest.rb
|
|
46
46
|
- templates/project/text.sass
|
|
47
|
-
homepage: http://github.com/
|
|
47
|
+
homepage: http://github.com/bohan/compass-1024-grid-plugin
|
|
48
48
|
licenses: []
|
|
49
49
|
post_install_message:
|
|
50
50
|
rdoc_options: []
|