Skip to content

Commit 631fc07

Browse files
committed
change all github links to bashly-framework org
1 parent e8d190a commit 631fc07

File tree

53 files changed

+509
-509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+509
-509
lines changed

.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/bashly/commit/%h
3-
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/bashly/compare/%s
2+
export CHANGELOG_COMMIT_URL=https://github.com/bashly-framework/bashly/commit/%h
3+
export CHANGELOG_COMPARE_URL=https://github.com/bashly-framework/bashly/compare/%s
44

55
# include the debug gem
66
export DEBUGGER=1

.github/ISSUE_TEMPLATE/general_issue.md

Lines changed: 1 addition & 1 deletion

CHANGELOG.md

Lines changed: 439 additions & 439 deletions

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions

README.md

Lines changed: 6 additions & 6 deletions

bashly.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = '[email protected]'
1212
s.files = Dir['README.md', 'lib/**/*']
1313
s.executables = ['bashly']
14-
s.homepage = 'https://github.com/dannyben/bashly'
14+
s.homepage = 'https://github.com/bashly-framework/bashly'
1515
s.license = 'MIT'
1616
s.required_ruby_version = '>= 3.2'
1717

@@ -29,10 +29,10 @@ Gem::Specification.new do |s|
2929
s.add_dependency 'ostruct', '>= 0', '< 2' # required by json
3030

3131
s.metadata = {
32-
'bug_tracker_uri' => 'https://github.com/DannyBen/bashly/issues',
33-
'changelog_uri' => 'https://github.com/DannyBen/bashly/blob/master/CHANGELOG.md',
32+
'bug_tracker_uri' => 'https://github.com/bashly-framework/bashly/issues',
33+
'changelog_uri' => 'https://github.com/bashly-framework/bashly/blob/master/CHANGELOG.md',
3434
'homepage_uri' => 'https://bashly.dev/',
35-
'source_code_uri' => 'https://github.com/DannyBen/bashly',
35+
'source_code_uri' => 'https://github.com/bashly-framework/bashly',
3636
'rubygems_mfa_required' => 'true',
3737
}
3838
end

edge/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache git pandoc-cli
66
ARG branch=master
77

88
WORKDIR /bashly
9-
RUN git clone --branch $branch --depth 1 https://github.com/DannyBen/bashly.git .
9+
RUN git clone --branch $branch --depth 1 https://github.com/bashly-framework/bashly.git .
1010
RUN gem build bashly.gemspec --output bashly.gem
1111
RUN gem install bashly.gem
1212

edge/README.md

Lines changed: 1 addition & 1 deletion

examples/completions/README.md

Lines changed: 1 addition & 1 deletion

examples/completions/src/lib/send_completions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ send_completions() {
33
echo $'# cli completion -*- shell-script -*-'
44
echo $''
55
echo $'# This bash completions script was generated by'
6-
echo $'# completely (https://github.com/dannyben/completely)'
6+
echo $'# completely (https://github.com/bashly-framework/completely)'
77
echo $'# Modifying it manually is not recommended'
88
echo $''
99
echo $'_cli_completions_filter() {'

0 commit comments

Comments
 (0)