compass-scalablegs-plugin 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,7 +16,7 @@ The plugin is build upon the great work done by [Christopher M. Eppstein and Mat
16
16
 
17
17
  gem install compass-scalablegs-plugin
18
18
 
19
- ##Create a 960-based Compass Project
19
+ ##Create a Scalablegs-based Compass Project
20
20
 
21
21
 
22
22
  compass create -r scalablegs my_project --using scalablegs
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-scalablegs-plugin}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Chris Eppstein", "Matt Sanders", "Kenneth Nordahl"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: compass-scalablegs-plugin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Eppstein