diff --git a/sinatra-url-for.gemspec b/sinatra-url-for.gemspec new file mode 100644 index 0000000..79ffbd1 --- /dev/null +++ b/sinatra-url-for.gemspec @@ -0,0 +1,29 @@ +# -*- encoding: utf-8 -*- + +Gem::Specification.new do |s| + s.name = %q{sinatra-url-for} + s.version = "0.2.0" + + s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.authors = ["Eric Kidd"] + s.date = %q{2009-04-22} + s.email = %q{git@randomhacks.net} + s.extra_rdoc_files = ["README.rdoc", "LICENSE"] + s.files = ["README.rdoc", "VERSION.yml", "lib/sinatra", "lib/sinatra/url_for.rb", "spec/spec_helper.rb", "spec/url_for_spec.rb", "LICENSE"] + s.has_rdoc = true + s.homepage = %q{http://github.com/emk/sinatra-url-for} + s.rdoc_options = ["--inline-source", "--charset=UTF-8"] + s.require_paths = ["lib"] + s.rubygems_version = %q{1.3.1} + s.summary = %q{Construct absolute paths and full URLs for a Sinatra application} + + if s.respond_to? :specification_version then + current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION + s.specification_version = 2 + + if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then + else + end + else + end +end