sysresources 0.1.0 → 0.2.0

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: f622cf5780d4a12fa35419b12fc75fb6403e4de4
4
- data.tar.gz: bdd2c758e2d3fdb7109c01f1c08cd5352ee07fbb
3
+ metadata.gz: e561279aecdcafd9ccb5b32a8e6d52c8a52f902b
4
+ data.tar.gz: dd1e1f8eb1aacf2299e48d368b5ca4f01dc7cf1f
5
5
  SHA512:
6
- metadata.gz: 9ab6d50fd0dc6b4b0cbd68d39075c8f8d8d0f903fe7e6512748443aa67ae47a2e7ec807e909fc8302759c2ce0125d6d1a319e4bee2fe29a6022297bb6b9c368f
7
- data.tar.gz: f9bea10314cd34db0dd4e71ee0531ff69779f1124e3082dc41a1bda79cafaec9aa0d65e9502233c1e513ab136d71fd7cc55f76b2a61c9a363bf0d0a89a748afb
6
+ metadata.gz: 9fd1f8c7e2c6ff51cf959da56f624177bdda46d619e61b9a0c6984625bfe8f2b5705d12535e7ed8cc2903ec7cf99b6e2c2f32b4c3e286c7aa7f11b517a29f4f5
7
+ data.tar.gz: 441643d0bd035c8ef7331925696e2baa682f061d64d0939ef9be458e754630f2ff62ef519f00439dc5514f3786bd599e33c3fc81e2c09a0124e48dfa5acbfb7a
data/Gemfile CHANGED
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in sysresources.gemspec
4
4
  gemspec
5
+ gem 'sysresources', :git => 'https://github.com/mmcbride1/sysresources.git
data/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # Sysresources
2
2
 
3
- 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/sysresources`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
3
+ 'sysresources' is a simple command line tool that prints the following system resources statistics to the screen: disk, ram, percent cpu used, system uptime and running processes. This tool is constructed for linux systems only. There is nothing too special about this gem, but it does organize the above information into one place and eliminates the need to run numerous system commands.
7
4
  ## Installation
8
5
 
9
6
  Add this line to your application's Gemfile:
@@ -22,7 +19,7 @@ Or install it yourself as:
22
19
 
23
20
  ## Usage
24
21
 
25
- TODO: Write usage instructions here
22
+ simply run 'sysresources' at the command line.
26
23
 
27
24
  ## Development
28
25
 
@@ -1,3 +1,3 @@
1
1
  module Sysresources
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysresources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmcbride1
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler