maxim-lighthouse_cli 1.2.0 → 1.2.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -15,6 +15,8 @@ module LighthouseCLI
15
15
  else
16
16
  puts "Unknown command \"#{meth}\"."
17
17
  end
18
+ rescue ActiveResource::TimeoutError, ActiveResource::ServerError
19
+ puts "There seems to be a problem with lighthouse server. Try again in a few."
18
20
  end
19
21
  end
20
22
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{lighthouse_cli}
8
- s.version = "1.2.0"
8
+ s.version = "1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Maxim Chernyak"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxim-lighthouse_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Chernyak
@@ -66,7 +66,6 @@ files:
66
66
  - vendor/lighthouse-api/lib/lighthouse/console.rb
67
67
  has_rdoc: false
68
68
  homepage: http://github.com/maxim/lighthouse_cli
69
- licenses:
70
69
  post_install_message:
71
70
  rdoc_options:
72
71
  - --charset=UTF-8
@@ -87,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
86
  requirements: []
88
87
 
89
88
  rubyforge_project:
90
- rubygems_version: 1.3.5
89
+ rubygems_version: 1.2.0
91
90
  signing_key:
92
91
  specification_version: 3
93
92
  summary: A quick command line interface to lighthouse.