termy 0.1.0 → 0.1.1

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 +2 -0
  3. data/lib/termy/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bfcf5689941ba059bf1f0f3271c7b5f76bee8b4
4
- data.tar.gz: 10a2eb708be656d1df46bd48ffac5ecea9a45c68
3
+ metadata.gz: 9a66592be4d291399710380ad82ab5bbc85eb721
4
+ data.tar.gz: 7595b8a5841b06f4b597e06dba399b8f69a504b9
5
5
  SHA512:
6
- metadata.gz: 840652a14fc15697f2e75d6a229576b344948d0bd3bdb69819bdafdd941affa6a378be715c1da13ed8db6700835720f3455fed7591c482a47e7c8c27ab2706fe
7
- data.tar.gz: 428fdb3ae2396afa2fda6219a476c5acad97469a7351608757c02e543fc1d64c3eb0cd1c6129d7db28fe24d97fd3a603a55fdcdba4a8cc684c6867fb00b2b4d1
6
+ metadata.gz: 52aecfec369c5796f819abf17aa7914059873ada2d09354d6a1b6d06919f163c97583da1a6e6d296f912074b479c06a2e0362cc63ce6c2763fde7adb37d5e087
7
+ data.tar.gz: 27244ff719e5626565c669867e046333a8d07f532a5d0c71158858f615911b33901d14c3bd5699bdf335b3587d8b08bdca763f86c129adf47671531ffcc6e7e8
data/README.md CHANGED
@@ -22,6 +22,8 @@ $ termy system:kernel
22
22
 
23
23
  ### Print all facts
24
24
  ```
25
+ $ termy
26
+
25
27
  {
26
28
  "system": {
27
29
  "architecture": "x86_64",
@@ -1,3 +1,3 @@
1
1
  module Termy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bronzdoc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-17 00:00:00.000000000 Z
11
+ date: 2016-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: system-getifaddrs
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.6.3
157
+ rubygems_version: 2.6.6
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Get facts from your system