diff options
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 15b4f23a626..85bda658fb7 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -234,6 +234,28 @@ scripts from simple YAML configuration.") | |||
| 234 | (home-page "https://docopt.org/") | 234 | (home-page "https://docopt.org/") |
| 235 | (license license:expat))) | 235 | (license license:expat))) |
| 236 | 236 | ||
| 237 | (define-public ruby-filewatcher | ||
| 238 | (package | ||
| 239 | (name "ruby-filewatcher") | ||
| 240 | (version "2.1.0") | ||
| 241 | (source | ||
| 242 | (origin | ||
| 243 | (method url-fetch) | ||
| 244 | (uri (rubygems-uri "filewatcher" version)) | ||
| 245 | (sha256 | ||
| 246 | (base32 "03f9v57c5zag09mi10yjhdx7y0vv2w5wrnwzbij9hhkwh43rk077")))) | ||
| 247 | (build-system ruby-build-system) | ||
| 248 | (arguments | ||
| 249 | (list | ||
| 250 | ;;TODO: Investigate why tests fail | ||
| 251 | #:tests? #f)) | ||
| 252 | (propagated-inputs (list ruby-module-methods)) | ||
| 253 | (synopsis "Ruby gem to perform actions when files are changed") | ||
| 254 | (description "Detect changes in file system. Works anywhere. No config | ||
| 255 | files. Pure Ruby implementation and minimalistic Ruby API.") | ||
| 256 | (home-page "http://github.com/filewatcher/filewatcher") | ||
| 257 | (license license:expat))) | ||
| 258 | |||
| 237 | (define-public ruby-highline | 259 | (define-public ruby-highline |
| 238 | (package | 260 | (package |
| 239 | (name "ruby-highline") | 261 | (name "ruby-highline") |
