proxmox 0.0.1 → 0.0.2
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.
- data/README.md +4 -0
- data/lib/proxmox/version.rb +1 -1
- data/proxmox.gemspec +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -10,6 +10,10 @@ Current build:
|
|
10
10
|
[](https://gemnasium.com/nledez/proxmox)
|
11
11
|
[](https://codeclimate.com/github/nledez/proxmox)
|
12
12
|
|
13
|
+
[![RubyGem]](http://rubygems.org/gems/proxmox)
|
14
|
+
|
15
|
+
[![Rubydoc]](http://rubydoc.info/github/nledez/proxmox/master/frames)
|
16
|
+
|
13
17
|
Inspirated from:
|
14
18
|
https://bitbucket.org/jmoratilla/knife-proxmox/ but I would like to have
|
15
19
|
the same without chef.
|
data/lib/proxmox/version.rb
CHANGED
data/proxmox.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["github@ledez.net"]
|
11
11
|
spec.description = %q{A library to drive a Proxmox host}
|
12
12
|
spec.summary = %q{You need to manage a proxmox host with Ruby? This library is for you.}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/nledez/proxmox"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proxmox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -111,7 +111,7 @@ files:
|
|
111
111
|
- proxmox.gemspec
|
112
112
|
- spec/lib/proxmox_spec.rb
|
113
113
|
- spec/spec_helper.rb
|
114
|
-
homepage:
|
114
|
+
homepage: https://github.com/nledez/proxmox
|
115
115
|
licenses:
|
116
116
|
- MIT
|
117
117
|
post_install_message:
|
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
segments:
|
128
128
|
- 0
|
129
|
-
hash:
|
129
|
+
hash: 1323519915819800965
|
130
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
131
131
|
none: false
|
132
132
|
requirements:
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: '0'
|
136
136
|
segments:
|
137
137
|
- 0
|
138
|
-
hash:
|
138
|
+
hash: 1323519915819800965
|
139
139
|
requirements: []
|
140
140
|
rubyforge_project:
|
141
141
|
rubygems_version: 1.8.23
|