# -*- encoding: utf-8 -*- # stub: setup 5.2.0 ruby lib Gem::Specification.new do |s| s.name = "setup".freeze s.version = "5.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["7rans".freeze, "Minero Aoki".freeze] s.date = "2012-12-21" s.description = "Every Rubyist is aware of Minero Aoki's ever useful setup.rb script. \nIt's how most of us used to install our Ruby programs before RubyGems\ncame along. And it's still mighty useful in certain scenarios, not the\nleast of which is the job of the distribution package managers. While\nstill providing the usual setup.rb script that one can distribute with\na project, Setup also works as a stand-alone application. Instead of\ndistributing setup.rb with a package, just instruct your users to install\nRuby Setup and use it instead.".freeze s.email = ["transfire@gmail.com".freeze, "aamine@loveruby.net".freeze] s.executables = ["setup.rb".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "NOTICE.txt".freeze, "HISTORY.rdoc".freeze, "README.rdoc".freeze] s.files = ["HISTORY.rdoc".freeze, "LICENSE.txt".freeze, "NOTICE.txt".freeze, "README.rdoc".freeze, "bin/setup.rb".freeze, "lib/setup.rb".freeze, "lib/setup/base.rb".freeze, "lib/setup/command.rb".freeze, "lib/setup/compiler.rb".freeze, "lib/setup/configuration.rb".freeze, "lib/setup/constants.rb".freeze, "lib/setup/core_ext.rb".freeze, "lib/setup/documentor.rb".freeze, "lib/setup/installer.rb".freeze, "lib/setup/project.rb".freeze, "lib/setup/rake.rb".freeze, "lib/setup/session.rb".freeze, "lib/setup/tester.rb".freeze, "lib/setup/uninstaller.rb".freeze, "lib/setup/version.rb".freeze, "test/cases/installer.rb".freeze, "test/features/compile.feature".freeze, "test/features/config.feature".freeze, "test/features/install.feature".freeze, "test/features/step_definitions/common_steps.rb".freeze, "test/features/step_definitions/compile_steps.rb".freeze, "test/features/step_definitions/config_steps.rb".freeze, "test/features/step_definitions/env.rb".freeze, "test/features/step_definitions/install_steps.rb".freeze, "test/features/step_definitions/uninstall_steps.rb".freeze, "test/features/test.feature".freeze, "test/features/uninstall.feature".freeze, "test/fixtures/faux-project/.setup/metaconfig.rb".freeze, "test/fixtures/faux-project/bin/faux".freeze, "test/fixtures/faux-project/ext/faux/extconf.rb".freeze, "test/fixtures/faux-project/ext/faux/faux.c".freeze, "test/fixtures/faux-project/lib/faux.rb".freeze] s.homepage = "http://rubyworks.github.com/setup".freeze s.licenses = ["BSD-2-Clause".freeze, "LGPL-2.0+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Setup.rb as a stand-alone application.".freeze s.test_files = ["test/features/step_definitions/compile_steps.rb".freeze, "test/features/step_definitions/install_steps.rb".freeze, "test/features/step_definitions/common_steps.rb".freeze, "test/features/step_definitions/config_steps.rb".freeze, "test/features/step_definitions/env.rb".freeze, "test/features/step_definitions/uninstall_steps.rb".freeze, "test/fixtures/faux-project/ext/faux/extconf.rb".freeze, "test/fixtures/faux-project/lib/faux.rb".freeze, "test/cases/installer.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end