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
evilchelu (author)
Tue Sep 02 07:30:59 -0700 2008
commit  8fe30984350bb39fa266c60a281d7753e429238f
tree    e0fe7d8ea34b9723717db5ab4a13b3d97ab5fbe1
parent  0f95d30c7ff48406ee5c11707faef1e2939751ca
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
0
   s.email = %q{evil@che.lu}
0
   s.executables = ["braid"]
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.files =  ["bin", "bin/braid", "braid.gemspec", "lib", "lib/braid", "lib/braid/command.rb", "lib/braid/commands", "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", "lib/braid.rb", "LICENSE", "Rakefile", "README.rdoc", "test", "test/braid_test.rb", "test/config_test.rb", "test/fixtures", "test/fixtures/shiny", "test/fixtures/shiny/README", "test/fixtures/skit1", "test/fixtures/skit1/layouts", "test/fixtures/skit1/layouts/layout.liquid", "test/fixtures/skit1/preview.png", "test/fixtures/skit1.1", "test/fixtures/skit1.1/layouts", "test/fixtures/skit1.1/layouts/layout.liquid", "test/fixtures/skit1.2", "test/fixtures/skit1.2/layouts", "test/fixtures/skit1.2/layouts/layout.liquid", "test/integration", "test/integration/adding_test.rb", "test/integration/updating_test.rb", "test/integration_helper.rb", "test/mirror_test.rb", "test/operations_test.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.rdoc"]

Comments