gorgon 0.4.1 → 0.4.2
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.
- data/bin/gorgon +1 -1
- data/lib/gorgon/version.rb +1 -1
- metadata +2 -2
data/bin/gorgon
CHANGED
|
@@ -51,7 +51,7 @@ def usage
|
|
|
51
51
|
puts "\tstart - remotely runs all tests specified in gorgon.json"
|
|
52
52
|
puts "\tlisten - starts a listener process using the settings in gorgon_listener.json"
|
|
53
53
|
puts "\tping - pings listeners and shows hosts and gorgon's version they are running"
|
|
54
|
-
puts "\tinit [rails] - create initial files for current project
|
|
54
|
+
puts "\tinit [rails] - create initial files for current project"
|
|
55
55
|
puts "\tinstall_listener - runs gorgon listener as a daemon process"
|
|
56
56
|
puts "\tgem command [options...] - execute the gem command on every listener and shutdown listener. e.g. 'gorgon gem install --version 1.0.0'"
|
|
57
57
|
end
|
data/lib/gorgon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gorgon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2012-12-
|
|
16
|
+
date: 2012-12-31 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rake
|