# -*- encoding: utf-8 -*- # stub: sharp 0.3.2 ruby lib Gem::Specification.new do |s| s.name = "sharp".freeze s.version = "0.3.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 = ["Paul Barry".freeze] s.date = "2013-03-09" s.description = "A Ruby and Rack-based web framework".freeze s.email = ["mail@paulbarry.com".freeze] s.executables = ["sharp".freeze] s.files = [".gitignore".freeze, ".rvmrc".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "TUTORIAL.md".freeze, "bin/sharp".freeze, "lib/sharp.rb".freeze, "lib/sharp/action.rb".freeze, "lib/sharp/config.rb".freeze, "lib/sharp/generator.rb".freeze, "lib/sharp/version.rb".freeze, "lib/sharp/view.rb".freeze, "sharp.gemspec".freeze, "template/Gemfile".freeze, "template/Guardfile".freeze, "template/Rakefile".freeze, "template/app/actions/application_action.rb".freeze, "template/app/actions/root_action.rb".freeze, "template/app/boot.rb".freeze, "template/app/initializers/post/.gitkeep".freeze, "template/app/initializers/pre/.gitkeep".freeze, "template/app/lib/.gitkeep".freeze, "template/app/models/.gitkeep".freeze, "template/app/routes.rb".freeze, "template/app/views/application_view.rb".freeze, "template/assets/javascripts/.gitkeep".freeze, "template/assets/package.yml".freeze, "template/assets/stylesheets/.gitkeep".freeze, "template/config.ru".freeze, "template/config/.gitkeep".freeze, "template/public/favicon.ico".freeze, "template/public/robots.txt".freeze, "template/templates/layouts/application.erb".freeze, "template/templates/root.erb".freeze, "template/vendor/assets/javascripts/.gitkeep".freeze, "template/vendor/assets/stylesheets/.gitkeep".freeze] s.homepage = "http://github.com/pjb3/sharp".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby and Rack-based web framework".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end