... 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 Gem::Specification.new do |s| 0 s.specification_version = 2 if s.respond_to? :specification_version= 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.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 s.add_dependency(%q<main>, [">= 2.8.0"]) 0 s.add_dependency(%q<open4>, [">= 0.9.6"])
|
Comments
No one has commented yet.