public this repo is viewable by everyone
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
oops, forgot to update version number to 0.4 :)
evilchelu (author)
9 days ago
commit  acbeb9a153e6596de9c5080876d092761c39b68f
tree    d4247829e8505c1cdedf5ac490244786e2945852
parent  ff54b7afe1348388e35e021d4dbe0043fecaec40
...
1
2
3
 
4
5
6
7
8
9
 
10
11
12
...
1
2
 
3
4
5
6
7
8
 
9
10
11
12
0
@@ -1,12 +1,12 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{braid}
0
- s.version = "0.3.8"
0
+ s.version = "0.4.0"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Cristi Balan", "Norbert Crombach"]
0
- s.date = %q{2008-04-30}
0
+ s.date = %q{2008-05-01}
0
   s.default_executable = %q{braid}
0
   s.description = %q{Braid is a simple tool to help track git and svn vendor branches in a git repository}
0
   s.email = %q{evil@che.lu}
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module Braid #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
- MINOR = 3
0
- TINY = 8
0
+ MINOR = 4
0
+ TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.