groupie 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/groupie.gemspec +1 -1
- data/lib/groupie/version.rb +1 -1
- 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: 18730d0a05fad9b05bb1dc50302436fb7c15043fbfe665dc96b6ea927a50aa73
|
4
|
+
data.tar.gz: 8040f137e1f57080009b55cd08f0406f0ebb2e4112c7bae0838b08e4e70e0f82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edc0af06023ed354667a3c36857d9a004785a78506a085c97591435eb67081ddd58a42165b8c00db029e2ec97c039f60682c33a82be5488f3a35264a52cd6e77
|
7
|
+
data.tar.gz: 0c002dfbcc1e8b4df108042be00d9588eb5ff8e1b9697de99e1bc87292f07500dc1d3f33307e853f1b2dc7c8bb2e5097e4649f1a716331afed424f3a9d4c0253
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
## Unreleased changes
|
2
2
|
|
3
|
+
## Version 0.4.1 -- 2021-09-08
|
4
|
+
|
5
|
+
Non-functional fixes to the CI config and Rubygems.org metadata.
|
6
|
+
|
7
|
+
- Fix: correct changelog uri for gem
|
8
|
+
- CI: fix dependabot config
|
9
|
+
|
3
10
|
## Version 0.4.0 -- 2021-09-07
|
4
11
|
|
5
12
|
Welcome to 2021, where Ruby version 2.6 is the lowest with official support, Bundler is the default for managing packages and RSpec version 3 is used to test things. This version updates Groupie into this decade.
|
data/Gemfile.lock
CHANGED
data/groupie.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
|
18
18
|
spec.metadata['homepage_uri'] = spec.homepage
|
19
19
|
spec.metadata['source_code_uri'] = 'https://github.com/Narnach/groupie'
|
20
|
-
spec.metadata['changelog_uri'] = 'https://github.com/Narnach/groupie/blob/stable/
|
20
|
+
spec.metadata['changelog_uri'] = 'https://github.com/Narnach/groupie/blob/stable/CHANGELOG.md'
|
21
21
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/groupie/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groupie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wes Oldenbeuving
|
@@ -45,7 +45,7 @@ licenses:
|
|
45
45
|
metadata:
|
46
46
|
homepage_uri: https://github.com/Narnach/groupie
|
47
47
|
source_code_uri: https://github.com/Narnach/groupie
|
48
|
-
changelog_uri: https://github.com/Narnach/groupie/blob/stable/
|
48
|
+
changelog_uri: https://github.com/Narnach/groupie/blob/stable/CHANGELOG.md
|
49
49
|
post_install_message:
|
50
50
|
rdoc_options: []
|
51
51
|
require_paths:
|