--- !ruby/object:Gem::Specification name: warp-dir version: !ruby/object:Gem::Version version: 1.1.1 platform: ruby authors: - Konstantin Gredeskoul autorequire: bindir: bin cert_chain: [] date: 2016-03-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: slop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.2' - !ruby/object:Gem::Dependency name: colored requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: codeclimate-test-reporter requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.5' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.11' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' description: Warp-Dir is compatible (and inspired by) the popular 'wd' tool available as a ZSH module. This one is written in ruby and so it should work in any shell. Credits for the original zsh-only tool go to (https://github.com/mfaerevaag/wd). email: - kig@reinvent.one executables: - warp-dir extensions: [] extra_rdoc_files: [] files: - ".atom-build.json" - ".codeclimate.yml" - ".gitignore" - ".idea/encodings.xml" - ".idea/misc.xml" - ".idea/modules.xml" - ".idea/runConfigurations/All_Specs.xml" - ".idea/vcs.xml" - ".idea/warp-dir.iml" - ".rspec" - ".rubocop.yml" - ".travis.yml" - Gemfile - Guardfile - LICENSE - README.md - ROADMAP.md - Rakefile - bin/console - bin/setup - bin/warp-dir - bin/warp-dir.bash - lib/warp.rb - lib/warp/dir.rb - lib/warp/dir/app/cli.rb - lib/warp/dir/app/response.rb - lib/warp/dir/command.rb - lib/warp/dir/command/add.rb - lib/warp/dir/command/help.rb - lib/warp/dir/command/install.rb - lib/warp/dir/command/list.rb - lib/warp/dir/command/ls.rb - lib/warp/dir/command/remove.rb - lib/warp/dir/command/warp.rb - lib/warp/dir/commander.rb - lib/warp/dir/config.rb - lib/warp/dir/errors.rb - lib/warp/dir/formatter.rb - lib/warp/dir/point.rb - lib/warp/dir/serializer.rb - lib/warp/dir/serializer/base.rb - lib/warp/dir/serializer/dotfile.rb - lib/warp/dir/store.rb - lib/warp/dir/version.rb - spec/fixtures/warprc - spec/spec_helper.rb - spec/support/cli_expectations.rb - spec/warp/dir/app/cli_spec.rb - spec/warp/dir/app/response_spec.rb - spec/warp/dir/command_spec.rb - spec/warp/dir/commands/add_spec.rb - spec/warp/dir/commands/install_spec.rb - spec/warp/dir/commands/list_spec.rb - spec/warp/dir/config_spec.rb - spec/warp/dir/errors_spec.rb - spec/warp/dir/formatter_spec.rb - spec/warp/dir/point_spec.rb - spec/warp/dir/store_spec.rb - warp-dir.gemspec homepage: https://github.com/kigster/warp-dir licenses: - MIT metadata: {} post_install_message: |2+ PLEASE NOTE: For this gem to work, you must also install the coupled shell function into your ~/.bashrc file (or any other shell initialization file). The following command should complete the setup. $ warp-dir install By default, the installer will check common "rc" scripts, but you can tell warp-dir where to add shell wrapper with --dotfile , i.e. $ warp-dir install --dotfile ~/.bashrc Restart your shell, and you should now have 'wd' shell function that should be used instead of the warp-dir executable. Start with $ wd help Thank you! rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Warp-Dir (aka 'wd') is a command line tool that lets you bookmark any folders, and then 'wd' between any two points on file system in one command. test_files: - spec/fixtures/warprc - spec/spec_helper.rb - spec/support/cli_expectations.rb - spec/warp/dir/app/cli_spec.rb - spec/warp/dir/app/response_spec.rb - spec/warp/dir/command_spec.rb - spec/warp/dir/commands/add_spec.rb - spec/warp/dir/commands/install_spec.rb - spec/warp/dir/commands/list_spec.rb - spec/warp/dir/config_spec.rb - spec/warp/dir/errors_spec.rb - spec/warp/dir/formatter_spec.rb - spec/warp/dir/point_spec.rb - spec/warp/dir/store_spec.rb