vmfloaty 0.10.0 → 1.2.0

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.
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.10.0
4
+ version: 1.2.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-04 00:00:00.000000000 Z
12
+ date: 2021-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
@@ -72,12 +72,14 @@ 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
78
79
  - lib/vmfloaty/conf.rb
79
80
  - lib/vmfloaty/errors.rb
80
81
  - lib/vmfloaty/http.rb
82
+ - lib/vmfloaty/logger.rb
81
83
  - lib/vmfloaty/nonstandard_pooler.rb
82
84
  - lib/vmfloaty/pooler.rb
83
85
  - lib/vmfloaty/service.rb
@@ -98,7 +100,7 @@ homepage: https://github.com/puppetlabs/vmfloaty
98
100
  licenses:
99
101
  - Apache-2.0
100
102
  metadata: {}
101
- post_install_message:
103
+ post_install_message:
102
104
  rdoc_options: []
103
105
  require_paths:
104
106
  - lib
@@ -113,18 +115,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
115
  - !ruby/object:Gem::Version
114
116
  version: '0'
115
117
  requirements: []
116
- rubygems_version: 3.0.3
117
- signing_key:
118
+ rubygems_version: 3.2.3
119
+ signing_key:
118
120
  specification_version: 4
119
121
  summary: CLI application to interface with vmpooler
120
122
  test_files:
121
123
  - spec/spec_helper.rb
122
- - spec/vmfloaty/vmfloaty_services_spec.rb
123
- - spec/vmfloaty/service_spec.rb
124
124
  - spec/vmfloaty/abs/auth_spec.rb
125
- - spec/vmfloaty/nonstandard_pooler_spec.rb
126
- - spec/vmfloaty/ssh_spec.rb
127
- - spec/vmfloaty/utils_spec.rb
128
125
  - spec/vmfloaty/abs_spec.rb
129
126
  - spec/vmfloaty/auth_spec.rb
127
+ - spec/vmfloaty/nonstandard_pooler_spec.rb
130
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