Skip to content

Instantly share code, notes, and snippets.

@lazyatom
Created August 16, 2009 17:02
Show Gist options
  • Save lazyatom/168670 to your computer and use it in GitHub Desktop.
Save lazyatom/168670 to your computer and use it in GitHub Desktop.
➜ rip (file_conflicts)⚡ $ rm -fr /Users/james/.rip/rip-packages/*; rip use empty; rip env delete test; rip env create test; rip install monk
ripenv: using empty
ripenv: deleted test
ripenv: created test
Fetching monk via Rubygems...
Fetching thor (~> 0.11) via Rubygems...
Successfully installed thor (0.11.5)
Fetching dependencies (>= 0.0.6) via Rubygems...
Fetching wycats-thor (~> 0.11) via Rubygems...
rip: install failed
-> Some files from wycats-thor (0.11.5) conflict with those already installed by thor:
lib/thor
lib/thor/actions
lib/thor/actions/create_file.rb
lib/thor/actions/directory.rb
lib/thor/actions/empty_directory.rb
lib/thor/actions/file_manipulation.rb
lib/thor/actions/inject_into_file.rb
lib/thor/actions.rb
lib/thor/base.rb
lib/thor/core_ext
lib/thor/core_ext/hash_with_indifferent_access.rb
lib/thor/core_ext/ordered_hash.rb
lib/thor/error.rb
lib/thor/group.rb
lib/thor/invocation.rb
lib/thor/parser
lib/thor/parser/argument.rb
lib/thor/parser/arguments.rb
lib/thor/parser/option.rb
lib/thor/parser/options.rb
lib/thor/parser.rb
lib/thor/rake_compat.rb
lib/thor/runner.rb
lib/thor/shell
lib/thor/shell/basic.rb
lib/thor/shell/color.rb
lib/thor/shell.rb
lib/thor/task.rb
lib/thor/util.rb
lib/thor.rb
bin/rake2thor
bin/thor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment