Skip to content

Commit

Permalink
track compass beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jan 10, 2011
1 parent 9ea7da0 commit 835a0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/middleman/version.rb
@@ -1,3 +1,3 @@
module Middleman module Middleman
VERSION = "1.1.0.alpha.2" VERSION = "1.1.0.beta.0"
end end
2 changes: 1 addition & 1 deletion middleman.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"]) s.add_runtime_dependency("yui-compressor", ["~> 0.9.0"])
s.add_runtime_dependency("haml", ["~> 3.0"]) s.add_runtime_dependency("haml", ["~> 3.0"])
s.add_runtime_dependency("sass", ["3.1.0.alpha.214"]) s.add_runtime_dependency("sass", ["3.1.0.alpha.214"])
s.add_runtime_dependency("compass", ["0.11.0.alpha.4"]) s.add_runtime_dependency("compass", ["0.11.0.beta.0"])
s.add_runtime_dependency("json_pure", ["~> 1.4.0"]) s.add_runtime_dependency("json_pure", ["~> 1.4.0"])
s.add_runtime_dependency("smusher", ["~> 0.4.5"]) s.add_runtime_dependency("smusher", ["~> 0.4.5"])
s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"]) s.add_runtime_dependency("compass-slickmap", ["~> 0.4.0"])
Expand Down

0 comments on commit 835a0d8

Please sign in to comment.