Skip to content

Commit

Permalink
chore: migrate to apiaframework/schema-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 18, 2024
1 parent 1692e28 commit 73f0f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials
env:
RUBYGEMS_API_KEY: ${{secrets.KRYSTAL_RUBYGEMS_API_KEY}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}

- name: Publish to RubyGems
run: |
gem push *.gem
2 changes: 1 addition & 1 deletion apia-schema-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'apia-schema-parser'
s.description = 'A little library for reading Apia Schema files.'
s.summary = 'This gem provides tools for reading Apia schema definitions.'
s.homepage = 'https://github.com/krystal/apia-schema-parser'
s.homepage = 'https://github.com/apiaframework/schema-parser'
s.version = ApiaSchemaParser::VERSION
s.files = Dir.glob('VERSION') + Dir.glob('{lib}/**/*')
s.require_paths = ['lib']
Expand Down

0 comments on commit 73f0f12

Please sign in to comment.