Skip to content

Commit

Permalink
Release 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 1, 2011
1 parent fcbe303 commit 43fe166
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 33 deletions.
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ PATH
remote: .
specs:
enginex (0.8.0)
capybara (~> 0.4)
enginex
rails (~> 3.0.3)
rake (~> 0.8)
rspec (~> 2.0)
rspec-rails (~> 2.0)
sqlite3
thor (~> 0.14)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "enginex"
s.version = "0.8.0"
s.version = "0.8.1"
s.summary = "Creates a Rails 3 engine with Rakefile, Gemfile and running tests"
s.email = "[email protected]"
s.homepage = "http://github.com/josevalim/enginex"
Expand Down
52 changes: 25 additions & 27 deletions enginex.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

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

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-12-11}
s.date = %q{2011-03-01}
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 All @@ -19,40 +19,38 @@ Gem::Specification.new do |s|
]
s.files = [
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"lib/enginex.rb",
"lib/templates/gitignore",
"lib/templates/rails/application.rb",
"lib/templates/rails/boot.rb",
"lib/templates/root/%underscored%.gemspec.tt",
"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",
"lib/templates/spec/integration/navigation_spec.rb.tt",
"lib/templates/spec/spec_helper.rb",
"lib/templates/test/%underscored%_test.rb.tt",
"lib/templates/test/integration/navigation_test.rb.tt",
"lib/templates/test/support/integration_case.rb",
"lib/templates/test/test_helper.rb"
"Gemfile.lock",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"lib/enginex.rb",
"lib/templates/gitignore",
"lib/templates/rails/application.rb",
"lib/templates/rails/boot.rb",
"lib/templates/root/%underscored%.gemspec.tt",
"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",
"lib/templates/spec/integration/navigation_spec.rb.tt",
"lib/templates/spec/spec_helper.rb",
"lib/templates/test/%underscored%_test.rb.tt",
"lib/templates/test/integration/navigation_test.rb.tt",
"lib/templates/test/support/integration_case.rb",
"lib/templates/test/test_helper.rb"
]
s.homepage = %q{http://github.com/josevalim/enginex}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Creates a Rails 3 engine with Rakefile, Gemfile and running tests}
s.test_files = [
"test/enginex_test.rb",
"test/test_helper.rb"
"test/test_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 43fe166

Please sign in to comment.