Skip to content

Commit

Permalink
Setting version (0.1.0), updating History and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Aug 26, 2008
1 parent 14dcc18 commit 18f999b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions History.txt
@@ -1,3 +1,13 @@
== 0.1.0 2008-08-26

* 1 enhancement:
* punch command, for the following operations at the command line:
* status
* in/out
* log
* total
* delete

== 0.0.3 2008-08-25

* 5 enhancements:
Expand Down
12 changes: 11 additions & 1 deletion README.txt
Expand Up @@ -17,8 +17,10 @@ One-inch punch: Smaller, more effective
* Can delete a project
* Can list project data
* Can give total time for a project
* Can be used command-line

* Cannot be used command-line (yet)
* Command-line does not give access to the list operation
* Command-line output is ugly
* More, since this is unfinished

== SYNOPSIS:
Expand All @@ -33,6 +35,13 @@ One-inch punch: Smaller, more effective
Punch.out('my project')
Punch.out?('my project') # => true
Punch.write

or!

$ punch in proj
$ echo 'working, really'
$ punch out proj
$ punch status

== REQUIREMENTS:

Expand All @@ -47,4 +56,5 @@ One-inch punch: Smaller, more effective

* Ara T. Howard, for making punch in the first place
* Kevin Barnes, for the name suggestion
* Bruce Lee, for having been a bad-ass
* The Kool-Aid Man, for busting through my wall. Oh yeah!
4 changes: 2 additions & 2 deletions lib/punch/version.rb
@@ -1,8 +1,8 @@
module Punch
module VERSION #:nodoc:
MAJOR = 0
MINOR = 0
TINY = 3
MINOR = 1
TINY = 0

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

0 comments on commit 18f999b

Please sign in to comment.