vmfloaty 0.11.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmfloaty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cain
8
8
  - Puppet
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-08-12 00:00:00.000000000 Z
12
+ date: 2021-03-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
@@ -72,6 +72,7 @@ files:
72
72
  - README.md
73
73
  - bin/floaty
74
74
  - extras/completions/floaty.bash
75
+ - extras/completions/floaty.zsh
75
76
  - lib/vmfloaty.rb
76
77
  - lib/vmfloaty/abs.rb
77
78
  - lib/vmfloaty/auth.rb
@@ -99,7 +100,7 @@ homepage: https://github.com/puppetlabs/vmfloaty
99
100
  licenses:
100
101
  - Apache-2.0
101
102
  metadata: {}
102
- post_install_message:
103
+ post_install_message:
103
104
  rdoc_options: []
104
105
  require_paths:
105
106
  - lib
@@ -114,18 +115,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  - !ruby/object:Gem::Version
115
116
  version: '0'
116
117
  requirements: []
117
- rubygems_version: 3.0.3
118
- signing_key:
118
+ rubygems_version: 3.2.3
119
+ signing_key:
119
120
  specification_version: 4
120
121
  summary: CLI application to interface with vmpooler
121
122
  test_files:
122
123
  - spec/spec_helper.rb
123
- - spec/vmfloaty/vmfloaty_services_spec.rb
124
- - spec/vmfloaty/service_spec.rb
125
124
  - spec/vmfloaty/abs/auth_spec.rb
126
- - spec/vmfloaty/nonstandard_pooler_spec.rb
127
- - spec/vmfloaty/ssh_spec.rb
128
- - spec/vmfloaty/utils_spec.rb
129
125
  - spec/vmfloaty/abs_spec.rb
130
126
  - spec/vmfloaty/auth_spec.rb
127
+ - spec/vmfloaty/nonstandard_pooler_spec.rb
131
128
  - spec/vmfloaty/pooler_spec.rb
129
+ - spec/vmfloaty/service_spec.rb
130
+ - spec/vmfloaty/ssh_spec.rb
131
+ - spec/vmfloaty/utils_spec.rb
132
+ - spec/vmfloaty/vmfloaty_services_spec.rb