Skip to content

Commit

Permalink
chore: rename the github organization (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Sep 23, 2020
1 parent bd16385 commit 8761ee9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Tests](https://github.com/AvocadoHQ/avo/workflows/Tests/badge.svg)
![reviewdog](https://github.com/AvocadoHQ/avo/workflows/reviewdog/badge.svg)
[![codecov](https://codecov.io/gh/AvocadoHQ/avo/branch/master/graph/badge.svg?token=Q2LMFE4989)](https://codecov.io/gh/AvocadoHQ/avo)
![Tests](https://github.com/avo-hq/avo/workflows/Tests/badge.svg)
![reviewdog](https://github.com/avo-hq/avo/workflows/reviewdog/badge.svg)
[![codecov](https://codecov.io/gh/avo-hq/avo/branch/master/graph/badge.svg?token=Q2LMFE4989)](https://codecov.io/gh/avo-hq/avo)

# Avo
The missing Ruby on Rails admin
Expand Down
2 changes: 1 addition & 1 deletion avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = 'https://rubygems.pkg.github.com/AvocadoHQ'
spec.metadata['allowed_push_host'] = 'https://rubygems.pkg.github.com/avo-hq'
else
raise 'RubyGems 2.0 or newer is required to protect against ' \
'public gem pushes.'
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
VERSION=$(bundle exec rails runner 'puts Avo::VERSION')

gem build avo.gemspec
gem push --key github --host https://rubygems.pkg.github.com/AvocadoHQ ./avo-$VERSION.gem
gem push --key github --host https://rubygems.pkg.github.com/avo-hq ./avo-$VERSION.gem

0 comments on commit 8761ee9

Please sign in to comment.