linux_stat 0.1.1 → 0.1.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a458ed15e6c60deec8faa2f1633a7025b2f21af35a72228414746767ce6752c2
4
- data.tar.gz: 7c5f8b808747d244310374315879cbdd92fb2f39df260ffa23ee9f275ae5badb
3
+ metadata.gz: 835e9c5295067665b9d84eaa365e653c6134322b22cac05581dc2e1970d1879c
4
+ data.tar.gz: 5c9dbda4caa34f4a608d13d4d9545b4c78c1e8fc4c2886cf199fa83679415dc6
5
5
  SHA512:
6
- metadata.gz: 11ef7195e16c5df7144272a241f147e4bb6f66e6ea0da67025df313b2ccb3b78e454766b701a9946d8467ba305b2e4345d8e9eb9df704a84d51aa25be69450e2
7
- data.tar.gz: 21ac8e0f7cb2174f49ef1cf702114522ac766c178344746352d58b9a6744ef847898f66ee8da903ba224560a9925a0eb3361d2f1a2bd080941228b13fee540b6
6
+ metadata.gz: f63387f4748c8fe55ec7bd2713c1a477b3755049e1fae91cc25c7312f15b83febbf0bb872d0e1aa59fafd390a3c45f74d9977ea44a56cd5a82bea8a52f45a73e
7
+ data.tar.gz: f1b582654c0ea8842187f13d9f4ca42e021a3daad14e95b08955ba1a046ef6bc7f7d05e7aa9443fb96453ccb2f40b021deaa50f53bf5ef872075f1c12d33a8d4
@@ -1,3 +1,3 @@
1
1
  module LinuxStat
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -8,21 +8,22 @@ Gem::Specification.new do |spec|
8
8
 
9
9
  spec.summary = %q{Efficient linux system reporting gem}
10
10
  spec.description = %q{Efficient linux system reporting gem. Linux Only | Efficient | Reliable}
11
- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
11
+ spec.homepage = "https://github.com/Souravgoswami/linux_stat/"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
14
14
 
15
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
15
+ # spec.metadata["allowed_push_host"] = "https://github.com/Souravgoswami/linux_stat'"
16
16
 
17
- # spec.metadata["homepage_uri"] = spec.homepage
18
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
17
+ spec.metadata["homepage_uri"] = spec.homepage
18
+ spec.metadata["source_code_uri"] = "https://github.com/Souravgoswami/linux_stat/"
19
+ spec.metadata["changelog_uri"] = "https://github.com/Souravgoswami/linux_stat/commits/master"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
23
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
24
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
25
  end
26
+
26
27
  spec.bindir = "exe"
27
28
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
29
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linux_stat
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
  - Sourav Goswami
@@ -41,10 +41,13 @@ files:
41
41
  - lib/linux_stat/version.rb
42
42
  - linux_stat.gemspec
43
43
  - run_all_methods.rb
44
- homepage:
44
+ homepage: https://github.com/Souravgoswami/linux_stat/
45
45
  licenses:
46
46
  - MIT
47
- metadata: {}
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
48
51
  post_install_message:
49
52
  rdoc_options: []
50
53
  require_paths: