Skip to content

Commit

Permalink
gem housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Apr 10, 2012
1 parent 787d4e6 commit d7e76d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 0.6.0 2012-04-10

* 1 minor enhancement:
* adding 'entry' command:
* combines in+out into one command, requiring from (in) and to (out) times
* has 'clock' alias

== 0.5.1 2012-03-19

* 1 tiny bugfix:
Expand Down
4 changes: 2 additions & 2 deletions lib/punch/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Punch
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
TINY = 1
MINOR = 6
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion one_inch_punch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Gem::Specification.new do |gem|
gem.name = 'one_inch_punch'
gem.require_paths = ['lib']
gem.summary = %q{Track your time locally.}
gem.version = '0.5.1'
gem.version = '0.6.0'
end

0 comments on commit d7e76d9

Please sign in to comment.