Skip to content

Commit

Permalink
0.upto(4), not 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Jul 14, 2009
1 parent e2c30ca commit 5ad11bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/job_list.rb
Expand Up @@ -98,7 +98,7 @@ def environment_variables
#
def combine(entries)
entries.map! { |entry| entry.split(/ +/,6 )}
0.upto(5) do |f|
0.upto(4) do |f|
(entries.length-1).downto(1) do |i|
next if entries[i][f] == '*'
comparison = entries[i][0...f] + entries[i][f+1..-1]
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Expand Up @@ -2,7 +2,7 @@ module Whenever
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 5ad11bd

Please sign in to comment.