guard 0.6.3 → 0.7.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
data/man/guard.1 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "GUARD" "1" "August 2011" "" ""
4
+ .TH "GUARD" "1" "September 2011" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBguard\fR \- Guard keeps an eye on your file modifications\.
@@ -41,7 +41,7 @@ Tells Guard to watch PATH instead of \fB\./\fR\.
41
41
  .P
42
42
  \fB\-G\fR, \fB\-\-guardfile\fR \fIFILE\fR Tells Guard to use FILE as its Guardfile instead of \fB\./Guardfile\fR or \fB~/\.Guardfile\fR\.
43
43
  .
44
- .SS "init [GUARD]"
44
+ .SS "init <a href=\"guard\.html\">GUARD</a>"
45
45
  If no Guardfile is present in the current directory, creates an empty Guardfile\.
46
46
  .
47
47
  .P
data/man/guard.1.html CHANGED
@@ -112,7 +112,7 @@
112
112
  <p><code>-G</code>, <code>--guardfile</code> <var>FILE</var>
113
113
  Tells Guard to use FILE as its Guardfile instead of <code>./Guardfile</code> or <code>~/.Guardfile</code>.</p>
114
114
 
115
- <h3 id="init-GUARD-">init [GUARD]</h3>
115
+ <h3 id="init-GUARD">init <a href="guard.html">GUARD</a></h3>
116
116
 
117
117
  <p>If no Guardfile is present in the current directory, creates an empty Guardfile.</p>
118
118
 
@@ -167,7 +167,7 @@ https://github.com/guard/guard/blob/master/CHANGELOG.md</p>
167
167
 
168
168
  <ol class='man-decor man-foot man foot'>
169
169
  <li class='tl'></li>
170
- <li class='tc'>August 2011</li>
170
+ <li class='tc'>September 2011</li>
171
171
  <li class='tr'>guard(1)</li>
172
172
  </ol>
173
173
 
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
5
- prerelease:
4
+ version: 0.7.0.rc1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thibaud Guillaume-Gentil
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-01 00:00:00.000000000Z
12
+ date: 2011-09-05 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
- requirement: &70194363346280 !ruby/object:Gem::Requirement
16
+ requirement: &70272879296960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70194363346280
24
+ version_requirements: *70272879296960
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &70194363334300 !ruby/object:Gem::Requirement
27
+ requirement: &70272879296200 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 2.6.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70194363334300
35
+ version_requirements: *70272879296200
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: guard-rspec
38
- requirement: &70194363333680 !ruby/object:Gem::Requirement
38
+ requirement: &70272879295180 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 0.3.1
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70194363333680
46
+ version_requirements: *70272879295180
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: thor
49
- requirement: &70194363333100 !ruby/object:Gem::Requirement
49
+ requirement: &70272879294180 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: 0.14.6
55
55
  type: :runtime
56
56
  prerelease: false
57
- version_requirements: *70194363333100
57
+ version_requirements: *70272879294180
58
58
  description: Guard is a command line tool to easily handle events on file system modifications.
59
59
  email:
60
60
  - thibaud@thibaud.me
@@ -69,20 +69,35 @@ files:
69
69
  - images/success.png
70
70
  - lib/guard/cli.rb
71
71
  - lib/guard/dsl.rb
72
+ - lib/guard/dsl.rbc
72
73
  - lib/guard/dsl_describer.rb
74
+ - lib/guard/dsl_describer.rbc
73
75
  - lib/guard/guard.rb
76
+ - lib/guard/guard.rbc
77
+ - lib/guard/hook.rb
74
78
  - lib/guard/interactor.rb
79
+ - lib/guard/interactor.rbc
75
80
  - lib/guard/listener.rb
81
+ - lib/guard/listener.rbc
76
82
  - lib/guard/listeners/darwin.rb
83
+ - lib/guard/listeners/darwin.rbc
77
84
  - lib/guard/listeners/linux.rb
85
+ - lib/guard/listeners/linux.rbc
78
86
  - lib/guard/listeners/polling.rb
87
+ - lib/guard/listeners/polling.rbc
79
88
  - lib/guard/listeners/windows.rb
89
+ - lib/guard/listeners/windows.rbc
80
90
  - lib/guard/notifier.rb
91
+ - lib/guard/notifier.rbc
81
92
  - lib/guard/templates/Guardfile
82
93
  - lib/guard/ui.rb
94
+ - lib/guard/ui.rbc
83
95
  - lib/guard/version.rb
96
+ - lib/guard/version.rbc
84
97
  - lib/guard/watcher.rb
98
+ - lib/guard/watcher.rbc
85
99
  - lib/guard.rb
100
+ - lib/guard.rbc
86
101
  - CHANGELOG.md
87
102
  - LICENSE
88
103
  - man/guard.1