notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-guard Command line tool to easily handle events on file system modifications
2.18.1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.18.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-22 13:04:33
Last Update: 2023-09-22 03:21:15
Commit Hash: a3eee5e
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/guard/guard
Description:
Guard is a command line tool that easily handle events on files modifications.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/_guard-core
  2. bin/guard
  3. /usr/local/share/licenses/rubygem-guard-2.18.1/catalog.mk
  4. /usr/local/share/licenses/rubygem-guard-2.18.1/LICENSE
  5. /usr/local/share/licenses/rubygem-guard-2.18.1/MIT
Collapse this list.
Dependency lines:
  • rubygem-guard>0:sysutils/rubygem-guard
To install the port:
cd /usr/ports/sysutils/rubygem-guard/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/rubygem-guard
  • pkg install rubygem-guard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-guard
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1695143495 SHA256 (rubygem/guard-2.18.1.gem) = a3893d3b23d538a9b2d6f05a27713e0ed53ea881df0f0550b21a3393c6d87c09 SIZE (rubygem/guard-2.18.1.gem) = 62464

Packages (timestamps in pop-ups are UTC):
rubygem-guard
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.18.12.18.12.16.22.18.12.18.1-2.16.2-
FreeBSD:13:quarterly2.18.12.18.12.18.02.18.12.18.12.18.12.18.12.18.1
FreeBSD:14:latest2.18.12.18.12.18.02.18.12.18.12.18.0-2.18.0
FreeBSD:14:quarterly2.18.12.18.1-2.18.12.18.12.18.12.18.12.18.1
FreeBSD:15:latest2.18.12.18.1n/a2.18.1n/a2.18.12.18.12.18.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-formatador>=0.2.4 : devel/rubygem-formatador
  2. rubygem-listen>=2.7<4.0 : devel/rubygem-listen
  3. rubygem-lumberjack>=1.0.12<2.0 : devel/rubygem-lumberjack
  4. rubygem-nenv>=0.1<1 : devel/rubygem-nenv
  5. rubygem-notiffany>=0<1 : devel/rubygem-notiffany
  6. rubygem-pry>=0.13.0 : devel/rubygem-pry
  7. rubygem-shellany>=0<1 : sysutils/rubygem-shellany
  8. rubygem-thor>=0.18.1 : devel/rubygem-thor
  9. ruby31 : lang/ruby31
  10. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. sysutils/rubygem-guard-livereload
  2. sysutils/rubygem-guard-rspec

Configuration Options:
No options to configure
Options name:
sysutils_rubygem-guard
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 82

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.18.1
22 Sep 2023 03:21:15
commit hash: a3eee5e12f44b2f8e6e1a2364a257ecce46423eccommit hash: a3eee5e12f44b2f8e6e1a2364a257ecce46423eccommit hash: a3eee5e12f44b2f8e6e1a2364a257ecce46423eccommit hash: a3eee5e12f44b2f8e6e1a2364a257ecce46423ec files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/rubygem-guard: Update to 2.18.1

Changes:	https://github.com/guard/guard/releases
2.18.0
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.18.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.18.0
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.18.0
21 Jul 2021 18:11:58
commit hash: a39818ee1407bf1a47e4bfe1c4647723f96eedd6commit hash: a39818ee1407bf1a47e4bfe1c4647723f96eedd6commit hash: a39818ee1407bf1a47e4bfe1c4647723f96eedd6commit hash: a39818ee1407bf1a47e4bfe1c4647723f96eedd6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/rubygem-guard: Update to 2.18.0

Changes:	https://github.com/guard/guard/releases
2.17.0
18 May 2021 19:29:17
commit hash: 995c0ff71c5794af5610508f9341a857aaec885dcommit hash: 995c0ff71c5794af5610508f9341a857aaec885dcommit hash: 995c0ff71c5794af5610508f9341a857aaec885dcommit hash: 995c0ff71c5794af5610508f9341a857aaec885d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/rubygem-guard: Update to 2.17.0

Changes:	https://github.com/guard/guard/releases
2.16.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.16.2
31 Mar 2020 23:16:52
Revision:530154Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.16.2

Changes:	https://github.com/guard/guard/releases
2.16.1
02 Nov 2019 17:04:13
Revision:516353Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.16.1

