quickmox 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/quickmox/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7df7f889c14eb66d4ed4aaf777158b23d924ef82
4
- data.tar.gz: 83f6f3e2ab5594a2d3db5443d3ee62b40628ef1b
3
+ metadata.gz: de6c9bc42c491aafa795df76f96d3cdc7e6d6f54
4
+ data.tar.gz: d83dd684ed10a71359f59e505b73af4ebc4a96f5
5
5
  SHA512:
6
- metadata.gz: fe1950c80082804faad8bbd1759124713e612af2e09b8ac8f95d66e4017b7e8b66dce290cdfc872267c694a0839b85fc502ffaea7dd104c5ad91f349bda69f05
7
- data.tar.gz: 4127c775466a1dc95148aaa1856da27a599f24d3e1536b520a311b5eaff07a2f230e009058b6962ce30ce2662305f28856193f953bfd969efead41d87607a618
6
+ metadata.gz: 7234e50c9b13ba2e7981496ddf69292676c771a89c57844b9d2666afadda8147f053ace7fd3cee51691a53f6f072b13bd424bc528ac6bb226897a35a8a45b49e
7
+ data.tar.gz: bbb619c113922586a393ceee9e0d1272af804a52bd66a04af8fc711af545f0dc43403672766d36f984f262c78d4d07d701a66428fc69fa51ab09c32da0e143cc
data/README.md CHANGED
@@ -4,9 +4,7 @@
4
4
 
5
5
  # Quickmox
6
6
 
7
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/quickmox`. To experiment with that code, run `bin/console` for an interactive prompt.
8
-
9
- TODO: Delete this and the text above, and describe your gem
7
+ Quickmox is a Ruby gem for managing Proxmox hosts by using SSH screen-scraping techniques.
10
8
 
11
9
  ## Installation
12
10
 
@@ -1,3 +1,3 @@
1
1
  module Quickmox
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickmox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.K.Valk