--- !ruby/object:Gem::Specification name: rconf version: !ruby/object:Gem::Version version: 0.9.20 prerelease: platform: ruby authors: - Raphael Simon autorequire: bindir: bin cert_chain: [] date: 2012-07-06 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &70209399567560 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.5' type: :development prerelease: false version_requirements: *70209399567560 - !ruby/object:Gem::Dependency name: flexmock requirement: &70209399566940 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '0.9' type: :development prerelease: false version_requirements: *70209399566940 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 - LICENSE - 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 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.8.11 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