Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/next_migration_number'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed May 29, 2010
2 parents bf2f967 + 4fc81d0 commit c55afaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4
2 changes: 1 addition & 1 deletion lib/generators/navvy_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def install_navvy
end

protected
def next_migration_number(dirname) #:nodoc:
def self.next_migration_number(dirname) #:nodoc:
"%.3d" % (current_migration_number(dirname) + 1)
end
end
6 changes: 3 additions & 3 deletions navvy.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{navvy}
s.version = "0.2.3"
s.version = "0.2.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeff Kreeftmeijer"]
s.date = %q{2010-03-30}
s.date = %q{2010-05-29}
s.description = %q{Simple background job processor inspired by delayed_job, but aiming for database agnosticism.}
s.email = %q{jeff@kreeftmeijer.nl}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/jeffkreeftmeijer/navvy}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Simple background job processor inspired by delayed_job, but aiming for database agnosticism.}
s.test_files = [
"spec/configuration_spec.rb",
Expand Down

0 comments on commit c55afaf

Please sign in to comment.