Commit Graph

48 Commits

Author SHA1 Message Date
Rémy Coutable
fe103ca9a4 Update CHANGELOG 2011-09-04 18:45:26 +02:00
Rémy Coutable
0a2a34e55f Edited CHANGELOG.md via GitHub 2011-09-04 00:33:53 +03:00
Thibaud Guillaume-Gentil
50d80d962b Update CHANGELOG 2011-09-03 23:17:00 +02:00
Thibaud Guillaume-Gentil
9e578ce85a Version 0.6.3 2011-09-01 21:31:21 +02:00
Rémy Coutable
d258db6282 2 new features added to changelog 2011-09-01 15:45:11 +03:00
Rémy Coutable
b144514b06 Formatting [ci skip] 2011-08-17 17:10:14 +03:00
Rémy Coutable
537f5cb00a Update CHANGELOG for 0.6.2! [ci skip] 2011-08-17 17:05:11 +03:00
Rémy Coutable
59bb373fa7 Update CHANGELOG 2011-08-15 09:19:32 +02:00
Thibaud Guillaume-Gentil
2c81e5b9bd Version 0.6.0 2011-08-13 16:47:23 +02:00
Rémy Coutable
bcbcf61390 Update CHANGELOG 2011-08-11 12:09:30 +02:00
Thibaud Guillaume-Gentil
ca4b808b86 Update CHANGELOG 2011-08-09 15:18:45 +02:00
Michael Kessler
9175b33da4 Merge branch 'master' of https://github.com/uk-ar/guard into uk-ar-master
Conflicts:
	CHANGELOG.md
	lib/guard.rb
	lib/guard/cli.rb
2011-08-05 14:37:08 +02:00
Rémy Coutable
a1d798e141 Edited CHANGELOG.md via GitHub 2011-08-02 13:20:10 +03:00
Rémy Coutable
de97793e86 Edited CHANGELOG.md via GitHub 2011-08-02 13:19:16 +03:00
Rémy Coutable
1481604411 Rename Guard::Dsl.revaluate_guardfile to Guard::Dsl.reevaludate_guardfile 2011-07-29 00:22:53 +02:00
Rémy Coutable
48057cb6c8 New CLI options: watchdir and guardfile thanks to @nestegg! 2011-07-28 23:59:31 +02:00
Rémy Coutable
0176a0c5cc Merge branch 'master' of github.com:guard/guard 2011-07-25 23:31:24 +02:00
Rémy Coutable
9b74ddbfdb Update CHANGELOG 2011-07-25 23:30:54 +02:00
Michael Kessler
e376acc05a Add GitHub home of @bronson to the CHANGELOG. 2011-07-23 17:49:19 +02:00
Rémy Coutable
baa1817b3a Update Changelog 2011-07-21 02:24:15 +02:00
Thibaud Guillaume-Gentil
76c2977b67 Version 0.5.1 2011-07-15 08:35:12 +02:00
Thibaud Guillaume-Gentil
649920b7f0 Version 0.5.0 2011-07-02 10:23:18 +02:00
Thibaud Guillaume-Gentil
e7cc14152d Merge branch 'master' of github.com:guard/guard 2011-07-02 10:01:54 +02:00
Thibaud Guillaume-Gentil
ba0b84838d Integrated Guard::Ego inside Guard, oh yeah! 2011-07-02 10:01:45 +02:00
Michael Kessler
d78ecb45fb Change inotify event flags (Closes #12).
There have been some issues with Guard in Linux, which all lead back
to the selection of the proper inotify flags. It seems that almost each
editors behaves different when it comes to save a file. @jeffutter
started to collect information about these events, which are now listed
in the Guard wiki:

https://github.com/guard/guard/wiki/Analysis-of-inotify-events-for-different-editors

If you miss your favorite editor, please add your analysis to the list.
2011-06-30 09:23:12 +02:00
yuuki arisawa
847b2b8740 Added some specs,and some lines in README/CHANGELOG for dry-run option.
And added support for Kernel.#` and %x literal.
2011-06-28 22:13:24 +09:00
Rémy Coutable
59b1ea2c96 Added @capotej to the CHANGELOG 2011-06-23 18:02:49 +02:00
Julio Capote
268d55a145 changelog 2011-06-23 08:54:27 -07:00
Thibaud Guillaume-Gentil
8c5be4536b Merge pull request #92 from tpope/hidden_home_config_file
Make home Guardfile hidden
2011-06-22 12:22:18 -07:00
Tim Pope
524af462d9 Make home Guardfile hidden 2011-06-22 10:54:50 -04:00
Rémy Coutable
c2b2c15a80 Updated CHANGELOG with latest changes 2011-06-22 10:44:45 +02:00
Rémy Coutable
63c61e2470 Improved the consistency of the CHANGELOG. 2011-06-19 20:56:11 +02:00
Rémy Coutable
dd7eb7d505 Added last changes to CHANGELOG 2011-06-19 20:45:31 +02:00
Rémy Coutable
a01a6b6fd2 Updated CHANGELOG (added 0.4.2 changes). 2011-06-08 12:26:16 +02:00
Rémy Coutable
c14460f86e Updated CHANGELOG 2011-06-08 12:18:00 +02:00
Fletcher Nichol
511a9218b1 Fix CHANGELOG @mislav link. 2011-06-07 13:45:23 -07:00
Thibaud Guillaume-Gentil
a058a8b5f3 Updated CHANGELOG 2011-06-07 21:27:09 +02:00
Thibaud Guillaume-Gentil
3fc02dc344 Updated CHANGELOG 2011-06-07 21:15:33 +02:00
Thibaud Guillaume-Gentil
ff6629f6f1 Version 0.4.0 2011-06-05 20:53:36 +02:00
Rémy Coutable
fb5caf43f6 Awesome CHANGELOG.md thanks to @pcreux. 2011-06-01 17:08:03 -07:00
Philippe Creux
7e375b43a6 CHANGELOG is now cleaner than ever. 2011-06-01 16:36:59 -07:00
Rémy Coutable
cb5843aa47 In Ruby < 1.9, Symbol#downcase doesn't exist! 2011-06-02 00:40:37 +02:00
Rémy Coutable
3d52d51d36 Added last pull-request #73 to the Changelog, thanks to @johnbintz! 2011-06-01 13:30:38 -07:00
Michael Kessler
320706e2f5 Merge pull request #51 from indirect/guard
---

This change allows guard plugins (like guard-rspec) to pass options (like :priority) up to the Growl notifier. With this change, things like indirect/rspec-guard@d2f01d69a7 are possible, and the growl notification colors can be customized depending on the outcome of the spec run.

Conflicts:
	lib/guard/notifier.rb
2011-05-30 16:45:15 +02:00
Rémy Coutable
097e4dda68 Almost forgot the "Refactor listeners to work as a library" pull-request! :) Ready for release... 2011-05-28 20:18:48 +02:00
Rémy Coutable
0e31d3fece Tiny presentation change in Changelog 2011-05-28 19:46:52 +02:00
Rémy Coutable
502d1e6197 Removing a superfluous parenthesis in Changelog 2011-05-28 19:41:54 +02:00
Rémy Coutable
11c3e0b782 Keeping the Changelog up to date and improved the Readme 2011-05-28 19:39:18 +02:00