public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://github.com/evilchelu/braid/wikis/home
Clone URL: git://github.com/evilchelu/braid.git
Update gemspec
norbert (author)
Wed Jul 16 11:18:41 -0700 2008
commit  43c91537ed9d8abb2bc6fc95221b7a4b788bf3c8
tree    72c65abd2e4089fc620769daffdcdc812925ccd4
parent  aeb4e2d9d99dc761eaca16547bb11f9e3e8a44d2
...
1
2
3
 
4
5
6
...
8
9
10
11
 
12
13
14
15
 
 
16
17
18
 
19
20
21
22
 
23
24
25
...
1
2
 
3
4
5
6
...
8
9
10
 
11
12
13
 
 
14
15
16
17
 
18
19
20
21
 
22
23
24
25
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{braid}
0
-  s.version = "0.4.0"
0
+  s.version = "0.4.9"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
0
@@ -8,18 +8,18 @@ Gem::Specification.new do |s|
0
   s.authors = ["Cristi Balan", "Norbert Crombach"]
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.description = %q{A simple tool for tracking vendor branches in git.}
0
   s.email = %q{evil@che.lu}
0
   s.executables = ["braid"]
0
-  s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "README.txt"]
0
-  s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "bin/braid", "config/hoe.rb", "config/requirements.rb", "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/exceptions.rb", "lib/braid/operations.rb", "lib/braid/version.rb", "braid.gemspec", "script/destroy", "script/generate", "setup.rb", "spec/braid_spec.rb", "spec/config_spec.rb", "spec/operations_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/deployment.rake", "tasks/environment.rake", "tasks/rspec.rake", "tasks/website.rake"]
0
+  s.extra_rdoc_files = ["README.rdoc"]
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 = ["--main", "README.txt"]
0
+  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "braid", "--main", "README.txt"]
0
   s.require_paths = ["lib"]
0
   s.rubyforge_project = %q{braid}
0
   s.rubygems_version = %q{1.1.0}
0
-  s.summary = %q{Braid is a simple tool to help track git and svn vendor branches in a git repository}
0
+  s.summary = %q{A simple tool for tracking vendor branches in git.}
0
 
0
   s.add_dependency(%q<main>, [">= 2.8.0"])
0
   s.add_dependency(%q<open4>, [">= 0.9.6"])

Comments