Skip to content

Commit

Permalink
Version bump to 3.0.0. Updated sass requiremnets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Dec 6, 2012
1 parent 89e30f7 commit 345de3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
bourbon (2.2.0)
sass (>= 3.2.1)
bourbon (3.0.0)
sass (>= 3.2.0)
thor

GEM
Expand Down
2 changes: 1 addition & 1 deletion bourbon.gemspec
Expand Up @@ -26,7 +26,7 @@ that support only CSS3 prefixed properties.
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency('sass', '>= 3.2.1')
s.add_dependency('sass', '>= 3.2.0')
s.add_dependency('thor')

s.add_development_dependency('aruba', '~> 0.4')
Expand Down
2 changes: 1 addition & 1 deletion lib/bourbon/version.rb
@@ -1,3 +1,3 @@
module Bourbon
VERSION = "2.1.3"
VERSION = "3.0.0"
end

0 comments on commit 345de3f

Please sign in to comment.