# -*- encoding: utf-8 -*- # stub: wbzyl-sinatra-static-assets 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "wbzyl-sinatra-static-assets".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["W\u00C5\u0082odek Bzyl".freeze] s.date = "2009-05-22" s.description = "Sinatra extension providing helper methods to output tags for static assets.".freeze s.email = "matwb@univ.gda.pl".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "examples/app1/app.rb".freeze, "examples/app1/config.ru".freeze, "examples/app1/public/images/tatry1.jpg".freeze, "examples/app1/public/javascripts/app1.js".freeze, "examples/app1/public/stylesheets/app1.css".freeze, "examples/app1/public/stylesheets/src/bronzed_olive.png".freeze, "examples/app1/tmp/always_restart.txt".freeze, "examples/app1/views/index.erb".freeze, "examples/app1/views/layout.erb".freeze, "examples/app2/app.rb".freeze, "examples/app2/config.ru".freeze, "examples/app2/public/images/tatry2.jpg".freeze, "examples/app2/public/javascripts/app2.js".freeze, "examples/app2/public/stylesheets/src/bronzed_olive.png".freeze, "examples/app2/tmp/always_restart.txt".freeze, "examples/app2/views/index.erb".freeze, "examples/app2/views/layout.erb".freeze, "lib/sinatra/static_assets.rb".freeze, "sinatra-static-assets.gemspec".freeze, "test/sinatra_static_assets_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/wbzyl/sinatra-static-assets".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sinatra extension providing helper methods to output tags for static assets.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/sinatra_static_assets_test.rb".freeze, "examples/app2/app.rb".freeze, "examples/app1/app.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.2.1".freeze]) end