alsemyonov / guard-bundler

Guard::Bundler automatically install/update your gem bundle when needed

Home Page:https://rubygems.org/gems/guard-bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guard::Bundler

Gem Version Build Status Dependency Status Code Climate Coverage Status

Bundler guard allows to automatically & intelligently install/update bundle when needed.

  • Compatible with Bundler 1.0.x
  • Tested against Ruby 1.9.3, 2.0.0, 2.1.0, JRuby & Rubinius.

Install

Add the gem to your Gemfile:

group :development do
  gem 'guard-bundler', require: false
end

Add the plugin definition to your Guardfile by running this command:

$ guard init bundler

Usage

Please read the Guard usage doc

Guardfile

Guard::Bundler plugin can be really adapted to all kind of projects.

You can tweak the default Guardfile template (created by guard init bundler) if you need to watch files other than the Gemfile or *.gemspec (or if they are in different paths).

Please read the Guard usage doc for more information about the Guardfile DSL.

Development

Pull requests are very welcome! Please try to follow these simple rules if applicable:

  • Please create a topic branch for every separate change you make.
  • Update the README.
  • Please do not change the version number.

For questions please join us in our Google group or on #guard (irc.freenode.net).

Author

Yann Lugrin

Maintainer

Rémy Coutable (@rymai)

Contributors

https://github.com/guard/guard-bundler/graphs/contributors

About

Guard::Bundler automatically install/update your gem bundle when needed

https://rubygems.org/gems/guard-bundler

License:MIT License


Languages

Language:Ruby 100.0%