Regenerated gemspec for version 0.9.18
This commit is contained in:
parent
a8bd742e78
commit
a44e59a470
|
@ -1,15 +1,15 @@
|
|||
# Generated by jeweler
|
||||
# DO NOT EDIT THIS FILE
|
||||
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
||||
# DO NOT EDIT THIS FILE DIRECTLY
|
||||
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{middleman}
|
||||
s.version = "0.9.17"
|
||||
s.version = "0.9.18"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Thomas Reynolds"]
|
||||
s.date = %q{2009-10-14}
|
||||
s.date = %q{2009-10-22}
|
||||
s.email = %q{tdreyno@gmail.com}
|
||||
s.executables = ["mm-init", "mm-build", "mm-server"]
|
||||
s.extra_rdoc_files = [
|
||||
|
@ -30,20 +30,22 @@ Gem::Specification.new do |s|
|
|||
"lib/middleman.rb",
|
||||
"lib/middleman/base.rb",
|
||||
"lib/middleman/builder.rb",
|
||||
"lib/middleman/config.ru",
|
||||
"lib/middleman/features/cache_buster.rb",
|
||||
"lib/middleman/features/compass.rb",
|
||||
"lib/middleman/features/content_for.rb",
|
||||
"lib/middleman/features/growl.rb",
|
||||
"lib/middleman/features/haml.rb",
|
||||
"lib/middleman/features/maruku.rb",
|
||||
"lib/middleman/features/minify_css.rb",
|
||||
"lib/middleman/features/minify_javascript.rb",
|
||||
"lib/middleman/features/relative_assets.rb",
|
||||
"lib/middleman/features/slickmap.rb",
|
||||
"lib/middleman/features/smush_pngs.rb",
|
||||
"lib/middleman/features/sprockets+ruby19.rb",
|
||||
"lib/middleman/features/sprockets.rb",
|
||||
"lib/middleman/haml.rb",
|
||||
"lib/middleman/helpers.rb",
|
||||
"lib/middleman/rack/sprockets+ruby19.rb",
|
||||
"lib/middleman/rack/sprockets.rb",
|
||||
"lib/middleman/rack/static.rb",
|
||||
"lib/middleman/sass.rb",
|
||||
"lib/middleman/template/init.rbt",
|
||||
"lib/middleman/template/views/index.html.haml",
|
||||
"lib/middleman/template/views/layout.html.haml",
|
||||
|
@ -53,13 +55,13 @@ Gem::Specification.new do |s|
|
|||
"spec/builder_spec.rb",
|
||||
"spec/cache_buster_spec.rb",
|
||||
"spec/fixtures/sample/init.rb",
|
||||
"spec/fixtures/sample/public/javascripts/empty-with-include.js",
|
||||
"spec/fixtures/sample/public/javascripts/to-be-included.js",
|
||||
"spec/fixtures/sample/public/static.html",
|
||||
"spec/fixtures/sample/public/stylesheets/static.css",
|
||||
"spec/fixtures/sample/views/_partial.haml",
|
||||
"spec/fixtures/sample/views/index.html.haml",
|
||||
"spec/fixtures/sample/views/inline-js.html.haml",
|
||||
"spec/fixtures/sample/views/javascripts/empty-with-include.js",
|
||||
"spec/fixtures/sample/views/layout.haml",
|
||||
"spec/fixtures/sample/views/maruku.html.maruku",
|
||||
"spec/fixtures/sample/views/services/index.html.haml",
|
||||
|
@ -88,6 +90,8 @@ Gem::Specification.new do |s|
|
|||
s.specification_version = 3
|
||||
|
||||
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<thin>, [">= 0"])
|
||||
s.add_runtime_dependency(%q<shotgun>, [">= 0"])
|
||||
s.add_runtime_dependency(%q<templater>, [">= 0"])
|
||||
s.add_runtime_dependency(%q<sprockets>, [">= 0"])
|
||||
s.add_runtime_dependency(%q<sinatra>, [">= 0"])
|
||||
|
@ -99,6 +103,8 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency(%q<rspec>, [">= 0"])
|
||||
s.add_development_dependency(%q<sdoc>, [">= 0"])
|
||||
else
|
||||
s.add_dependency(%q<thin>, [">= 0"])
|
||||
s.add_dependency(%q<shotgun>, [">= 0"])
|
||||
s.add_dependency(%q<templater>, [">= 0"])
|
||||
s.add_dependency(%q<sprockets>, [">= 0"])
|
||||
s.add_dependency(%q<sinatra>, [">= 0"])
|
||||
|
@ -111,6 +117,8 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency(%q<sdoc>, [">= 0"])
|
||||
end
|
||||
else
|
||||
s.add_dependency(%q<thin>, [">= 0"])
|
||||
s.add_dependency(%q<shotgun>, [">= 0"])
|
||||
s.add_dependency(%q<templater>, [">= 0"])
|
||||
s.add_dependency(%q<sprockets>, [">= 0"])
|
||||
s.add_dependency(%q<sinatra>, [">= 0"])
|
||||
|
@ -123,3 +131,4 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency(%q<sdoc>, [">= 0"])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue