op5util 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 107908b5501c4f587f9d1d1ff3f2f90eb5396519
4
- data.tar.gz: 2f6e63fea64bc6ed7c29cae3f44b9488d34f0223
3
+ metadata.gz: ddd8e69993dd982aa3c358690c9dc37c3528a051
4
+ data.tar.gz: bd4ee465837223e38b036747753279eeefd2faa2
5
5
  SHA512:
6
- metadata.gz: 4870871536c87d7127b45b956baadfa7e9e31c0f65dd789f2cbd5b2d000abc3186861fc80ad6dd9d8f316fb8a81c4b72862c093dc62d1312b5d38e4501ace6dd
7
- data.tar.gz: 62cb31a8c2a0a975f2a328902b9234d903b24c1fcb2405aa83e360e92b98809da230b59e23236c6ff10de2bf903b56f5ba8b18ad591f0435b2f33d9090418f43
6
+ metadata.gz: 8887314cd4c173d9bd97e22190e78784e373ed737d961562bcdfd2831c735eeb5d71fc2ffe7df0e8e778c16c73046407dfb12627c9c45464469fb9d9ca9dfa83
7
+ data.tar.gz: 770838adce301257d86a0bff79d30fded9b24f9f9ba596772e26f8a1fc36e66151ef9eef1fd70f0bd7286ca4f0de2ca0e2d8f7632d70f7131a30fca74ea2c0e6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- op5util (0.1.1)
4
+ op5util (0.1.2)
5
5
  colorize (= 0.8.1)
6
6
  gli (= 2.16.1)
7
7
  httparty (= 0.15.5)
data/Readme.md CHANGED
@@ -77,11 +77,34 @@ Once the problem is resolved and the host is up, ```op5util schedule gitlab01, b
77
77
 
78
78
  ## Installation
79
79
 
80
- Download the latest pkg/op5util-0.X.Y.gem from this repo and install using
80
+ Use gem install, probably with sudo if you are using a system-global ruby version. This will automatically
81
+ install op5util with dependencies.
82
+
81
83
  ```shell
82
- gem install op5util-0.1.0.gem
84
+ $ sudo gem install op5util
85
+ Fetching: colorize-0.8.1.gem (100%)
86
+ Successfully installed colorize-0.8.1
87
+ Fetching: gli-2.16.1.gem (100%)
88
+ Successfully installed gli-2.16.1
89
+ Fetching: multi_xml-0.6.0.gem (100%)
90
+ Successfully installed multi_xml-0.6.0
91
+ Fetching: httparty-0.15.5.gem (100%)
92
+ When you HTTParty, you must party hard!
93
+ Successfully installed httparty-0.15.5
94
+ Fetching: unicode-display_width-1.3.0.gem (100%)
95
+ Successfully installed unicode-display_width-1.3.0
96
+ Fetching: terminal-table-1.8.0.gem (100%)
97
+ Successfully installed terminal-table-1.8.0
98
+ Fetching: op5util-0.1.2.gem (100%)
99
+ Successfully installed op5util-0.1.2
100
+ Done installing documentation for colorize, gli, multi_xml, httparty, unicode-display_width, terminal-table, op5util after 2 seconds
101
+ 7 gems installed
83
102
  ```
84
103
 
104
+ Latest version is 0.1.2
105
+
106
+ Rubygem homepage for op5util is available at: https://rubygems.org/gems/op5util
107
+
85
108
  ## Usage
86
109
 
87
110
  There is no man-page, but the built in help text should do the job.
@@ -4,7 +4,6 @@ module Op5util
4
4
  # Foo
5
5
  class Monitor
6
6
  require 'colorize'
7
- require 'terminfo'
8
7
 
9
8
  def status_host(host, options)
10
9
  full_status = JSON.parse!(get_host_status(host))
@@ -1,3 +1,3 @@
1
1
  module Op5util
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: op5util
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
  - Niklas Paulsson
@@ -145,6 +145,7 @@ files:
145
145
  - pkg/op5util-0.0.3.gem
146
146
  - pkg/op5util-0.0.9.gem
147
147
  - pkg/op5util-0.1.0.gem
148
+ - pkg/op5util-0.1.1.gem
148
149
  - screenshots/host_op5.png
149
150
  - screenshots/host_op5_listview.png
150
151
  - screenshots/usecase1.png