File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SimpleResult
4- VERSION = '0.3.0 '
4+ VERSION = '0.3.1 '
55end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments