Skip to content

Commit d0488b6

Browse files
committed
change all github links to bashly-framework org
1 parent 83ed46f commit d0488b6

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.envrc.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
export DEBUGGER=1

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Changelog
44
v0.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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gtx.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}
2525
end

0 commit comments

Comments
 (0)