linux_stat 0.3.3 → 0.6.1

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.
@@ -1,3 +1,3 @@
1
1
  module LinuxStat
2
- VERSION = "0.3.3"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,31 +1,37 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linux_stat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sourav Goswami
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-03 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Efficient linux system reporting gem. Linux Only | Efficient | Reliable
13
+ description: Linux only, efficient linux system utilization reporting and system monitoring
14
+ gem
14
15
  email:
15
16
  - souravgoswami@protonmail.com
16
- executables: []
17
+ executables:
18
+ - linuxstat.rb
17
19
  extensions:
18
- - ext/utsname/extconf.rb
19
20
  - ext/fs_stat/extconf.rb
21
+ - ext/sysconf/extconf.rb
22
+ - ext/utsname/extconf.rb
20
23
  extra_rdoc_files:
21
24
  - README.md
22
25
  files:
26
+ - LICENSE.txt
23
27
  - README.md
24
28
  - bin/console
25
- - bin/linuxstat.rb
26
29
  - bin/setup
30
+ - exe/linuxstat.rb
27
31
  - ext/fs_stat/extconf.rb
28
32
  - ext/fs_stat/fs_stat.c
33
+ - ext/sysconf/extconf.rb
34
+ - ext/sysconf/sysconf.c
29
35
  - ext/utsname/extconf.rb
30
36
  - ext/utsname/utsname.c
31
37
  - lib/linux_stat.rb
@@ -38,16 +44,16 @@ files:
38
44
  - lib/linux_stat/mounts.rb
39
45
  - lib/linux_stat/net.rb
40
46
  - lib/linux_stat/os.rb
47
+ - lib/linux_stat/prettify_bytes.rb
41
48
  - lib/linux_stat/process.rb
49
+ - lib/linux_stat/process_info.rb
42
50
  - lib/linux_stat/swap.rb
51
+ - lib/linux_stat/user.rb
43
52
  - lib/linux_stat/version.rb
44
53
  homepage: https://github.com/Souravgoswami/linux_stat/
45
54
  licenses:
46
55
  - MIT
47
- metadata:
48
- homepage_uri: https://github.com/Souravgoswami/linux_stat/
49
- source_code_uri: https://github.com/Souravgoswami/linux_stat
50
- changelog_uri: https://github.com/Souravgoswami/linux_stat/commits/master
56
+ metadata: {}
51
57
  post_install_message:
52
58
  rdoc_options: []
53
59
  require_paths: