diff --git a/.drone.yml b/.drone.yml index 8f43016..4299951 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md index 9938c42..a078a30 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/wag.gemspec b/wag.gemspec index 9608f53..0383fb7 100644 --- a/wag.gemspec +++ b/wag.gemspec @@ -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.