bootic_cli 0.5.6 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 49bd18fc7f0d449645ef1d28eb9a853f71043c83
4
- data.tar.gz: eb87f2f97ff6a447500e863c5eb493ffb7498cda
2
+ SHA256:
3
+ metadata.gz: def2df2eed49539b45547161ee455656398f20b8796eb80b299976f303deb96b
4
+ data.tar.gz: 65c4fe5a6d0a41d0327dc461bddfc0e5c5335681152243481d800dd88fd0b07b
5
5
  SHA512:
6
- metadata.gz: 627e73c724dd7507f9fd1ccc498d447a24df1a7e4dd893ada0d58a2210d07b662edd3b5367cf6be0296d49006a1202244fa0bea96194fe2cb7fc4a59f91cea64
7
- data.tar.gz: e960689cd7576125d98809cffd39ab5483d1be62b405462e6c280823190bc5da4070725a26997841c145812f5e25547530a264d509ae339c9c50f0414761e5bc
6
+ metadata.gz: e02f380074ef425d08187cd0daa9fe12f5e6ef435e8cfa5fc4385ba07b9278e288b9de4ce9e79c8c53fd61a80deca6078ea58e8a131a792dd1f160becaea7e2a
7
+ data.tar.gz: 1bf4e225d6c5339bf31fa570f44542ca67ca933f07edbcdca15f13cfaa1d4d2f9faf74439a61da36bc552c6ef34c2034a627a19647f926dae938eff5a949a4b1
data/README.md CHANGED
@@ -105,3 +105,7 @@ bootic list_products list -s hidden
105
105
  3. Commit your changes (`git commit -am 'Add some feature'`)
106
106
  4. Push to the branch (`git push origin my-new-feature`)
107
107
  5. Create a new Pull Request
108
+
109
+ ## Copyright
110
+
111
+ (c) Bootic. Licensed under the Mozilla Public License v2.0.
data/bootic_cli.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Bootic command-line client.}
13
13
  spec.description = %q{Bootic command-line client.}
14
14
  spec.homepage = "http://www.bootic.io"
15
- spec.license = "MIT"
15
+ spec.license = "MPLv2"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
18
  spec.bindir = 'bin'
@@ -361,6 +361,10 @@ module BooticCli
361
361
  prompt.say("#{file.file_name} looks like a binary file, not a template. Skipping...", :red)
362
362
  # abort
363
363
 
364
+ rescue Net::OpenTimeout, Net::ReadTimeout => e
365
+ prompt.say("I'm having trouble connecting to the server. Please try again in a minute.", :red)
366
+ abort
367
+
364
368
  rescue BooticClient::ServerError => e
365
369
  prompt.say("Couldn't save #{file.file_name}. Please try again in a few minutes.", :red)
366
370
  abort
@@ -1,3 +1,3 @@
1
1
  module BooticCli
2
- VERSION = "0.5.6"
2
+ VERSION = "0.6.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootic_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismael Celis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-01-24 00:00:00.000000000 Z
12
+ date: 2019-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -179,7 +179,7 @@ files:
179
179
  - libexec/inspector
180
180
  homepage: http://www.bootic.io
181
181
  licenses:
182
- - MIT
182
+ - MPLv2
183
183
  metadata: {}
184
184
  post_install_message: |2
185
185
  -------------------------------------------------------------
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  requirements: []
203
203
  rubyforge_project:
204
- rubygems_version: 2.5.1
204
+ rubygems_version: 2.7.3
205
205
  signing_key:
206
206
  specification_version: 4
207
207
  summary: Bootic command-line client.