chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2024-02-05 14:56:03 +13:00
parent 1b05daa9d0
commit 7043302f05
3 changed files with 7 additions and 7 deletions

View file

@ -51,7 +51,7 @@ steps:
- .bundle
- name: install dependencies
image: code.harton.nz/james/asdf_container:latest
image: harton.dev/james/asdf_container:latest
pull: "always"
depends_on:
- restore ASDF cache
@ -141,7 +141,7 @@ steps:
- bin
- name: rubocop
image: code.harton.nz/james/asdf_container:latest
image: harton.dev/james/asdf_container:latest
pull: "always"
environment:
BUNDLE_CACHE_PATH: /drone/src/.bundle
@ -153,7 +153,7 @@ steps:
- bundle exec rubocop
- name: rspec
image: code.harton.nz/james/asdf_container:latest
image: harton.dev/james/asdf_container:latest
pull: "always"
environment:
BUNDLE_CACHE_PATH: /drone/src/.bundle

View file

@ -163,7 +163,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
Bug reports and pull requests are welcome at https://code.harton.nz/james/wag.
Bug reports and pull requests are welcome at https://harton.dev/james/wag.
## License

View file

@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
spec.summary = 'WebAssembly Generator'
spec.description = 'Generate and compile WebAssembly code from Ruby'
spec.homepage = 'https://code.harton.nz/james/wag'
spec.homepage = 'https://harton.dev/james/wag'
spec.license = 'Hippocratic'
spec.required_ruby_version = Gem::Requirement.new('~> 3.3')
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://code.harton.nz/james/wag'
spec.metadata['changelog_uri'] = 'https://code.harton.nz/james/wag'
spec.metadata['source_code_uri'] = 'https://harton.dev/james/wag'
spec.metadata['changelog_uri'] = 'https://harton.dev/james/wag'
# Specify which files should be added to the gem when it is released. The `git
# ls-files -z` loads the files in the RubyGem that have been added into git.