Skip to content

Commit fad4961

Browse files
committed
fix gem author names.
1 parent c4f2816 commit fad4961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ require './lib/action_kit_rest/version'
1414

1515
require 'juwelier'
1616
Juwelier::Tasks.new do |gem|
17-
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
1817
gem.name = 'action_kit_rest'
1918
gem.version = ActionKitRest::VERSION::STRING
2019
gem.homepage = 'http://github.com/controlshift/action_kit_rest'
2120
gem.license = 'MIT'
2221
gem.summary = %(A wrapper for the ActionKit REST API)
2322
gem.description = %(Gem for interacting with the ActionKit API)
2423
gem.email = 'systems@controlshiftlabs.com'
25-
gem.authors = ['Nathan Woodhull', 'Diego Marcet', 'Jacinda Moore']
24+
gem.authors = ['Nathan Woodhull', 'Diego Marcet', 'Grey Moore']
2625
# dependencies defined in Gemfile
2726
end
2827
Juwelier::RubygemsDotOrgTasks.new

0 commit comments

Comments
 (0)