vmfloaty 0.9.2 → 1.1.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.
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmfloaty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cain
8
+ - Puppet
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2020-02-06 00:00:00.000000000 Z
12
+ date: 2020-10-16 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: colorize
@@ -28,16 +29,22 @@ dependencies:
28
29
  name: commander
29
30
  requirement: !ruby/object:Gem::Requirement
30
31
  requirements:
31
- - - "~>"
32
+ - - ">="
32
33
  - !ruby/object:Gem::Version
33
34
  version: 4.4.3
35
+ - - "<"
36
+ - !ruby/object:Gem::Version
37
+ version: 4.6.0
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
37
41
  requirements:
38
- - - "~>"
42
+ - - ">="
39
43
  - !ruby/object:Gem::Version
40
44
  version: 4.4.3
45
+ - - "<"
46
+ - !ruby/object:Gem::Version
47
+ version: 4.6.0
41
48
  - !ruby/object:Gem::Dependency
42
49
  name: faraday
43
50
  requirement: !ruby/object:Gem::Requirement
@@ -55,6 +62,7 @@ dependencies:
55
62
  description: A helper tool for vmpooler to help you stay afloat
56
63
  email:
57
64
  - brianccain@gmail.com
65
+ - dio-gems@puppet.com
58
66
  executables:
59
67
  - floaty
60
68
  extensions: []
@@ -64,12 +72,14 @@ files:
64
72
  - README.md
65
73
  - bin/floaty
66
74
  - extras/completions/floaty.bash
75
+ - extras/completions/floaty.zsh
67
76
  - lib/vmfloaty.rb
68
77
  - lib/vmfloaty/abs.rb
69
78
  - lib/vmfloaty/auth.rb
70
79
  - lib/vmfloaty/conf.rb
71
80
  - lib/vmfloaty/errors.rb
72
81
  - lib/vmfloaty/http.rb
82
+ - lib/vmfloaty/logger.rb
73
83
  - lib/vmfloaty/nonstandard_pooler.rb
74
84
  - lib/vmfloaty/pooler.rb
75
85
  - lib/vmfloaty/service.rb
@@ -86,7 +96,7 @@ files:
86
96
  - spec/vmfloaty/ssh_spec.rb
87
97
  - spec/vmfloaty/utils_spec.rb
88
98
  - spec/vmfloaty/vmfloaty_services_spec.rb
89
- homepage: https://github.com/briancain/vmfloaty
99
+ homepage: https://github.com/puppetlabs/vmfloaty
90
100
  licenses:
91
101
  - Apache-2.0
92
102
  metadata: {}
@@ -105,18 +115,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
115
  - !ruby/object:Gem::Version
106
116
  version: '0'
107
117
  requirements: []
108
- rubygems_version: 3.0.3
118
+ rubygems_version: 3.1.2
109
119
  signing_key:
110
120
  specification_version: 4
111
121
  summary: CLI application to interface with vmpooler
112
122
  test_files:
113
- - spec/spec_helper.rb
114
- - spec/vmfloaty/auth_spec.rb
123
+ - spec/vmfloaty/vmfloaty_services_spec.rb
115
124
  - spec/vmfloaty/utils_spec.rb
116
- - spec/vmfloaty/nonstandard_pooler_spec.rb
117
- - spec/vmfloaty/ssh_spec.rb
118
- - spec/vmfloaty/service_spec.rb
119
- - spec/vmfloaty/pooler_spec.rb
120
125
  - spec/vmfloaty/abs/auth_spec.rb
121
126
  - spec/vmfloaty/abs_spec.rb
122
- - spec/vmfloaty/vmfloaty_services_spec.rb
127
+ - spec/vmfloaty/pooler_spec.rb
128
+ - spec/vmfloaty/ssh_spec.rb
129
+ - spec/vmfloaty/service_spec.rb
130
+ - spec/vmfloaty/nonstandard_pooler_spec.rb
131
+ - spec/vmfloaty/auth_spec.rb
132
+ - spec/spec_helper.rb