Rémy Coutable
36d55d60ec
Added new features to Changelog
2011-05-27 18:02:25 +02:00
Rémy Coutable
72734e1587
Fixed a bug preventing from using "guard :test" in Guardfile!
2011-05-27 17:56:46 +02:00
Rémy Coutable
b471405f4d
Merge branch 'master' of https://github.com/anithri/guard into anithri-master-55
...
Conflicts:
lib/guard/notifier.rb
spec/guard/dsl_spec.rb
spec/guard/listeners/polling_spec.rb
spec/guard/notifier_spec.rb
2011-05-27 17:56:18 +02:00
Thibaud Guillaume-Gentil
06c3cda93c
Merge pull request #69 from tinogomes/patch-1
...
Edited README.markdown via GitHub
2011-05-27 05:18:54 -07:00
Celestino Gomes
af7dbb9302
Edited README.markdown via GitHub
2011-05-27 05:13:39 -07:00
Thibaud Guillaume-Gentil
b1231753a1
Merge pull request #68 from johnbintz/digest-fix
...
Fix for resolving the Digest module
2011-05-26 23:23:28 -07:00
Thibaud Guillaume-Gentil
ce2a5c5980
Merge pull request #66 from johnbintz/better-class-name-generation
...
Support for dashes in guard names
2011-05-24 01:08:29 -07:00
John Bintz
307d13a517
fix for resolving the digest module
2011-05-23 21:36:51 -04:00
John Bintz
310bc5b644
support for dashes in guard names
2011-05-23 19:07:12 -04:00
Yann Lugrin
492b5a4114
require guard/ui because notifier can be required without full guard
2011-05-23 22:35:37 +02:00
Thibaud Guillaume-Gentil
284747befb
Updated travis-ci png
2011-05-17 06:00:45 -07:00
Thibaud Guillaume-Gentil
6a0121bcb9
Merge pull request #62 from stereobooster/master
...
rake specs:portability task for windows
2011-05-15 11:33:15 -07:00
slavic
84bcf671b4
rake specs:portability task for windows
2011-05-15 13:30:30 +03:00
slavic
9a4039d9e1
Merge commit '55946927c2ea0051e18c59fcccb67223c3964100'
2011-05-15 12:45:42 +03:00
Thibaud Guillaume-Gentil
55946927c2
Required growl/libnotify each time in Guard::Notifier.notify for guard-rspec formatter that is called out of guard scope
2011-05-13 22:24:49 +02:00
Thibaud Guillaume-Gentil
e0ca761a25
Removed useless \n when saying 'Bye bye...'
2011-05-13 22:05:58 +02:00
Thibaud Guillaume-Gentil
71d8c7009b
Back to ENV['GUARD_NOTIFY"] for listener on/off feature because of guard-rspec formatter.
2011-05-13 21:48:30 +02:00
Thibaud Guillaume-Gentil
66c5a05349
Updated RSpec dev dep (~> 2.6.0)
2011-05-13 21:47:02 +02:00
Michael Kessler
30e4611342
Update the last event time after the rest period.
2011-05-13 12:33:56 +02:00
Michael Kessler
5f0c815256
Cleaning up all specs.
...
I basically went through all specs and applied the following rules:
* Use `describe` for methods and `context` for contexts.
* All class methods starts with `.` and instance methods with `#`.
* Removed all `it should`, because the specs _have to_.
* Applied a consistant naming on all listener specs.
* Make fixture usage more fail save by giving generous sleep times.
* Make all behaviour description non-technical and easy to understand.
The goal of this excercise was to have a documentation that is easy
readable and describes the behaviour and not the implementation.
Try it out by using the RSpec documentation format!
2011-05-13 11:26:05 +02:00
Michael Kessler
34a77dea1a
Use the latest guard-rspec for development.
2011-05-13 11:22:12 +02:00
Michael Kessler
1db2456a45
Avoid result sorting by using =~ for array matching.
2011-05-13 09:01:12 +02:00
Michael Kessler
4e47e3e652
Wait 1 second before continue, so the fixture modifications won't influence the subsequent specs.
...
This is merely a guess, because all specs pass fine on the local machine but on Travis CI the next
spec that uses the fixtures fails. This might be a problem related to the rounding of the timestamps
in #file_modified?.
2011-05-12 20:27:07 +02:00
Michael Kessler
beb9f92409
Don't rely on the (almost random) order of an Array.
2011-05-12 18:16:32 +02:00
Michael Kessler
d3dab8b962
Remove unnecessary File creation. Specs are now passing on 1.8.7.
2011-05-12 17:01:48 +02:00
Michael Kessler
3a87a4305c
Merge pull request #61 from netzpirat/modified_files_spec
...
Add missing specs for file modification detection (See SHA: 0dcf13d77c
2011-05-12 07:39:59 -07:00
Michael Kessler
a1606b511f
Fix sleep typo
2011-05-12 15:03:55 +02:00
Michael Kessler
d36f4c332f
Add missing specs for file modification detection (See SHA: 0dcf13d77c
)
2011-05-12 15:01:21 +02:00
Scott Parrish
3f15bbc1f0
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
lib/guard/notifier.rb
spec/guard/notifier_spec.rb
2011-05-11 13:19:15 -06:00
Thibaud Guillaume-Gentil
f424854e61
Refactorized notifier enabling/disabling
2011-05-10 21:22:25 +02:00
Thibaud Guillaume-Gentil
0dcf13d77c
- Handled quick file (<1s) modification
...
- Avoid to catch modified files without content modification (sha1 checksum)
(Specs needed)
2011-05-09 09:39:11 +02:00
Thibaud Guillaume-Gentil
f7140f2b1c
Removed commented stuff
2011-05-09 09:36:09 +02:00
Thibaud Guillaume-Gentil
ec2de278ad
Removed bundler dev dep version (Travis is now using 1.1.pre.4)
2011-05-08 22:08:28 +02:00
Thibaud Guillaume-Gentil
aabf0583b3
Merge branch 'master' of github.com:guard/guard
...
Conflicts:
lib/guard.rb
spec/guard_spec.rb
2011-05-08 22:01:35 +02:00
Thibaud Guillaume-Gentil
29ad7cd8b1
Updated gem dev deps
2011-05-08 21:56:59 +02:00
Thibaud Guillaume-Gentil
1e5ab84b3a
Fixed Guard::Notifier (when growl/libnotify not present)
2011-05-08 21:56:46 +02:00
Rémy Coutable
6d5cb96eef
Removed unexpected "`" in README
2011-05-07 15:58:19 -07:00
Scott Parrish
6b35e96e8d
previous changes were made to Dsl that built on the options hash that was passed to it.
...
Except the options hash is actually a
Thor::CoreExt::HashWithIndifferentAccess
so, i reorganized the internal access and storage to read original data from the passed hash, but stores it into a local hash.
No tests changed since no external behavior changed. All tests passed.
This fixes the issue when the binary is run and results in a
can't modify frozen hash (RuntimeError)
small change to fix specs to run and always have @@orig_options be locked.
2011-05-07 12:43:24 -06:00
Scott Parrish
2a834e1228
previous changes were made to Dsl that built on the options hash that was passed to it.
...
Except the options hash is actually a
Thor::CoreExt::HashWithIndifferentAccess
so, i reorganized the internal access and storage to read original data from the passed hash, but stores it into a local hash.
No tests changed since no external behavior changed. All tests passed.
This fixes the issue when the binary is run and results in a
can't modify frozen hash (RuntimeError)
2011-05-07 12:04:59 -06:00
Rémy Coutable
b7137bbf0c
Made the README even more gorgeous!
2011-05-07 19:09:43 +02:00
Rémy Coutable
057549a84d
Readme cleanup
2011-05-07 19:00:21 +02:00
Rémy Coutable
df98c4ff4c
Merge branch 'master' of github.com:guard/guard
2011-05-07 18:48:13 +02:00
Rémy Coutable
d7b0876178
Merge pull request #60 from stereobooster/master
...
Windows support!
2011-05-07 09:47:18 -07:00
Rémy Coutable
9cfe8d3635
Don't modify a frozen hash.
2011-05-07 18:40:13 +02:00
slavic
29069cdeb7
Update documentation for windows support
2011-05-07 15:18:32 +03:00
slavic
92f81d383a
Merge with current guard (commit '5352528530f29d3db523261560ee6920063c85b5')
2011-05-07 15:17:41 +03:00
slavic
5c93116d6f
Update documentation for windows support
2011-05-07 13:40:45 +03:00
slavic
fc9c5f4284
Merge windows branch. Tested 1.8.7-p334-i386-mingw32 & 1.9.2-p180-i386-mingw32
2011-05-07 13:18:24 +03:00
Scott Parrish
562c367383
Made slight alteration to Guard::Notifier. pulled out logic into #should_send? to allow for stubbing in tests and added #turn_on to allow more flexibility for when things are or are not sent.
...
Notifier Specs changed to make pass, expanded and to use new notify strategies. NOTE mac tests not tested.
i like the @enable as opposed to @disable, should be easy to reverse if necessary though
2011-05-07 00:43:21 -06:00
Scott Parrish
c749a311c3
slight changes to specs
2011-05-06 21:38:53 -06:00