# -*- encoding: utf-8 -*- # stub: wbzyl-sinatra-static-assets 0.0.8 ruby lib Gem::Specification.new do |s| s.name = "wbzyl-sinatra-static-assets".freeze s.version = "0.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wlodek Bzyl".freeze] s.date = "2009-05-31" s.description = "This Sinatra extensions provides following helper methods: - image_tag - stylesheet_link_tag - javascript_script_tag".freeze s.email = "matwb@univ.gda.pl".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "TODO".freeze, "VERSION.yml".freeze, "examples/app1/app1.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/app2.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/app2.css".freeze, "examples/app2/public/stylesheets/src/skating.png".freeze, "examples/app2/tmp/always_restart.txt".freeze, "examples/app2/views/index.erb".freeze, "examples/app2/views/layout.erb".freeze, "examples/mapp1/config.ru".freeze, "examples/mapp1/mapp.rb".freeze, "examples/mapp1/public/images/tatry1.jpg".freeze, "examples/mapp1/public/javascripts/mapp.js".freeze, "examples/mapp1/public/stylesheets/mapp.css".freeze, "examples/mapp1/public/stylesheets/src/background.png".freeze, "examples/mapp1/tmp/always_restart.txt".freeze, "examples/mapp1/views/app.erb".freeze, "examples/mapp1/views/layout.erb".freeze, "examples/mapp2/config.ru".freeze, "examples/mapp2/mapp.rb".freeze, "examples/mapp2/public/images/tatry2.jpg".freeze, "examples/mapp2/public/javascripts/mapp.js".freeze, "examples/mapp2/public/stylesheets/mapp.css".freeze, "examples/mapp2/public/stylesheets/src/background.png".freeze, "examples/mapp2/tmp/always_restart.txt".freeze, "examples/mapp2/views/layout.erb".freeze, "examples/mapp2/views/mapp.erb".freeze, "examples/mconfig.ru".freeze, "examples/sinatra.conf".freeze, "lib/sinatra/static_assets.rb".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 assetgemspec.".freeze s.test_files = ["test/test_helper.rb".freeze, "test/sinatra_static_assets_test.rb".freeze, "examples/app2/app2.rb".freeze, "examples/mapp2/mapp.rb".freeze, "examples/mapp1/mapp.rb".freeze, "examples/app1/app1.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.3.0".freeze]) end