--- !ruby/object:Gem::Specification name: rip version: !ruby/object:Gem::Version version: 0.0.5 platform: ruby authors: - Chris Wanstrath autorequire: bindir: bin cert_chain: [] date: 2009-08-13 00:00:00 -07:00 default_executable: "" dependencies: [] description: "Rip: Ruby's Intelligent Packaging" email: chris@ozmm.org executables: [] extensions: - ext/extconf.rb extra_rdoc_files: [] files: - .gitignore - LICENSE - README.markdown - Rakefile - bin/rip - examples/debug.rb - examples/reverse.rb - ext/extconf.rb - lib/rip.rb - lib/rip/commands.rb - lib/rip/commands/build.rb - lib/rip/commands/core.rb - lib/rip/commands/install.rb - lib/rip/commands/ruby.rb - lib/rip/commands/setup.rb - lib/rip/commands/show.rb - lib/rip/commands/uninstall.rb - lib/rip/env.rb - lib/rip/help.rb - lib/rip/installer.rb - lib/rip/memoize.rb - lib/rip/package.rb - lib/rip/package_api.rb - lib/rip/package_manager.rb - lib/rip/packages/dir_package.rb - lib/rip/packages/file_package.rb - lib/rip/packages/gem_package.rb - lib/rip/packages/git_package.rb - lib/rip/packages/http_package.rb - lib/rip/packages/remote_gem_package.rb - lib/rip/packages/ripfile_package.rb - lib/rip/setup.rb - lib/rip/sh/gem.rb - lib/rip/sh/git.rb - lib/rip/ui.rb - lib/rip/version.rb - setup.rb - test/commands_test.rb - test/dev.rip - test/dir_test.rb - test/env_test.rb - test/file_test.rb - test/git_test.rb - test/mock_git.rb - test/repos/simple-file-3.2.1.rb - test/repos/simple.rip - test/repos/simple_c/dot_git/HEAD - test/repos/simple_c/dot_git/config - test/repos/simple_c/dot_git/description - test/repos/simple_c/dot_git/hooks/applypatch-msg.sample - test/repos/simple_c/dot_git/hooks/commit-msg.sample - test/repos/simple_c/dot_git/hooks/post-commit.sample - test/repos/simple_c/dot_git/hooks/post-receive.sample - test/repos/simple_c/dot_git/hooks/post-update.sample - test/repos/simple_c/dot_git/hooks/pre-applypatch.sample - test/repos/simple_c/dot_git/hooks/pre-commit.sample - test/repos/simple_c/dot_git/hooks/pre-rebase.sample - test/repos/simple_c/dot_git/hooks/prepare-commit-msg.sample - test/repos/simple_c/dot_git/hooks/update.sample - test/repos/simple_c/dot_git/index - test/repos/simple_c/dot_git/info/exclude - test/repos/simple_c/dot_git/logs/HEAD - test/repos/simple_c/dot_git/logs/refs/heads/master - test/repos/simple_c/dot_git/objects/2d/94227280db3ac66875f52592c6a736b4526084 - test/repos/simple_c/dot_git/objects/3f/1d6dacdedf75058e9edf23f48de03fa451f7ce - test/repos/simple_c/dot_git/objects/4f/3f9a42a24970fb72e8a828d95652c08465b3a4 - test/repos/simple_c/dot_git/objects/53/23e9a7ff897fe7bfc3357d9274775b67f9ade4 - test/repos/simple_c/dot_git/objects/55/31db58bd71148661c400dc48815bf06b366128 - test/repos/simple_c/dot_git/objects/64/38cb2cf06f0a0e96326f4223202bece66540a4 - test/repos/simple_c/dot_git/objects/9f/88aea8cd1b0da9b4d42188b7cf2014392344e6 - test/repos/simple_c/dot_git/objects/d7/55c6f119520808609a8d79bac1a8dbe0c57424 - test/repos/simple_c/dot_git/objects/d7/58739ea968ac8e8fe0cbbf1f6451af47f04964 - test/repos/simple_c/dot_git/objects/e6/7b81a24f0ce4bff84c3599b5c9ba7093f554d8 - test/repos/simple_c/dot_git/objects/ec/be0a80dc841c16beb2c733bbdd320b45565d89 - test/repos/simple_c/dot_git/objects/f1/050d684f583a32338ffd77ec37e1196e0d2cc7 - test/repos/simple_c/dot_git/refs/heads/master - test/repos/simple_c/ext/simp/extconf.rb - test/repos/simple_c/ext/simp/simp.c - test/repos/simple_c/lib/simple_c.rb - test/repos/simple_d-1.2.3/lib/simple_d.rb - test/rip_test.rb - test/ripfile_test.rb - test/test_helper.rb - test/ui_test.rb has_rdoc: true homepage: http://hellorip.com licenses: [] post_install_message: | **************************************************** So far so good... Rip needs certain env variables to run. We've tried to install them automatically but may have failed. Run `rip check` to check the status of your installation. Get started: `rip -h` or http://hellorip.com/ **************************************************** 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.3 signing_key: specification_version: 3 summary: "Rip: Ruby's Intelligent Packaging" test_files: - test/commands_test.rb - test/dir_test.rb - test/env_test.rb - test/file_test.rb - test/git_test.rb - test/mock_git.rb - test/repos/simple-file-3.2.1.rb - test/repos/simple_c/ext/simp/extconf.rb - test/repos/simple_c/lib/simple_c.rb - test/repos/simple_d-1.2.3/lib/simple_d.rb - test/rip_test.rb - test/ripfile_test.rb - test/test_helper.rb - test/ui_test.rb - examples/debug.rb - examples/reverse.rb