--- !ruby/object:Gem::Specification name: rconf version: !ruby/object:Gem::Version prerelease: version: 0.8.11 platform: ruby authors: - Raphael Simon autorequire: bindir: bin cert_chain: [] date: 2011-07-11 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "2.5" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: flexmock prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "0.9" type: :development version_requirements: *id002 description: | rconf configures the environment for a given application. rconf reads the content of an application configuration file and installs and/or configures the required tools for running or developing the corresponding application. rconf can easily be extended to configure new tools and makes it easy to support multiple platforms. Consult the README.rdoc file for information on how to write rconf configuration files. email: - raphael@rightscale.com executables: - rconf extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - README.rdoc - Rakefile - bin/rconf - examples/sample.rconf - lib/rconf.rb - lib/rconf/command.rb - lib/rconf/configurator.rb - lib/rconf/configurator_registry.rb - lib/rconf/configurators/build_configurator.rb - lib/rconf/configurators/bundler_configurator.rb - lib/rconf/configurators/cassandra_configurator.rb - lib/rconf/configurators/execute_configurator.rb - lib/rconf/configurators/git_repo_configurator.rb - lib/rconf/configurators/mercurial_configurator.rb - lib/rconf/configurators/packages_configurator.rb - lib/rconf/configurators/passenger_configurator.rb - lib/rconf/configurators/ruby_configurator.rb - lib/rconf/language.rb - lib/rconf/platform.rb - lib/rconf/platforms/darwin.rb - lib/rconf/platforms/linux.rb - lib/rconf/platforms/windows.rb - lib/rconf/profile.rb - lib/rconf/progress_reporter.rb - lib/rconf/progress_reporters/base_reporter.rb - lib/rconf/progress_reporters/file_reporter.rb - lib/rconf/progress_reporters/stdout_reporter.rb - lib/rconf/ruby_extensions.rb - lib/rconf/support/brew_installer.rb - lib/rconf/support/environment_updater.rb - lib/rconf/support/package_installer.rb - lib/rconf/trollop.rb - lib/rconf/version.rb - rconf.gemspec - rconf.rconf - spec/command_spec.rb - spec/configurator_spec.rb - spec/configurators/build_configurator_spec.rb - spec/configurators/bundler_configurator_spec.rb - spec/configurators/git_repo_configurator_spec.rb - spec/configurators/packages_configurator_spec.rb - spec/configurators/passenger_configurator_spec.rb - spec/configurators/ruby_configurator_spec.rb - spec/language_spec.rb - spec/platform_spec.rb - spec/profile_spec.rb - spec/progress_reporters/base_reporter_spec.rb - spec/progress_reporters/file_reporter_spec.rb - spec/progress_reporters/stdout_reporter_spec.rb - spec/ruby_extensions_spec.rb - spec/spec_helper.rb - spec/support/package_installer_spec.rb has_rdoc: true homepage: http://rubygems.org/gems/rconf licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rconf rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Cross platform environment configuration test_files: - spec/command_spec.rb - spec/configurator_spec.rb - spec/configurators/build_configurator_spec.rb - spec/configurators/bundler_configurator_spec.rb - spec/configurators/git_repo_configurator_spec.rb - spec/configurators/packages_configurator_spec.rb - spec/configurators/passenger_configurator_spec.rb - spec/configurators/ruby_configurator_spec.rb - spec/language_spec.rb - spec/platform_spec.rb - spec/profile_spec.rb - spec/progress_reporters/base_reporter_spec.rb - spec/progress_reporters/file_reporter_spec.rb - spec/progress_reporters/stdout_reporter_spec.rb - spec/ruby_extensions_spec.rb - spec/spec_helper.rb - spec/support/package_installer_spec.rb