diff --git a/Rakefile b/Rakefile index ad4333a89..fe4ab4876 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'cucumber/rake/task' require 'date' TEST_PROJECT = 'test_project' -SUSPENDERS_GEM_VERSION = '0.0.4' +SUSPENDERS_GEM_VERSION = '0.1.0.beta.1' ############################################################################# # diff --git a/suspenders.gemspec b/suspenders.gemspec index 2b69cdcfa..52e651985 100644 --- a/suspenders.gemspec +++ b/suspenders.gemspec @@ -4,8 +4,8 @@ Gem::Specification.new do |s| s.rubygems_version = '1.3.5' s.name = 'suspenders' - s.version = '0.0.4' - s.date = '2010-08-10' + s.version = '0.1.0.beta.1' + s.date = '2010-09-28' s.summary = "Generate a Rails app using thoughtbot's best practices." s.description = <<-HERE @@ -36,10 +36,24 @@ rush to build something amazing; don't use it if you like missing deadlines. features/rake_clean.feature features/step_definitions/shell.rb features/support/env.rb - lib/command.rb lib/create.rb lib/errors.rb suspenders.gemspec + template/files/README_FOR_SUSPENDERS + template/files/_flashes.html.erb + template/files/_javascript.html.erb + template/files/body_class_helper.rb + template/files/errors.rb + template/files/factory_girl_steps.rb + template/files/mysql_database.yml.erb + template/files/suspenders_gitignore + template/files/suspenders_layout.html.erb.erb + template/files/time_formats.rb + template/suspenders.rb + template/trout/Gemfile + template/trout/public/javascripts/jquery-ui.js + template/trout/public/javascripts/jquery.js + template/trout/public/javascripts/prefilled_input.js ] # = MANIFEST =