public
Description: Keep track of your time on FreshBooks
Homepage: http://b.logi.cx/2008/1/31/laying-down-fresh-tracks
Clone URL: git://github.com/flogic/freshtrack.git
Changing version, adding history.
ymendel (author)
Wed Feb 27 11:31:58 -0800 2008
commit  eeb56d6bdcf826721efdf54ad7c5de8c26322de4
tree    e3fb1db65cc81fd31c662eac276d5a29437242d2
parent  3cd9058a96e81bcd0f1c78b94b67d939325c7821
...
2
3
4
 
 
 
 
 
...
2
3
4
5
6
7
8
9
0
@@ -2,3 +2,8 @@
0
 
0
 * 1 major enhancement:
0
   * Initial release
0
+
0
+== 0.2.1 2008-02-27
0
+
0
+* 1 major enhancement:
0
+ * Update to use API 2.1
...
27
28
29
30
31
 
...
27
28
29
 
30
31
0
@@ -27,4 +27,4 @@ The 'Company Name' is the XXX in 'XXX.freshbooks.com'. The 'project_name' is the
0
 
0
 NOTE: As of this writing, punch (0.0.1) specifically requires attributes version 5.0.0 even though 5.0.1 is out.
0
 Because of the way gems work, punch will not work if both are installed. Make sure the specific installed version
0
-of attributes is 5.0.0.
0
\ No newline at end of file
0
+of attributes is 5.0.0.
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Freshtrack #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 2
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.