public
Rubygem
Fork of evilchelu/braid
Description: A simple tool for tracking vendor branches in git
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/norbert/braid.git
Search Repo:
Fix gemspec and rdoc formatting
norbert (author)
Wed Jul 16 13:09:26 -0700 2008
commit  bc363b04024609b292c8071709262a3b4a0ac44a
tree    c18f4236d27a288f4dfa57da2a8a137c93e47cd6
parent  43c91537ed9d8abb2bc6fc95221b7a4b788bf3c8
...
5
6
7
8
 
9
10
11
12
13
14
 
 
15
16
17
18
19
20
21
22
 
 
23
24
25
...
5
6
7
 
8
9
10
11
12
13
 
14
15
16
17
18
19
20
21
 
 
22
23
24
25
26
0
@@ -5,21 +5,22 @@ http://evil.che.lu/projects/braid/
0
 
0
 == Requirements
0
 
0
-You will need git version 1.5.4.5 or higher to run this version.
0
+You will need git 1.5.4.5 or higher to run this version.
0
 
0
 == Installation
0
 
0
   git clone git://github.com/evilchelu/braid.git
0
   cd braid
0
- ...
0
+ gem build braid.gemspec
0
+ sudo gem install braid-x.y.z.gem
0
 
0
 == Usage
0
 
0
   braid help
0
   braid help COMMANDNAME
0
 
0
-For more usage examples and documentation check the {project wiki}[http://github.com/evilchelu/braid/wikis].
0
-Also see the {bug tracker}[evilchelu.lighthouseapp.com/projects/10600-braid] for current issues.
0
+For more usage examples and documentation check the project wiki at http://github.com/evilchelu/braid/wikis.
0
+Also see the bug tracker at http://evilchelu.lighthouseapp.com/projects/10600-braid for current issues and future plans.
0
 
0
 == Contributing
0
 
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
0
   s.files = ["README.rdoc", "LICENSE", "Rakefile", "braid.gemspec", "bin/braid", "lib/braid.rb", "lib/braid/command.rb", "lib/braid/commands/add.rb", "lib/braid/commands/diff.rb", "lib/braid/commands/remove.rb", "lib/braid/commands/setup.rb", "lib/braid/commands/update.rb", "lib/braid/config.rb", "lib/braid/mirror.rb", "lib/braid/operations.rb", "test/braid_spec.rb", "test/config_spec.rb", "test/mirror_spec.rb", "test/operations_spec.rb", "test/test_helper.rb"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://evil.che.lu/projects/braid}
0
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "braid", "--main", "README.txt"]
0
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "braid", "--main", "README.rdoc"]
0
   s.require_paths = ["lib"]
0
   s.rubyforge_project = %q{braid}
0
   s.rubygems_version = %q{1.1.0}

Comments

    No one has commented yet.