Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 1, 2010
1 parent 277d431 commit 1cfba6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions enginex.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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-03-18}
s.date = %q{2010-04-01}
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 All @@ -26,6 +26,8 @@ Gem::Specification.new do |s|
"lib/templates/rails/application.rb",
"lib/templates/rails/boot.rb",
"lib/templates/root/Gemfile.tt",
"lib/templates/root/MIT-LICENSE.tt",
"lib/templates/root/README.rdoc.tt",
"lib/templates/root/Rakefile.tt",
"lib/templates/root/lib/%underscored%.rb.tt",
"lib/templates/spec/%underscored%_spec.rb.tt",
Expand Down
2 changes: 1 addition & 1 deletion lib/enginex.rb
Expand Up @@ -7,7 +7,7 @@
require "rails/generators/rails/app/app_generator"

class Enginex < Thor::Group
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze

include Thor::Actions
check_unknown_options!
Expand Down

0 comments on commit 1cfba6d

Please sign in to comment.