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
Search Repo:
Re-package and -release.

Added berating explanation to history, read aout it there.
ymendel (author)
Wed Feb 27 19:33:54 -0800 2008
commit  8d9f79c9dff1ee2104a698c9955404137ac09a5d
tree    278f992c1b122c52afac837e3533bd32ed243cb7
parent  8dc895a27758d2ffa87179544df0ff0e33a26bbe
...
1
 
2
3
4
 
 
5
6
7
8
9
 
 
 
 
 
...
 
1
2
 
 
3
4
5
6
7
8
9
10
11
12
13
14
0
@@ -1,9 +1,14 @@
0
-== 0.2.0 2008-01-30
0
+== 0.2.2 2008-02-27
0
 
0
-* 1 major enhancement:
0
- * Initial release
0
+* 1 tiny enhancement:
0
+ * Re-packaging and re-releasing to get around my stupidity, forgetting to update the gemspec and thinking I could delete the release on rubyforge and release 0.2.1 again.
0
 
0
 == 0.2.1 2008-02-27
0
 
0
 * 1 major enhancement:
0
   * Update to use API 2.1
0
+
0
+== 0.2.0 2008-01-30
0
+
0
+* 1 major enhancement:
0
+ * Initial release
...
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 = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.