Skip to content
Snippets Groups Projects
  1. Sep 17, 2013
  2. Sep 12, 2013
  3. Sep 11, 2013
  4. Sep 10, 2013
  5. Sep 09, 2013
  6. Sep 06, 2013
  7. Sep 05, 2013
    • Rémy Coutable's avatar
      Merge branch 'master' into v2.0 · f4bc1d16
      Rémy Coutable authored
      Conflicts:
      	.gitignore
      	.travis.yml
      	CHANGELOG.md
      	README.md
      	guard.gemspec
      	lib/guard.rb
      	lib/guard/guardfile.rb
      	lib/guard/interactor.rb
      	lib/guard/notifier.rb
      	lib/guard/notifiers/notifysend.rb
      	lib/guard/notifiers/rb_notifu.rb
      	lib/guard/version.rb
      	spec/guard/dsl_describer_spec.rb
      	spec/guard/dsl_spec.rb
      	spec/guard/guardfile_spec.rb
      	spec/guard/notifier_spec.rb
      	spec/guard/notifiers/gntp_spec.rb
      	spec/guard/notifiers/notifysend_spec.rb
      	spec/guard/runner_spec.rb
      	spec/guard/watcher_spec.rb
      	spec/guard_spec.rb
      f4bc1d16
  8. Aug 15, 2013
  9. Aug 10, 2013
  10. Jul 30, 2013
  11. Jul 15, 2013
  12. Jul 03, 2013
  13. Jul 02, 2013
  14. Jun 17, 2013
  15. Jun 07, 2013
  16. May 17, 2013
    • Michael Kessler's avatar
      Escape `notify-send` arguments. · a0c1f80f
      Michael Kessler authored
      I have no idea how to write a failing spec, because escaping
      happens within `system` when you provide each argument
      as parameter.
      
      system([env,] command... [,options]) → true, false or nil
      
      (Fixes #443)
      a0c1f80f
  17. Apr 20, 2013
Loading