-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulled in refactor from chriseppstein and made a couple naming tweaks
- Loading branch information
Showing
8 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
require './lib/foundation-sass' | ||
require './lib/ZURB-foundation' | ||
|
||
Gem::Specification.new do |s| | ||
# Release Specific Information | ||
s.version = FoundationSass::VERSION | ||
s.date = FoundationSass::DATE | ||
s.version = ZURBfoundation::VERSION | ||
s.date = ZURBfoundation::DATE | ||
|
||
# Gem Details | ||
s.name = "foundation-sass" | ||
s.name = "ZURB-foundation" | ||
s.authors = ["ZURB"] | ||
s.summary = %q{ZURB Foundation all Sassyfied} | ||
s.description = %q{ZURB Foundation all Sassyfied for quickly jumping into foundation using SASS. } | ||
s.summary = %q{ZURB Foundation ported over to work with the power of Compass.} | ||
s.description = %q{ZURB Foundation ported over to work with the power of Compass.} | ||
s.email = "[email protected]" | ||
s.homepage = "http://foundation.zurb.com" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
require 'compass' | ||
Compass::Frameworks.register("ZURB-foundation", :path => File.join(File.dirname(__FILE__), "..")) | ||
|
||
module ZURBfoundation | ||
|
||
VERSION = "2.1.1b" | ||
DATE = "2011-12-17" | ||
|
||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import zurb/includes | ||
@import ZURB/includes | ||
|
||
/* This is for all IE specfific style less than IE9. We hate IE. */ | ||
|
||
|