Skip to content

Releases: guard/guard

v2.13.0

27 Jul 20:55
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #782, #783 - rework bundler/rubygems handling by guard startup scripts

NOTE: please report issues if you're experiencing problems after theses changes

v2.12.9

22 Jul 20:02
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #778 - properly detect used plugins when name is a symbol

v2.12.8

05 Jul 21:21
@e2 e2
Compare
Choose a tag to compare

Bugtfixes

  • #775 - don't load Bundler when RubyGems RUBYGEMS_GEMDEPS is set

Improvements

  • remove huge guard.png image from the gem itself

v2.12.7

27 Jun 11:54
@e2 e2
Compare
Choose a tag to compare

Changes

  • #772 - support both Listen 2.x and 3.x versions

v2.12.6

08 Jun 17:46
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #759 - avoid running interactive (Pry) on JRuby (use '-i' option as workaround - see issue and refs)
  • #755 - restart guard when it's symlinked (proper Guardfile detection)

Improvements

  • #733 - commented example in Guardfile for directory checking

v2.12.5

14 Mar 21:13
@e2 e2
Compare
Choose a tag to compare

Improvements

  • #752 - detect existing/used guards in Guardfiles more accurately

v2.12.4

23 Feb 12:59
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #749 - fix broken auto-reloading

v2.12.3

20 Feb 18:02
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • quickfix for #748 - fix so spawn() works on Windows

v2.12.2

19 Feb 18:18
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #743 - fix Gemfile handling
  • #744 - fix broken Ctrl-C handling

v2.12.1

09 Feb 12:21
@e2 e2
Compare
Choose a tag to compare

Bugfix

  • #740 - Allow guard to work globally without bundler