Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 6, 2010
1 parent 08d0302 commit 0439e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4.0"
s.version = "0.5.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-04-01}
s.date = %q{2010-04-07}
s.default_executable = %q{enginex}
s.description = %q{Creates a Rails 3 engine with Rakefile, Gemfile and running tests}
s.email = %q{[email protected]}
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.4.0".freeze
VERSION = "0.5.0".freeze

include Thor::Actions
check_unknown_options!
Expand Down

0 comments on commit 0439e91

Please sign in to comment.