host-os 0.2.2 → 0.2.3
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 +4 -4
- data/README.md +1 -1
- data/lib/host-os/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4d4c55e46c861d21e6c2870483c2fcdde4363dbd258dbcc8dd90151c695dfd3
|
|
4
|
+
data.tar.gz: f22941bb284272fdc2e981853d993a68f855c9fa2e991b50e69d79ba9e193ae7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce5dfb8a75cc6f71e1ff527ca00460616a0a8e7feb9578a07bb365a0e6d40969070b5af5a6b9f146570a9df85557e0e0ad1a3ea4e645a495d5ecb62a91679d13
|
|
7
|
+
data.tar.gz: 8468203ff0fda61f4e2973c0ad6754aa226b6b3f754363ed7d27c86ca83d59333b0030504e9a5380dc4d8229267dd74e4ce2ff529b7336fa684f3d6db1666b12
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
HostOS is a module that offers details about the host operating system, the current Ruby interpreter, and the environment currently in use.
|
|
4
4
|
|
|
5
5
|
- Gem: [rubygems.org](https://rubygems.org/gems/host-os)
|
|
6
|
-
- Source: [
|
|
6
|
+
- Source: [codeberg.org](https://codeberg.org/mblumtritt/host-os)
|
|
7
7
|
- Help: [rubydoc.info](https://rubydoc.info/gems/host-os/HostOS)
|
|
8
8
|
|
|
9
9
|
## Description
|
data/lib/host-os/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: host-os
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Blumtritt
|
|
@@ -28,14 +28,14 @@ files:
|
|
|
28
28
|
- lib/host-os/support.rb
|
|
29
29
|
- lib/host-os/version.rb
|
|
30
30
|
- lib/host_os.rb
|
|
31
|
-
homepage: https://
|
|
31
|
+
homepage: https://codeberg.org/mblumtritt/host-os
|
|
32
32
|
licenses:
|
|
33
33
|
- BSD-3-Clause
|
|
34
34
|
metadata:
|
|
35
35
|
rubygems_mfa_required: 'true'
|
|
36
|
-
source_code_uri: https://
|
|
37
|
-
bug_tracker_uri: https://
|
|
38
|
-
documentation_uri: https://rubydoc.info/gems/host-os/0.2.
|
|
36
|
+
source_code_uri: https://codeberg.org/mblumtritt/host-os
|
|
37
|
+
bug_tracker_uri: https://codeberg.org/mblumtritt/host-os/issues
|
|
38
|
+
documentation_uri: https://rubydoc.info/gems/host-os/0.2.3/HostOS
|
|
39
39
|
rdoc_options: []
|
|
40
40
|
require_paths:
|
|
41
41
|
- lib
|
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
|
-
rubygems_version: 3.7.
|
|
53
|
+
rubygems_version: 3.7.1
|
|
54
54
|
specification_version: 4
|
|
55
55
|
summary: This module offers details on the host OS, the present Ruby interpreter and
|
|
56
56
|
environment.
|