guard-zeus 1.0.0.pre.alpha.pre.29 → 1.0.0.pre.alpha.pre.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/guard/zeus.rb +4 -6
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDU3NWFiMDllNmEzMzEyZjM5ZTYzYjdlODA3YWFkM2FiYWNmNTU0Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2RlOWM2NGVjMjVmNDczOGZhMmUzNzUxNmI1MTlhM2FhOTE2MmI0YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTEwMDk3Mzg3NDM5NzFlYmE2OWVjZDFjYmM4ZjFlYzgyOTJkOTNhNTkyMjU1
|
|
10
|
+
ZGFjZmZlZTMyMTU2ZmE0YWQ2NDNiZTA4YjFmMjEzMWM2NGUwZGZlNTFiOTZh
|
|
11
|
+
MTEyMmJiOGI2MGM1NjdmMDczM2YwZjYxZDQ2MTcyODE3ZmE4NzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MmNjNTcyNWM3OTU3ZGY4NzJkNDllMzU2Mzg4ZTc2MjZiODViOWI5ZWYyYzY3
|
|
14
|
+
MjQ4Y2RiZGM1MTVlNDZiYjdjZjRhMDRlNWJlOTRkZmMwNGM3YTUxZDE5NWEw
|
|
15
|
+
ZWQ3MTA1MjAzMTA1MGNlNTFiYWRmNTg1YjFmMTVlYmEzNWZjMjA=
|
data/lib/guard/zeus.rb
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
require 'guard'
|
|
2
|
-
require 'guard/
|
|
2
|
+
require 'guard/plugin'
|
|
3
3
|
|
|
4
4
|
module Guard
|
|
5
|
-
class Zeus <
|
|
5
|
+
class Zeus < Plugin
|
|
6
6
|
|
|
7
7
|
autoload :Runner, 'guard/zeus/runner'
|
|
8
8
|
attr_accessor :runner
|
|
9
9
|
|
|
10
|
-
def initialize(
|
|
10
|
+
def initialize(options={})
|
|
11
11
|
super
|
|
12
12
|
@runner = Runner.new(options)
|
|
13
13
|
end
|
|
@@ -26,11 +26,9 @@ module Guard
|
|
|
26
26
|
runner.run_all
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
def
|
|
29
|
+
def run_on_modifications(paths)
|
|
30
30
|
runner.run(paths)
|
|
31
31
|
end
|
|
32
|
-
# for guard 1.0.x and earlier
|
|
33
|
-
alias :run_on_change :run_on_changes
|
|
34
32
|
|
|
35
33
|
def stop
|
|
36
34
|
runner.kill_zeus
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-zeus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.pre.alpha.pre.
|
|
4
|
+
version: 1.0.0.pre.alpha.pre.34
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jonathangreenberg
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '
|
|
21
|
+
version: '2.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - ~>
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: '
|
|
28
|
+
version: '2.0'
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: zeus
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -60,14 +60,14 @@ dependencies:
|
|
|
60
60
|
requirements:
|
|
61
61
|
- - ~>
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: '2.
|
|
63
|
+
version: '2.14'
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ~>
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: '2.
|
|
70
|
+
version: '2.14'
|
|
71
71
|
description: Guard::Zeus automatically manage zeus
|
|
72
72
|
email:
|
|
73
73
|
- greenberg@entryway.net
|