guard-zeus 2.0.0.pre.alpha.pre.63 → 2.0.0.pre.alpha.pre.69
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTIxMzFhOTc3MmVmY2I2YjljMTNmMGMyMTc0YzVlNDNkNGY3N2Q2NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MWZmN2Q0M2YzODNmNTczZWZhNmE3NDM3MDFhMDRmYTAxZTQ3MWRlZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDg2NWZkNDhkYzgxNzUxNGIxN2UyZTllMWUxMGExOTY4MmE4NjU0YTcyNGUw
|
10
|
+
ZjI0ZjQyMTUyYjdmODA3MTcxMzcwODlmN2QxN2FkMjdjYTY3MjM1NzAzZTQw
|
11
|
+
YzJkMDVhODY3ZTFjN2M0ZjhhYjI4YTEwZWI3ZTNkMDQyMjFkOGI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTU0MDQxYzhiMjQyOGRiMDFjYjNhMDRjZWUyMmY3ZWU0YzM5NTJhZWZhYTY1
|
14
|
+
OGQwNmNmM2M5MjY4NWM0ZmQwODlmMjFiNWRkMWY3ZTIzYjU4MDEwMWNmMTQ2
|
15
|
+
MzVlZmYyZDU1OWIzMGJjMzJkOGFiNzMwZjkwNzQ3MTE1ZTg1MjM=
|
data/README.md
CHANGED
@@ -3,8 +3,8 @@ Guard::Zeus
|
|
3
3
|
|
4
4
|
Guard::Zeus automatically starts and stops [Zeus](https://github.com/burke/zeus).
|
5
5
|
|
6
|
-
[![Build Status](https://travis-ci.org/
|
7
|
-
[![Code Climate](https://codeclimate.com/github/
|
6
|
+
[![Build Status](https://travis-ci.org/guard/guard-zeus.png?branch=master)](https://travis-ci.org/guard/guard-zeus)
|
7
|
+
[![Code Climate](https://codeclimate.com/github/guard/guard-zeus.png)](https://codeclimate.com/github/guard/guard-zeus)
|
8
8
|
|
9
9
|
Install
|
10
10
|
-------
|
@@ -50,8 +50,8 @@ Available options:
|
|
50
50
|
Development
|
51
51
|
-----------
|
52
52
|
|
53
|
-
* Source hosted at [GitHub](https://github.com/
|
54
|
-
* Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/
|
53
|
+
* Source hosted at [GitHub](https://github.com/guard/guard-zeus)
|
54
|
+
* Report issues/Questions/Feature requests on [GitHub Issues](https://github.com/guard/guard-zeus/issues)
|
55
55
|
|
56
56
|
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change
|
57
57
|
you make.
|
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: 2.0.0.pre.alpha.pre.
|
4
|
+
version: 2.0.0.pre.alpha.pre.69
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jonathangreenberg
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-08-
|
13
|
+
date: 2014-08-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: guard
|
@@ -83,7 +83,7 @@ files:
|
|
83
83
|
- lib/guard/zeus/runner.rb
|
84
84
|
- lib/guard/zeus/templates/Guardfile
|
85
85
|
- lib/guard/zeus/version.rb
|
86
|
-
homepage:
|
86
|
+
homepage: https://github.com/guard/guard-zeus
|
87
87
|
licenses: []
|
88
88
|
metadata: {}
|
89
89
|
post_install_message:
|