padrino-gen.gemspec in padrino-gen-0.2.1 vs padrino-gen.gemspec in padrino-gen-0.2.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{padrino-gen} - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"] - s.date = %q{2009-11-30} + s.date = %q{2009-12-01} s.default_executable = %q{padrino-gen} s.description = %q{Generators for easily creating and building padrino applications from the console} s.email = %q{nesquena@gmail.com} s.executables = ["padrino-gen"] s.extra_rdoc_files = [ @@ -69,9 +69,13 @@ "lib/generators/skeleton/tmp/.empty_directory", "lib/generators/templates/controller.rb.tt", "lib/generators/templates/helper.rb.tt", "lib/generators/templates/mailer.rb.tt", "lib/generators/templates/mailer_initializer.rb.tt", + "lib/generators/templates/scripts/jquery.js", + "lib/generators/templates/scripts/lowpro.js", + "lib/generators/templates/scripts/protopak.js", + "lib/generators/templates/scripts/right.js", "lib/padrino-gen.rb", "padrino-gen.gemspec", "test/helper.rb", "test/test_controller_generator.rb", "test/test_mailer_generator.rb",