yui-compass-plugin 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/yui.rb CHANGED
@@ -1,2 +1,2 @@
1
1
  require 'compass'
2
- Compass::Frameworks.register("YUI", :path => "#{File.dirname(__FILE__)}/..")
2
+ Compass::Frameworks.register("yui", :path => "#{File.dirname(__FILE__)}/..")
@@ -1,7 +1,7 @@
1
1
  // This is a port of YUI Grids version 2.6.0
2
2
  // Note: This is not really tested yet. Use at your own risk.
3
3
 
4
- @import compass/utilities/general/float.sass
4
+ @import compass
5
5
  @import fonts.sass
6
6
 
7
7
  =yui-grids
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{yui-compass-plugin}
5
- s.version = "0.1"
5
+ s.version = "0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Chris Eppstein"]
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yui-compass-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 2
9
+ version: "0.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Eppstein