rubygems-author 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5854365c482a697e27dba5918c4161fa7495004af960bdc833ee5fa3dfb2fcc
4
- data.tar.gz: 00e14d9a872a6ecfd84135e5e676ac0ddb06cb0e83c4a840ce70331b1f8e2592
3
+ metadata.gz: 2219893ea6f292b3a26ade3d3f62d975a60cdc7b66e4c004e03fc05c6a3ac70f
4
+ data.tar.gz: 68df001901d7224e92584b97b7e1238615de53b49e1cd6f6af0590aa709ceccb
5
5
  SHA512:
6
- metadata.gz: 75c17a3173d7bee8773a4456281ba0657a8d9044d5ba02f5cd4c02bdcc915b7ceeb929cef698f152887174e3e02891591125bf08c2c1711a8b4de3bf588c7819
7
- data.tar.gz: 24a80ec7e1f150762f660635662bfbf9930f78ab7cf2c92a40fb53c54f47901799cf1dc2d6e9814f5ea2936c894cd6ef7fff40ad435460291bf6035f5c19fcaa
6
+ metadata.gz: ebcd82ebfa0d82dfa2a84a58f0f801350ee1b1f6bfe318202f9c1725d0780f5390bf9f4fa49de94e7c80b4655e9fbbaf002f741924f68ea1e9c34b64f49aad1d
7
+ data.tar.gz: 396262e32f625c1c72238f5b43cdc1dfbb50c9eea74d09b87c85371748cba17d99a725891f30500ea3dd274ef72cf3022a67c11c0f9c86e955c39a3db6a8b04c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.1.1] — 2025-05-23
2
+
3
+ ### Fixed
4
+
5
+ - Loading.
6
+
7
+
1
8
  ## [0.1.0] — 2025-05-22
2
9
 
3
10
  ### Added
data/README.md CHANGED
@@ -14,12 +14,10 @@ It holds authors info to be used primarily in gem specs.
14
14
 
15
15
  ## Installation
16
16
 
17
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
18
-
19
17
  Install the gem by executing:
20
18
 
21
19
  ```bash
22
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
20
+ gem install rubygems-author
23
21
  ```
24
22
 
25
23
  > [!IMPORTANT]
@@ -4,6 +4,6 @@ require_relative '../author'
4
4
 
5
5
  module Gem
6
6
  class Author
7
- VERSION = '0.1.0'
7
+ VERSION = '0.1.1'
8
8
  end
9
9
  end
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative 'author/version'
4
-
5
3
  module Gem # :nodoc:
6
4
  # # Gem Author
7
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-author
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
  - Alexander Senko
@@ -32,7 +32,7 @@ licenses:
32
32
  - MIT
33
33
  metadata:
34
34
  source_code_uri: https://github.com/Alexander-Senko/rubygems-author
35
- changelog_uri: https://github.com/Alexander-Senko/rubygems-author/blob/v0.1.0/CHANGELOG.md
35
+ changelog_uri: https://github.com/Alexander-Senko/rubygems-author/blob/v0.1.1/CHANGELOG.md
36
36
  rdoc_options: []
37
37
  require_paths:
38
38
  - lib