Skip to content

Commit

Permalink
Regenerated gemspec for version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Nov 17, 2009
1 parent 0ae8ded commit 1e62725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion middleman.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{middleman}
s.version = "0.11.0"
s.version = "0.11.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Reynolds"]
Expand Down Expand Up @@ -122,6 +122,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<sinatra-content-for>, [">= 0"])
s.add_runtime_dependency(%q<rack-test>, [">= 0"])
s.add_runtime_dependency(%q<yui-compressor>, [">= 0"])
s.add_runtime_dependency(%q<smusher>, [">= 0"])
s.add_runtime_dependency(%q<haml>, [">= 2.1.0"])
s.add_runtime_dependency(%q<compass>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
Expand All @@ -136,6 +137,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<sinatra-content-for>, [">= 0"])
s.add_dependency(%q<rack-test>, [">= 0"])
s.add_dependency(%q<yui-compressor>, [">= 0"])
s.add_dependency(%q<smusher>, [">= 0"])
s.add_dependency(%q<haml>, [">= 2.1.0"])
s.add_dependency(%q<compass>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand All @@ -151,6 +153,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<sinatra-content-for>, [">= 0"])
s.add_dependency(%q<rack-test>, [">= 0"])
s.add_dependency(%q<yui-compressor>, [">= 0"])
s.add_dependency(%q<smusher>, [">= 0"])
s.add_dependency(%q<haml>, [">= 2.1.0"])
s.add_dependency(%q<compass>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand Down

0 comments on commit 1e62725

Please sign in to comment.