Skip to content

Commit

Permalink
Updated to stable Sass 3.3.0, resolves #92
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Mar 11, 2014
1 parent bd88520 commit df28eb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions breakpoint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubygems_version = %q{1.3.6}

s.add_dependency("sass", ["~>3.3.0.rc.2"])
s.add_dependency("compass", ["~>1.0.0.alpha.13"])
s.add_dependency("sass", ["~>3.3.0"])
s.add_dependency("sassy-maps", ["<1.0.0"])
end
15 changes: 9 additions & 6 deletions lib/breakpoint.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
require 'compass'
require 'sassy-maps'

Compass::Frameworks.register("breakpoint", :path => "#{File.dirname(__FILE__)}/..")
if (defined? Compass)
require 'sassy-maps'
Compass::Frameworks.register(
"breakpoint",
:path => "#{File.dirname(__FILE__)}/.."
)
end

module Breakpoint
VERSION = "2.4.1"
DATE = "2014-01-05"
VERSION = "2.4.2"
DATE = "2014-03-11"
end

0 comments on commit df28eb1

Please sign in to comment.