Changes:	https://github.com/guard/guard/releases
2.16.0
01 Nov 2019 16:33:40
Revision:516247Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.16.0

Changes:	https://github.com/guard/guard/releases
2.15.1
03 Sep 2019 19:11:55
Revision:511016Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.15.1

- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/guard/guard/releases
2.15.0
15 Nov 2018 19:07:15
Revision:485029Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.15.0

Changes:	https://github.com/guard/guard/releases
2.14.2
04 Jan 2018 20:11:32
Revision:458066Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.14.2

Changes:	https://github.com/guard/guard/releases
2.14.1
29 Jan 2017 16:05:06
Revision:432768Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.14.1

- Sort PLIST_FILES

Changes:	https://github.com/guard/guard/releases
2.14.0
23 May 2016 03:51:10
Revision:415673Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.14.0

Changes:	https://github.com/guard/guard/releases
2.13.0
27 Apr 2016 21:57:32
Revision:414136Original commit files touched by this commit
swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
2.13.0
27 Apr 2016 16:36:42
Revision:414118Original commit files touched by this commit
swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2.13.0
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
2.13.0
25 Sep 2015 18:49:17
Revision:397856Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
2.13.0
13 Aug 2015 17:39:32
Revision:394174Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove RG link
2.13.0
28 Jul 2015 13:21:19
Revision:393075Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.13.0

Changes:	https://github.com/guard/guard/releases
2.12.9
24 Jul 2015 08:58:50
Revision:392785Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.9

Changes:	https://github.com/guard/guard/releases
2.12.8
06 Jul 2015 17:46:08
Revision:391443Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.8

Changes:	https://github.com/guard/guard/releases
2.12.7
28 Jun 2015 17:54:00
Revision:390807Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.7

Changes:	https://github.com/guard/guard/releases
2.12.6
09 Jun 2015 18:28:59
Revision:388954Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.6
- Add NO_ARCH

Changes:	https://github.com/guard/guard/releases
2.12.5
15 Mar 2015 08:47:01
Revision:381303Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.5

Changes:	https://github.com/guard/guard/releases
2.12.4
24 Feb 2015 17:02:17
Revision:379825Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.4

Changes:	https://github.com/guard/guard/releases
2.12.3
21 Feb 2015 08:38:55
Revision:379488Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.3

Changes:	https://github.com/guard/guard/releases
2.12.2
20 Feb 2015 15:48:47
Revision:379440Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.2

Changes:	https://github.com/guard/guard/releases
2.12.1
18 Feb 2015 16:20:56
Revision:379249Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.12.1

Changes:	https://github.com/guard/guard/releases
2.11.1
08 Jan 2015 19:05:14
Revision:376562Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.11.1

Changes:	https://github.com/guard/guard/releases
2.11.0
07 Jan 2015 17:56:01
Revision:376479Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.11.0

Changes:	https://github.com/guard/guard/releases
2.10.5
24 Dec 2014 06:14:55
Revision:375405Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10.5

Changes:	https://github.com/guard/guard/releases
2.10.4
20 Dec 2014 18:15:06
Revision:375048Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10.4

Changes:	https://github.com/guard/guard/releases
2.10.2
13 Dec 2014 04:00:46
Revision:374628Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10.2

Changes:	https://github.com/guard/guard/releases
2.10.1
06 Dec 2014 19:05:06
Revision:374134Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10.1

Changes:	https://github.com/guard/guard/releases
2.10.0
05 Dec 2014 15:26:56
Revision:374035Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.10.0

Changes:	https://github.com/guard/guard/releases
2.9.0
04 Dec 2014 15:08:49
Revision:373934Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.9.0

Changes:	https://github.com/guard/guard/releases
2.8.2
24 Nov 2014 18:28:01
Revision:373277Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.8.2

Changes:	https://github.com/guard/guard/releases
2.6.1
08 May 2014 03:04:01
Revision:353243Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.6.1

Changes:	https://github.com/guard/guard/releases
2.6.0
25 Mar 2014 19:33:39
Revision:349171Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.6.0

Changes:	https://github.com/guard/guard/releases
2.5.1
27 Feb 2014 08:21:10
Revision:346250Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.5.1

