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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/host-os/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a1718752411b34a816e31b58be6f1a3cd83aec89b851e74f6997998e173dcad
4
- data.tar.gz: fc322f198a39c3b5b7792012b2206960e0889302a97716ee9bed733b485b642f
3
+ metadata.gz: e4d4c55e46c861d21e6c2870483c2fcdde4363dbd258dbcc8dd90151c695dfd3
4
+ data.tar.gz: f22941bb284272fdc2e981853d993a68f855c9fa2e991b50e69d79ba9e193ae7
5
5
  SHA512:
6
- metadata.gz: 3652cc6e8ddbc5c5489bec318e48f7ce5c73f1c84aa4940887ba080767a8173835e24b2739db27fff6a16f4aaa9f980d9d59edfa66c1ade9e4a296357043bbe2
7
- data.tar.gz: 3fd4535322bb9d0de53af3d2ae0695e4199e31976fb472f0d631c1c57750d5c1eac6174abcd16b8e52b4ffa01b3e5ef642dc027c71e4f913fe0412885aeb93cd
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: [github.com](https://github.com/mblumtritt/host-os)
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module HostOS
4
4
  # Version number of the gem.
5
- VERSION = '0.2.2'
5
+ VERSION = '0.2.3'
6
6
  end
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.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://github.com/mblumtritt/host-os
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://github.com/mblumtritt/host-os
37
- bug_tracker_uri: https://github.com/mblumtritt/host-os/issues
38
- documentation_uri: https://rubydoc.info/gems/host-os/0.2.2/HostOS
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.0
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.