Skip to content

Commit

Permalink
Move to capybara 0.3.7 and release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 9, 2010
1 parent 1ea960c commit 96a7c90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions enginex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{enginex}
s.version = "0.5.1"
s.version = "0.5.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jos\303\251 Valim"]
s.date = %q{2010-04-08}
s.date = %q{2010-04-09}
s.default_executable = %q{enginex}
s.description = %q{Creates a Rails 3 engine with Rakefile, Gemfile and running tests}
s.email = %q{jose.valim@plataformatec.com.br}
Expand Down
2 changes: 1 addition & 1 deletion lib/enginex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "rails/generators/rails/app/app_generator"

class Enginex < Thor::Group
VERSION = "0.5.1".freeze
VERSION = "0.5.2".freeze

include Thor::Actions
check_unknown_options!
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/root/Gemfile.tt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "http://gemcutter.org"

gem "rails", "<%= ActiveSupport::VERSION::STRING %>"
gem "capybara", "0.3.6"
gem "capybara", "0.3.7"
gem "sqlite3-ruby", :require => "sqlite3"

if RUBY_VERSION < '1.9'
Expand Down

0 comments on commit 96a7c90

Please sign in to comment.