Skip to content

Commit

Permalink
Merge pull request #1 from fac/updating-homepage
Browse files Browse the repository at this point in the history
Updating homepage in gemspec after transfer
  • Loading branch information
dmorgan-fa authored May 2, 2024
2 parents 7896eb1 + 6d4a786 commit ba80a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,14 @@ on:
pull_request:

jobs:
build:
run-tests:
name: Run tests
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.0'

steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
4 changes: 2 additions & 2 deletions aws_local_config_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Gem::Specification.new do |spec|

spec.summary = 'A simple gem to parse your local AWS config file.'
spec.description = "Parse your local '\"$HOME\"/.aws/config' file."
spec.homepage = 'https://github.com/dmorgan-fa/aws_local_config_parser'
spec.homepage = 'https://github.com/fac/aws_local_config_parser'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.1.0'
spec.required_ruby_version = '>= 3.1'

spec.metadata['allowed_push_host'] = 'https://rubygems.pkg.github.com/fac'

Expand Down

0 comments on commit ba80a1b

Please sign in to comment.