# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{wheels} s.version = "0.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tyler Gannon"] s.date = %q{2010-08-09} s.description = %q{Call rails generate wheels.} s.email = %q{tgannon@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "init.rb", "lib/generators/wheels/LICENCE", "lib/generators/wheels/USAGE", "lib/generators/wheels/core_extensions.rb", "lib/generators/wheels/install_generator.rb", "lib/generators/wheels/recipes/cancan.rb", "lib/generators/wheels/recipes/cucumber.rb", "lib/generators/wheels/recipes/default.rb", "lib/generators/wheels/recipes/design.rb", "lib/generators/wheels/recipes/devise.rb", "lib/generators/wheels/recipes/factory_girl.rb", "lib/generators/wheels/recipes/haml.rb", "lib/generators/wheels/recipes/jquery.rb", "lib/generators/wheels/recipes/mongoid.rb", "lib/generators/wheels/recipes/postgresql.rb", "lib/generators/wheels/recipes/remarkable.rb", "lib/generators/wheels/recipes/rspec.rb", "lib/generators/wheels/recipes/wheels.rb", "lib/generators/wheels/snippets/cucumber/database_config", "lib/generators/wheels/templater.rb", "lib/generators/wheels/templates/cancan/ability.rb", "lib/generators/wheels/templates/database/postgresql.yml", "lib/generators/wheels/templates/git/gitignore", "lib/generators/wheels/templates/haml/app/views/layouts/application.html.haml", "lib/generators/wheels/templates/mongoid/features/step_definitions/mongoid_steps.rb", "lib/generators/wheels/templates/mongoid/features/support/hooks.rb", "lib/generators/wheels/wheels_generator.rb", "lib/wheels.rb", "lib/wheels/routes.rb", "send_new_version", "test/helper.rb", "test/test_wheels.rb", "wheels.gemspec" ] s.homepage = %q{http://github.com/tylergannon/wheels} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Generator builds a web site with blog, user profile, etc.} s.test_files = [ "test/test_wheels.rb", "test/helper.rb" ] 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"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end