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
Modified gemspec to require the 2.1 API version of freshbooks gem.
ymendel (author)
Wed Feb 27 13:27:26 -0800 2008
commit  8dc895a27758d2ffa87179544df0ff0e33a26bbe
tree    60c4d9ad30d2ffea1ad20ce2cc8b9918bf52484b
parent  eeb56d6bdcf826721efdf54ad7c5de8c26322de4
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
0
   p.extra_deps = [ # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
- ['freshbooks', '>= 1.0.0'],
0
+ ['freshbooks', '>= 2.1'],
0
     ['punch', '>= 0.0.1']
0
   ]
0
   

Comments

    No one has commented yet.