--- !ruby/object:Gem::Specification name: reflection version: !ruby/object:Gem::Version version: 0.4.6 platform: ruby authors: - Andreas Wolff autorequire: bindir: bin cert_chain: [] date: 2009-11-19 00:00:00 +01:00 default_executable: reflection dependencies: - !ruby/object:Gem::Dependency name: rspec type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.9 version: - !ruby/object:Gem::Dependency name: git type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.5 version: description: "\n Reflection is designed to keep your development system in sync with your production system's files and database (by dumping).\n It uses a shared git repository to store these files, which allows you to mirror your production environment without the need of \n direct access to your production servers.\n " email: rubyphunk@gmail.com executables: - reflection extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - .yardoc - History.rdoc - LICENSE - README.rdoc - Rakefile - Reflection.gemspec - TODO - VERSION - bin/reflection - doc/Reflection.html - doc/Reflection/CLI.html - doc/Reflection/Command.html - doc/Reflection/Command/Apply.html - doc/Reflection/Command/Base.html - doc/Reflection/Command/Stash.html - doc/Reflection/Config.html - doc/Reflection/ConfigArgumentError.html - doc/Reflection/Directory.html - doc/Reflection/Directory/Base.html - doc/Reflection/Directory/Stash.html - doc/Reflection/Rails.html - doc/Reflection/Repository.html - doc/Reflection/Support.html - doc/Reflection/Support/Home.html - doc/Reflection/Support/Log.html - doc/Reflection/Validations.html - doc/_index.html - doc/class_list.html - doc/css/common.css - doc/css/full_list.css - doc/css/style.css - doc/file.README.html - doc/file_list.html - doc/index.html - doc/js/app.js - doc/js/full_list.js - doc/js/jquery.js - doc/method_list.html - doc/top-level-namespace.html - lib/reflection.rb - lib/reflection/cli.rb - lib/reflection/command.rb - lib/reflection/command/apply.rb - lib/reflection/command/base.rb - lib/reflection/command/stash.rb - lib/reflection/config.rb - lib/reflection/directory.rb - lib/reflection/directory/base.rb - lib/reflection/directory/stash.rb - lib/reflection/rails.rb - lib/reflection/repository.rb - lib/reflection/support.rb - lib/reflection/support/home.rb - lib/reflection/support/log.rb - lib/reflection/validations.rb - spec/reflection/cli_spec.rb - spec/reflection/command/stash_spec.rb - spec/reflection/config_spec.rb - spec/reflection/directory/base_spec.rb - spec/reflection/directory/stash_spec.rb - spec/reflection/rails_spec.rb - spec/reflection/repository_spec.rb - spec/reflection/support/home_spec.rb - spec/reflection/support_spec.rb - spec/reflection_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/rubyphunk/reflection licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Keep your development machine in sync with production. test_files: - spec/reflection/cli_spec.rb - spec/reflection/command/stash_spec.rb - spec/reflection/config_spec.rb - spec/reflection/directory/base_spec.rb - spec/reflection/directory/stash_spec.rb - spec/reflection/rails_spec.rb - spec/reflection/repository_spec.rb - spec/reflection/support/home_spec.rb - spec/reflection/support_spec.rb - spec/reflection_spec.rb - spec/spec_helper.rb