Skip to content

Commit

Permalink
prep 1.8.7 compiled release
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jul 26, 2011
1 parent bb4ac6d commit ba80719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/middleman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Middleman
VERSION = "2.0.0.rc10"
VERSION = "2.0.0.rc11"
end
8 changes: 4 additions & 4 deletions middleman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("compass", ["~> 0.11.3"])
s.add_runtime_dependency("sprockets", ["2.0.0.beta.10"])
s.add_runtime_dependency("httparty", ["~> 0.7.0"])
s.add_runtime_dependency("guard", [">= 0"])
s.add_runtime_dependency("guard-livereload", [">= 0"])
s.add_runtime_dependency("guard", ["~> 0.5.1"])
s.add_runtime_dependency("guard-livereload", ["~> 0.2.0"])
s.add_development_dependency("coffee-filter", ["~> 0.1.1"])
s.add_development_dependency("cucumber", ["~> 0.10.0"])
s.add_development_dependency("rake", ["0.8.7"])
s.add_development_dependency("rspec", [">= 0"])
s.add_development_dependency("rocco", [">= 0"]) unless defined?(JRUBY_VERSION)
s.add_development_dependency("rspec", ["~> 2.6.0"])
s.add_development_dependency("rocco", ["~> 0.8.1"]) unless defined?(JRUBY_VERSION)
end

0 comments on commit ba80719

Please sign in to comment.