lifer 0.6.0 → 0.6.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: a9302b5310be7c9e07cf71edea4b464c6be7251ccf8753f508b308b51879bb8f
4
- data.tar.gz: 82a9a1cf45a1a4e33c7a070527b3641d003af94c5b59089ec92194f288fb59fc
3
+ metadata.gz: 39e8d5c991a955d4c09740207671d49716b6ef42168b250fbe301c6a443785d5
4
+ data.tar.gz: 73e4ea67bc8e9af6f1503782c53c334c5d59f31a2afd351312eb8365b9b42af7
5
5
  SHA512:
6
- metadata.gz: 29c29c7d458205032517bd098e9e89a98ea0a7e3b5585eb14e2b46aa881779bcbac218ab2671054db5f7c408682e466cbeadc794a658b93f7d5f8fe91c42fb89
7
- data.tar.gz: 4915942529c379b870f265699efce4493a0d532a0b686bc822850aa822450d811b964e2b9e20551931b92e118d2448308bd0ff1a586866901b585d8ae4fadbb0
6
+ metadata.gz: eacb4bd82e882758d88e9ffc0de30de8cb9213f35454856a2bed3f487bb8dc568afdb07ac22d6c269ac1b4c9418a18789dcd124193de009456243a2eeedc6415
7
+ data.tar.gz: a8dd94d4c24932faae325461a4530c7f931d7ee7315353dc31ca42dac61c325ca91edd5f4f990e0710f4c18d4fbb9b020f51c1f13d8a02012d7c7f4918f5f88e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## Next
2
2
 
3
+ ## v0.6.1
4
+
5
+ This release just fixes a mistake I made, where I built and pushed a tag from a
6
+ non-`main` branch, causing the RubyGems release to technically be for the wrong
7
+ SHA.
8
+
3
9
  ## v0.6.0
4
10
 
5
11
  This release contains improvements to RSS feed generation:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lifer (0.6.0)
4
+ lifer (0.6.1)
5
5
  i18n (< 2)
6
6
  kramdown (~> 2.4)
7
7
  liquid (~> 5.6, < 6)
@@ -44,7 +44,7 @@ GEM
44
44
  kramdown (2.5.1)
45
45
  rexml (>= 3.3.9)
46
46
  language_server-protocol (3.17.0.3)
47
- liquid (5.7.2)
47
+ liquid (5.8.1)
48
48
  bigdecimal
49
49
  strscan (>= 3.1.1)
50
50
  listen (3.9.0)
data/README.md CHANGED
@@ -98,12 +98,15 @@ Then use Bump to perform release chores and create a version tag:
98
98
 
99
99
  $ bundle exec bump <minor|patch> --tag --changelog --edit-changelog
100
100
  $ git push origin <new_version>
101
- $ gem build
102
- $ gem push lifer-<new_version_without_the_v_prefix>.gem
103
101
 
104
102
  (Where `new_version` is the version you intend to release. For example:
105
103
  `v1.2.3`.)
106
104
 
105
+ Then, build and push the gem to RubyGems:
106
+
107
+ $ gem build
108
+ $ gem push lifer-<new_version_without_the_v_prefix>.gem
109
+
107
110
  ## Contributing
108
111
 
109
112
  I'm not currently accepting unsolicited contributions to Lifer. I'm still
data/lib/lifer/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lifer
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lifer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - benjamin wil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-24 00:00:00.000000000 Z
11
+ date: 2025-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -207,8 +207,8 @@ licenses:
207
207
  - MIT
208
208
  metadata:
209
209
  allowed_push_host: https://rubygems.org
210
- homepage_uri: https://github.com/benjaminwil/lifer/blob/0.6.0/README.md
211
- source_code_uri: https://github.com/benjaminwil/lifer/tree/0.6.0
210
+ homepage_uri: https://github.com/benjaminwil/lifer/blob/0.6.1/README.md
211
+ source_code_uri: https://github.com/benjaminwil/lifer/tree/0.6.1
212
212
  changelog_uri: https://github.com/benjaminwil/lifer/blob/main/CHANGELOG.md
213
213
  post_install_message:
214
214
  rdoc_options: []