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# for git-changelog (https://github.com/dannyben/git-changelog)
2- export CHANGELOG_COMMIT_URL=https://github.com/DannyBen /gtx/commit/%h
3- export CHANGELOG_COMPARE_URL=https://github.com/dannyben /gtx/compare/%s
2+ export CHANGELOG_COMMIT_URL=https://github.com/bashly-framework /gtx/commit/%h
3+ export CHANGELOG_COMPARE_URL=https://github.com/bashly-framework /gtx/compare/%s
44
55# include the debug gem
66export DEBUGGER=1
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Changelog
44v0.1.1 - 2024-11-08
55----------------------------------------
66
7- - Modify line consumption [ ` fe15e9c ` ] ( https://github.com/DannyBen /gtx/commit/fe15e9c )
8- - Drop support for Ruby 2.x [ ` 3cf808d ` ] ( https://github.com/DannyBen /gtx/commit/3cf808d )
9- - Add ` erb ` as an explicit dependency [ ` 59f451f ` ] ( https://github.com/DannyBen /gtx/commit/59f451f )
10- - Compare [ ` v0.1.0..v0.1.1 ` ] ( https://github.com/dannyben /gtx/compare/v0.1.0..v0.1.1 )
7+ - Modify line consumption [ ` fe15e9c ` ] ( https://github.com/bashly-framework /gtx/commit/fe15e9c )
8+ - Drop support for Ruby 2.x [ ` 3cf808d ` ] ( https://github.com/bashly-framework /gtx/commit/3cf808d )
9+ - Add ` erb ` as an explicit dependency [ ` 59f451f ` ] ( https://github.com/bashly-framework /gtx/commit/59f451f )
10+ - Compare [ ` v0.1.0..v0.1.1 ` ] ( https://github.com/bashly-framework /gtx/compare/v0.1.0..v0.1.1 )
1111
1212
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ to contribute, feel free to [open an issue][issues].
145145
146146---
147147
148- [ issues ] : https://github.com/DannyBen /gtx/issues
148+ [ issues ] : https://github.com/bashly-framework /gtx/issues
149149[ bashly ] : https://bashly.dannyb.co/
150150[ bashly-views ] : https://github.com/DannyBen/bashly/tree/master/lib/bashly/views
151151
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ Gem::Specification.new do |s|
1010 s . authors = [ 'Danny Ben Shitrit' ]
1111 s . email = 'db@dannyben.com'
1212 s . files = Dir [ 'README.md' , 'lib/**/*.*' ]
13- s . homepage = 'https://github.com/dannyben /gtx'
13+ s . homepage = 'https://github.com/bashly-framework /gtx'
1414 s . license = 'MIT'
1515 s . required_ruby_version = '>= 3.1'
1616
1717 s . add_dependency 'erb' , '~> 4.0'
1818
1919 s . metadata = {
20- 'bug_tracker_uri' => 'https://github.com/DannyBen /gtx/issues' ,
21- 'changelog_uri' => 'https://github.com/DannyBen /gtx/blob/master/CHANGELOG.md' ,
22- 'source_code_uri' => 'https://github.com/dannyben /gtx' ,
20+ 'bug_tracker_uri' => 'https://github.com/bashly-framework /gtx/issues' ,
21+ 'changelog_uri' => 'https://github.com/bashly-framework /gtx/blob/master/CHANGELOG.md' ,
22+ 'source_code_uri' => 'https://github.com/bashly-framework /gtx' ,
2323 'rubygems_mfa_required' => 'true' ,
2424 }
2525end
You can’t perform that action at this time.
0 commit comments