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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +1 -3
- data/lib/rubygems/author/version.rb +1 -1
- data/lib/rubygems/author.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2219893ea6f292b3a26ade3d3f62d975a60cdc7b66e4c004e03fc05c6a3ac70f
|
4
|
+
data.tar.gz: 68df001901d7224e92584b97b7e1238615de53b49e1cd6f6af0590aa709ceccb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebcd82ebfa0d82dfa2a84a58f0f801350ee1b1f6bfe318202f9c1725d0780f5390bf9f4fa49de94e7c80b4655e9fbbaf002f741924f68ea1e9c34b64f49aad1d
|
7
|
+
data.tar.gz: 396262e32f625c1c72238f5b43cdc1dfbb50c9eea74d09b87c85371748cba17d99a725891f30500ea3dd274ef72cf3022a67c11c0f9c86e955c39a3db6a8b04c
|
data/CHANGELOG.md
CHANGED
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
|
20
|
+
gem install rubygems-author
|
23
21
|
```
|
24
22
|
|
25
23
|
> [!IMPORTANT]
|
data/lib/rubygems/author.rb
CHANGED
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.
|
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.
|
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
|