Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhade3 committed Jan 10, 2024
1 parent aaff290 commit 11c6244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Run linters
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake rubocop
run: bundle exec rake rubocop
2 changes: 1 addition & 1 deletion hackerone-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = %q{A limited client for the HackerOne API}
spec.homepage = "https://github.com/oreoshake/hackerone-client"
spec.homepage = "https://github.com/github/hackerone-client"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit 11c6244

Please sign in to comment.