Skip to content

Commit

Permalink
see CHANGELOG, bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed Jun 18, 2011
1 parent e59a9ac commit 0df5f5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
h1. CHANGELOG

h2. 1.0.7 June 18, 2011

* add HTML5 Boilerplate recipe
* update gem capybara 1.0.0.rc1 to capybara 1.0.0

h2. 1.0.6 June 8, 2011

* fix to avoid the error "You have already activated rake..."
Expand Down
4 changes: 2 additions & 2 deletions recipes/cucumber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
if recipes.include? 'rails 3.0'
# for Rails 3.0, use only gem versions we know that work
gem 'cucumber-rails', '0.5.1', :group => :test
gem 'capybara', '1.0.0.beta1', :group => :test
gem 'capybara', '1.0.0', :group => :test
gem 'database_cleaner', '0.6.7', :group => :test
gem 'launchy', '0.4.0', :group => :test
else
# for Rails 3.1+, use optimistic versioning for gems
gem 'cucumber-rails', '>= 0.5.2', :group => :test
gem 'capybara', '>= 1.0.0.rc1', :group => :test
gem 'capybara', '>= 1.0.0', :group => :test
gem 'database_cleaner', '>= 0.6.7', :group => :test
gem 'launchy', '>= 0.4.0', :group => :test
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsWizard
VERSION = "1.0.6"
VERSION = "1.0.7"
end

0 comments on commit 0df5f5a

Please sign in to comment.