91b2e97018
Jeweler provides the noble ruby developer with two primary features: * a library for managing and releasing RubyGem projects * a scaffold generator for starting new RubyGem projects OK sthen@
207 lines
14 KiB
Plaintext
207 lines
14 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/17 15:28:42 jeremy Exp $
|
|
${GEM_BIN}/jeweler${GEM_BIN_SUFFIX}
|
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/.document
|
|
${GEM_LIB}/gems/${DISTNAME}/ChangeLog.markdown
|
|
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
|
${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/README.markdown
|
|
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/bin/
|
|
${GEM_LIB}/gems/${DISTNAME}/bin/jeweler
|
|
${GEM_LIB}/gems/${DISTNAME}/features/
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/cucumber.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/directory_layout.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/dotdocument.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/env_options.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/gemfile.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/git.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/license.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/rakefile.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/readme.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/test.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/generator/test_helper.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/placeholder.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/
|
|
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/debug_steps.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/filesystem_steps.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/generator_steps.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/features/step_definitions/task_steps.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/features/support/
|
|
${GEM_LIB}/gems/${DISTNAME}/features/support/env.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/features/tasks/
|
|
${GEM_LIB}/gems/${DISTNAME}/features/tasks/build_gem.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/tasks/version.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/features/tasks/version_bumping.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/jeweler.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/build_gem.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/check_dependencies.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/install_gem.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/release_gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/release_to_git.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/release_to_rubygems.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/validate_gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/base.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/bump_major.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/bump_minor.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/bump_patch.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/version/write.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/commands/write_gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/errors.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/gemcutter_tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/gemspec_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/application.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/bacon_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/github_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/micronaut_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/minitest_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/options.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/rdoc_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/riot_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/rspec_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/shindo_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/shoulda_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/testspec_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/testunit_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/generator/yard_mixin.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/rubyforge_tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/rubygems_dot_org_tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/rubygems_tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/specification.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/.document
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/.gitignore
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/Gemfile
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/README.rdoc
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/bacon/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/bacon/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/bacon/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/bundler_setup.erb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/features/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/features/default.feature
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/features/support/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/features/support/env.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/jeweler_tasks.erb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/micronaut/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/micronaut/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/micronaut/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/minitest/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/minitest/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/minitest/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/other_tasks.erb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/riot/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/riot/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/riot/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/rspec/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/rspec/.rspec
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/rspec/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/rspec/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shindo/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shindo/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shindo/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shoulda/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shoulda/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/shoulda/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testspec/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testspec/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testspec/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testunit/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testunit/flunking.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/templates/testunit/helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/jeweler/version_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/VERSION.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/bin/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/bin/foo_the_ultimate_bin
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/hey_include_me_in_gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bar/lib/foo_the_ultimate_lib.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/.document
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/.gitignore
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/README.rdoc
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/existing-project-with-version.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/lib/existing_project_with_version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/test/existing_project_with_version_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-constant/test/test_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/.document
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/.gitignore
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/README.rdoc
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/VERSION
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/existing-project-with-version.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/lib/existing_project_with_version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/test/existing_project_with_version_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-plaintext/test/test_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/.document
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/.gitignore
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/LICENSE.txt
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/README.rdoc
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/Rakefile
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/VERSION.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/bin/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/bin/foo_the_ultimate_bin
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/existing-project-with-version.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/lib/existing_project_with_version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/test/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/test/existing_project_with_version_test.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/existing-project-with-version-yaml/test/test_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/geminstaller.yml
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_build_gem.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_install_gem.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_release_to_gemcutter.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_release_to_git.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_release_to_github.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_validate_gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/test_write_gemspec.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/test_base.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/test_bump_major.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/test_bump_minor.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/test_bump_patch.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/commands/version/test_write.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/generator/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/generator/test_application.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/generator/test_options.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_gemspec_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_generator.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_generator_initialization.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_generator_mixins.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_specification.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_tasks.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/jeweler/test_version_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/shoulda_macros/
|
|
${GEM_LIB}/gems/${DISTNAME}/test/shoulda_macros/jeweler_macros.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/test/test_jeweler.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|