# -*- encoding: utf-8 -*- # stub: evilchelu-braid 0.4.13 ruby lib Gem::Specification.new do |s| s.name = "evilchelu-braid".freeze s.version = "0.4.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cristi Balan".freeze, "Norbert Crombach".freeze] s.date = "2008-10-23" s.description = "A simple tool for tracking vendor branches in git.".freeze s.email = "evil@che.lu".freeze s.executables = ["braid".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/braid".freeze, "braid.gemspec".freeze, "lib/braid.rb".freeze, "lib/braid/command.rb".freeze, "lib/braid/commands/add.rb".freeze, "lib/braid/commands/diff.rb".freeze, "lib/braid/commands/remove.rb".freeze, "lib/braid/commands/setup.rb".freeze, "lib/braid/commands/update.rb".freeze, "lib/braid/config.rb".freeze, "lib/braid/mirror.rb".freeze, "lib/braid/operations.rb".freeze, "test/braid_test.rb".freeze, "test/config_test.rb".freeze, "test/fixtures/shiny/README".freeze, "test/fixtures/skit1.1/layouts/layout.liquid".freeze, "test/fixtures/skit1.2/layouts/layout.liquid".freeze, "test/fixtures/skit1/layouts/layout.liquid".freeze, "test/fixtures/skit1/preview.png".freeze, "test/integration/adding_test.rb".freeze, "test/integration/updating_test.rb".freeze, "test/integration_helper.rb".freeze, "test/mirror_test.rb".freeze, "test/operations_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://evil.che.lu/projects/braid".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "braid".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple tool for tracking vendor branches in git.".freeze s.specification_version = 2 s.add_runtime_dependency(%q
.freeze, [">= 2.8.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.6".freeze]) end