influence 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/influencer +3 -1
  2. data/influence.gem +1 -1
  3. metadata +1 -1
data/bin/influencer CHANGED
@@ -33,11 +33,13 @@ module Influence
33
33
  rescue Errno::ECONNREFUSED => err
34
34
  puts "Could not connect to #{@host}:#{@port}. Check that the influence server is running with 'influence_server status'."
35
35
  puts err if $DEBUG
36
+ rescue SocketError => err
37
+ puts "Cannot resolve host address #{@host}. Check host name or address."
38
+ puts err if $DEBUG
36
39
  end
37
40
  end#class
38
41
  end#module
39
42
 
40
-
41
43
  if '-h' == ARGV[0] || '-help' == ARGV[0] || '--help' == ARGV[0]
42
44
  puts "Usage: influencer [host] [port]"
43
45
  else
data/influence.gem CHANGED
@@ -1,7 +1,7 @@
1
1
  $DEBUG=true
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "influence"
4
- s.version = "0.0.5"
4
+ s.version = "0.0.6"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["Jim Freeze"]
7
7
  s.email = ["jimfreeze@gmail.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influence
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: