public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
Renamed head(branch) to head(tag)
yrashk (author)
Mon May 26 12:49:36 -0700 2008
commit  3ee795c596383de01a99aaa05d7c24fcc9b73c5a
tree    584937bb5a5bc5a148838a7cecdbabf0536dff22
parent  9894d45f5407283ecb19871d8fd56cdc305413df
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 module StrokeDB
0
   
0
-  def self.head(branch="master")
0
+  def self.head(tag="master")
0
     Util.sha1_uuid(branch).to_raw_uuid
0
   end
0
   

Comments