Changes:	https://github.com/guard/guard/releases
2.5.0
25 Feb 2014 15:40:35
Revision:346032Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.5.0

Changes:	https://github.com/guard/guard/releases
2.4.0
09 Feb 2014 17:24:07
Revision:343530Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.4.0

Changes:	https://github.com/guard/guard/releases
2.3.0
19 Jan 2014 09:27:13
Revision:340253Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.3.0

Changes:	https://github.com/guard/guard/releases
2.2.5
19 Dec 2013 07:57:43
Revision:336880Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.5

Changes:	https://github.com/guard/guard/releases
2.2.4
18 Nov 2013 15:39:12
Revision:334212Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.4

Changes:	https://github.com/guard/guard/releases
2.2.3
05 Nov 2013 19:04:39
Revision:332894Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.3

Changes:	https://github.com/guard/guard/releases
2.2.2
26 Oct 2013 13:28:01
Revision:331686Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.2
- Support STAGEDIR

Changes:	https://github.com/guard/guard/releases
2.2.1
25 Oct 2013 13:36:04
Revision:331577Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.2.1

Changes:	https://github.com/guard/guard/releases
2.1.1
20 Oct 2013 08:34:40
Revision:330992Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.1.1

Changes:	https://github.com/guard/guard/releases
2.1.0
19 Oct 2013 15:23:51
Revision:330883Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.1.0

Changes:	https://github.com/guard/guard/releases
2.0.5
12 Oct 2013 16:40:09
Revision:330144Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0.5

Changes:	https://github.com/guard/guard/releases
2.0.4
11 Oct 2013 14:09:11
Revision:330077Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0.4

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2.0.3
08 Oct 2013 14:06:14
Revision:329786Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0.3

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2.0.2
07 Oct 2013 19:20:37
Revision:329726Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0.2

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
2.0.1
06 Oct 2013 18:32:11
Revision:329618Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.0.1

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.8.3
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.8.3
17 Sep 2013 16:28:08
Revision:327484Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.8.3

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.8.2
06 Aug 2013 15:57:36
Revision:324320Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.8.2

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.8.1
22 Jun 2013 03:45:40
Revision:321541Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.8.1

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.8.0
08 Jun 2013 22:37:58
Revision:320301Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
1.8.0
21 Apr 2013 10:16:44
Revision:316173Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.8.0

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
Feature safe:	yes
1.7.0
16 Apr 2013 16:14:29
Revision:315838Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.7.0

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
Feature safe:	yes
1.6.2
30 Jan 2013 19:33:55
Revision:311260Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.6.2

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.6.0
23 Dec 2012 17:49:06
Revision:309440Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.6.0

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.5.4
04 Dec 2012 06:09:38
Revision:308197Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.5.4
- Cleanup Makefile header

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
Feature safe:	yes
1.4.0
29 Sep 2012 17:57:17
Revision:305041Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.4.0

Changes:	https://github.com/guard/guard/blob/master/CHANGELOG.md
1.0.3
15 May 2012 03:37:35
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.3

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
1.0.2
01 May 2012 17:01:47
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.2

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
1.0.1
12 Mar 2012 02:29:30
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.1

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
Feature safe:   yes
1.0.0
26 Jan 2012 00:42:46
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.0.0

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.10.0
04 Jan 2012 03:51:14
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.10.0

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.9.4
26 Dec 2011 09:51:54
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.4
- Update WWW in pkg-descr

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.9.3
23 Dec 2011 21:30:47
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.3

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.9.1
21 Dec 2011 12:06:28
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.1

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.8.8
20 Dec 2011 00:29:17
Original commit files touched by this commit
pgollucci search for other commits by this committer
- One WWW line in pkg-descr will do just fine
0.8.8
16 Nov 2011 18:57:10
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix CATEGORIES: it should be rubygems, not ruby

Feature safe:   yes
0.8.8
29 Oct 2011 03:51:53
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add RG as secondary WWW
0.8.8
24 Oct 2011 14:52:40
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.8.8

Changes:        https://github.com/guard/guard/blob/master/CHANGELOG.md
0.8.7
22 Oct 2011 13:04:15
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add rubygem-guard 0.8.7

Guard is a command line tool that easily handle events on files modifications.

WWW: https://github.com/guard/guard

Number of commits found: 82