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.
Files changed (3) hide show
  1. data/bin/gorgon +1 -1
  2. data/lib/gorgon/version.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module Gorgon
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.1
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-21 00:00:00.000000000 Z
16
+ date: 2012-12-31 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rake