Skip to content

Commit d675d86

Browse files
committed
Fixed bug in gemspec for Homepage url
1 parent fde5002 commit d675d86

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
## [0.3.1] - 2025-06-20
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
### Bug fixes
6+
7+
- Fixed link to Homepage in gemspec
78

89
## [0.3.0] - 2025-01-09
910

lib/simple_result/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleResult
4-
VERSION = '0.3.0'
4+
VERSION = '0.3.1'
55
end

simple-result.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = 'A simple response monad implementation'
1212
spec.description = 'A one file less than 100LOC, idiomatic Ruby implementation' \
1313
'of a response monad for handling success and failure states'
14-
spec.homepage = 'https://github.com/lucianghinda/simple_result'
14+
spec.homepage = 'https://github.com/lucianghinda/simple-result'
1515
spec.license = 'MIT'
1616
spec.required_ruby_version = '>= 3.4.4'
1717

0 commit comments

Comments
 (0)