--- !ruby/object:Gem::Specification name: zsh_dots version: !ruby/object:Gem::Version prerelease: version: 0.6.0 platform: ruby authors: - Tom Scott autorequire: bindir: bin cert_chain: [] date: 2013-01-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency type: :runtime version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' name: thor prerelease: false requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency type: :runtime version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' name: activemodel prerelease: false requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency type: :development version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' name: rake prerelease: false requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: DOTS is an advanced ZSH framework. email: - tubbo@psychedeli.ca executables: - dots - ssh-copy-id extensions: [] extra_rdoc_files: [] files: - .bundle/config - .gitignore - .gitmodules - Gemfile - Gemfile.lock - README.md - Rakefile - bin/dots - bin/ssh-copy-id - config/bundle/config - config/example.aws.zsh - config/gemrc - config/gitconfig - config/gitignore - config/heroku.zsh.example - config/muttrc.example - config/osx.zsh - config/railsrc - config/rspec - config/screenrc - config/tmux.conf - config/vimrc - config/zshenv - config/zshrc - etc/irssi/config - etc/irssi/config.example - etc/irssi/default.theme - etc/irssi/nickserv.networks - etc/irssi/scripts/autorun/freenode_filter.pl - etc/irssi/scripts/autorun/nickserv.pl - etc/irssi/scripts/autorun/trigger.pl - etc/irssi/scripts/autorun/vim_mode.pl - etc/irssi/solarized-universal.theme - etc/irssi/triggers - etc/mandlebrot.c - etc/rails/composer.yml - etc/rails/ember_template.rb - etc/rails/recipes/haml_views.rb - etc/rails/recipes/html5.rb - etc/rails/recipes/readme_markdown.rb - etc/rails/template.rb - etc/rails/template/.env - etc/rails/template/.travis.yml - lib/dots.sh - lib/dots/aliases.zsh - lib/dots/directories.zsh - lib/dots/functions.zsh - lib/dots/plugins.zsh - lib/plugins/bundler/_bundler - lib/plugins/bundler/bundler.plugin.zsh - lib/plugins/git-flow/git-flow.plugin.zsh - lib/plugins/git-process/git-process.plugin.zsh - lib/plugins/git/git.plugin.zsh - lib/plugins/heroku/heroku.plugin.zsh - lib/plugins/knife/_knife - lib/plugins/knife/knife.plugin.zsh - lib/plugins/macvim/macvim.plugin.zsh - lib/plugins/osx/_man-preview - lib/plugins/osx/osx.plugin.zsh - lib/plugins/rails3/rails3.plugin.zsh - lib/plugins/rake/rake.plugin.zsh - lib/plugins/ruby/ruby.plugin.zsh - lib/ruby/dots.rb - lib/ruby/dots/bootstrap.rb - lib/ruby/dots/command.rb - lib/ruby/dots/dot_file.rb - lib/ruby/dots/installation.rb - lib/ruby/dots/installer.rb - lib/ruby/dots/packages.rb - lib/ruby/dots/persistence.rb - lib/ruby/dots/sanity.rb - lib/ruby/dots/version.rb - lib/ruby/templates/usage.txt.erb - lib/tasks/.gitkeep - script/stock - spec/integration/command_spec.rb - spec/models/dot_file_spec.rb - spec/spec_helper.rb - vendor/oh-my-zsh/check_for_upgrade.sh - vendor/oh-my-zsh/install.sh - vendor/oh-my-zsh/require_tool.sh - vendor/oh-my-zsh/uninstall.sh - vendor/oh-my-zsh/upgrade.sh - zsh_dots.gemspec homepage: http://tubbo.github.com/dots licenses: [] post_install_message: rdoc_options: [] require_paths: - lib/ruby required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version segments: - 0 hash: -4117296198963250433 version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: DOTS is an advanced ZSH framework. It abstracts a lot of hard-to-remember commands away from you and leaves you with fully-documented, easy-to-remember, plain-english aliases for common tasks. Supporting the Antigen framework for plugins, it's meant to be easy to install and light-weight in code, but able to support and replicate an entire home directory worth of dotfiles, essentially enabling you to take your shell environment "on the road" in a Github repository. test_files: - spec/integration/command_spec.rb - spec/models/dot_file_spec.rb - spec/spec_helper.rb