Skip to content

Commit

Permalink
Merge pull request #725 from kreopelle/add-kayla-to-authors
Browse files Browse the repository at this point in the history
Add Kayla to authors
  • Loading branch information
amhuntsman authored Jul 13, 2021
2 parents 583dbe8 + 92b1436 commit 72d7b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infinite_tracing/newrelic-infinite_tracing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 = [ "Aaron Huntsman", "Tanna McClure", "Michael Lang" ]
s.authors = [ "Aaron Huntsman", "Tanna McClure", "Kayla Reopelle" ]
s.date = Time.now.strftime('%Y-%m-%d')
s.licenses = ['Apache-2.0']
s.description = <<-EOS
Expand Down
2 changes: 1 addition & 1 deletion newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.version = NewRelic::VERSION::STRING
s.required_ruby_version = '>= 2.0.0'
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = [ "Aaron Huntsman", "Tanna McClure", "Michael Lang" ]
s.authors = [ "Aaron Huntsman", "Tanna McClure", "Kayla Reopelle" ]
s.date = Time.now.strftime('%Y-%m-%d')
s.licenses = ['Apache-2.0']
s.description = <<-EOS
Expand Down

0 comments on commit 72d7b04

Please sign in to comment.