bastion-cli 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -2
  3. data/lib/bastion/version.rb +1 -1
  4. data/readme.md +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abd0db0f5b7dc4e715b645bc2632ee61164bb71a
4
- data.tar.gz: 44238022ccd413da5fb9ca5d59e00225fd3cc7ce
3
+ metadata.gz: 4c5ce7d72a6f891e49e5195128676560a4f96c14
4
+ data.tar.gz: 67a2d7fd1cd299e964a0f8a301e8b79f69963932
5
5
  SHA512:
6
- metadata.gz: 95f189041a69684b32bf1d321e7335e3027abaf41ba04c2ab122b3c60ac93f9d9f8f83ad74c3d409ad89b8690a02930700a1333588d3f51c1dc424116aed9d96
7
- data.tar.gz: 5329c6b6b277f1ed2e8a865dff6ef41a2395dd069159ffc015560949e0302b66fa19591a065a6360fc0734c520b71e629a8865dd26c084fcf6ca02de450dc216
6
+ metadata.gz: c1327871ba8c300b1705fc85285d0446612eae383fa30d098becef56007e885f98a3ab418141caf88c9462bec764610086b8b17d337b070bf22a3eea9ab8223d
7
+ data.tar.gz: 49db9c46b85ce82ae65422ccf0613ff6256592d6001ace013356fd77164b78624ccb73912f997a75f35d5e2b176e41185db06a824438f2fd82a1a2f165c588c7
data/Rakefile CHANGED
@@ -15,8 +15,13 @@ desc "Reinstalls"
15
15
  task :reinstall do
16
16
  puts "I'm going to remove this gem to install it again"
17
17
  system "sudo gem uninstall -x bastion-cli"
18
- puts "Sleeping for 10 seconds..."
19
- sleep 10
18
+ print "Sleeping for 20 seconds"
19
+ i = 0
20
+ while i < 20
21
+ print "."
22
+ i += 1
23
+ sleep 1
24
+ end
20
25
  system "sudo gem install bastion-cli"
21
26
  end
22
27
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module Bastion
3
- VERSION = "0.7.4"
3
+ VERSION = "0.7.5"
4
4
  end
data/readme.md CHANGED
@@ -46,5 +46,5 @@ bastion host:
46
46
 
47
47
  The pecking order is:
48
48
 
49
- - BASTION_HOST environment variable
49
+ - `BASTION_HOST` environment variable
50
50
  - Default value on `${HOME}/.bastion`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bastion-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ptdorf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-08 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor