Skip to content

Commit

Permalink
Merge pull request #1133 from newrelic/Add_Hannah_as_contributor
Browse files Browse the repository at this point in the history
Add Hannah as gem author
  • Loading branch information
hannahramadan committed May 2, 2022
2 parents bfcee4e + 41e46b1 commit ce4e068
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label_community_cards.yml
Expand Up @@ -19,5 +19,5 @@ jobs:
labels: ['community']
})
if: |
github.event.issue.user.login != 'fallwith' && github.event.issue.user.login != 'kaylareopelle' && github.event.issue.user.login != 'tannalynn' && github.event.issue.user.login != 'angelatan2' && github.event.issue.user.login != 'elucus' &&
github.event.pull_request.user.login != 'fallwith' && github.event.pull_request.user.login != 'kaylareopelle' && github.event.pull_request.user.login != 'tannalynn' && github.event.pull_request.user.login != 'angelatan2' && github.event.pull_request.user.login != 'elucus'
github.event.issue.user.login != 'fallwith' && github.event.issue.user.login != 'kaylareopelle' && github.event.issue.user.login != 'tannalynn' && github.event.issue.user.login != 'angelatan2' && github.event.issue.user.login != 'elucus' && github.event.issue.user.login != 'hannahramadan' &&
github.event.pull_request.user.login != 'fallwith' && github.event.pull_request.user.login != 'kaylareopelle' && github.event.pull_request.user.login != 'tannalynn' && github.event.pull_request.user.login != 'angelatan2' && github.event.pull_request.user.login != 'elucus' && github.event.pull_request.user.login != 'hannahramadan'
2 changes: 1 addition & 1 deletion infinite_tracing/newrelic-infinite_tracing.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.version = NewRelic::VERSION::STRING
s.required_ruby_version = '>= 2.5.0'
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch"]
s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch", "Hannah Ramadan"]
s.licenses = ['Apache-2.0']
s.description = <<-EOS
The New Relic Ruby agent requires the gem newrelic_rpm, and it includes distributed
Expand Down
2 changes: 1 addition & 1 deletion newrelic_rpm.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.version = NewRelic::VERSION::STRING
s.required_ruby_version = '>= 2.2.0'
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch"]
s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch", "Hannah Ramadan"]
s.licenses = ['Apache-2.0']
s.description = <<-EOS
New Relic is a performance management system, developed by New Relic,
Expand Down

0 comments on commit ce4e068

Please sign in to comment.