# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{boilerplate_engine} s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["cowboycoded"] s.date = %q{2011-05-23} s.description = %q{Alpha: HTML5 boilerplate translated to a configurable rails engine} s.email = %q{john.mcaliley@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "app/controllers/home_controller.rb", "app/helpers/boilerplate_engine_helper.rb", "app/views/boilerplate/_asynch_javascript.html.erb", "app/views/boilerplate/_asynch_javascript_addons.html.erb", "app/views/boilerplate/_body.html.erb", "app/views/boilerplate/_css.html.erb", "app/views/boilerplate/_css_addons.html.erb", "app/views/boilerplate/_doctype.html.erb", "app/views/boilerplate/_flash.html.erb", "app/views/boilerplate/_head_javascript.html.erb", "app/views/boilerplate/_head_javascript_addons.html.erb", "app/views/boilerplate/_html_tag_browser_hacks.html.erb", "app/views/boilerplate/_icons.html.erb", "app/views/boilerplate/_layout.html.erb", "app/views/boilerplate/_meta_tags.html.erb", "app/views/boilerplate/_meta_tags_addons.html.erb", "app/views/boilerplate/_title_tag.html.erb", "app/views/home/index.html.erb", "app/views/layouts/application.html.erb", "boilerplate_engine.gemspec", "config/routes.rb", "lib/boilerplate_engine.rb", "lib/boilerplate_engine/engine.rb", "lib/boilerplate_engine/railties/tasks.rake", "lib/generators/boilerplate_engine/install/USAGE", "lib/generators/boilerplate_engine/install/install_generator.rb", "lib/generators/boilerplate_engine/install/templates/apple-touch-icon-114x114-precomposed.png", "lib/generators/boilerplate_engine/install/templates/apple-touch-icon-57x57-precomposed.png", "lib/generators/boilerplate_engine/install/templates/apple-touch-icon-72x72-precomposed.png", "lib/generators/boilerplate_engine/install/templates/apple-touch-icon-precomposed.png", "lib/generators/boilerplate_engine/install/templates/apple-touch-icon.png", "lib/generators/boilerplate_engine/install/templates/crossdomain.xml", "lib/generators/boilerplate_engine/install/templates/humans.txt", "lib/generators/boilerplate_engine/install/templates/javascripts/libs/dd_belatedpng.js", "lib/generators/boilerplate_engine/install/templates/javascripts/libs/jquery-1.5.2.js", "lib/generators/boilerplate_engine/install/templates/javascripts/libs/jquery-1.5.2.min.js", "lib/generators/boilerplate_engine/install/templates/javascripts/libs/modernizr-1.7.min.js", "lib/generators/boilerplate_engine/install/templates/javascripts/plugins.js", "lib/generators/boilerplate_engine/install/templates/robots.txt", "lib/generators/boilerplate_engine/install/templates/stylesheets/handheld.css", "lib/generators/boilerplate_engine/install/templates/stylesheets/style.css", "lib/generators/boilerplate_engine/install/templates/yettings/boilerplate.yml" ] s.homepage = %q{http://github.com/charlotte-ruby/boilerplate_engine} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Alpha: boilerplate engine for your rails views} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.5.1"]) s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end