File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ require './lib/action_kit_rest/version'
14
14
15
15
require 'juwelier'
16
16
Juwelier ::Tasks . new do |gem |
17
- # gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
18
17
gem . name = 'action_kit_rest'
19
18
gem . version = ActionKitRest ::VERSION ::STRING
20
19
gem . homepage = 'http://github.com/controlshift/action_kit_rest'
21
20
gem . license = 'MIT'
22
21
gem . summary = %(A wrapper for the ActionKit REST API)
23
22
gem . description = %(Gem for interacting with the ActionKit API)
24
23
gem . email = 'systems@controlshiftlabs.com'
25
- gem . authors = [ 'Nathan Woodhull' , 'Diego Marcet' , 'Jacinda Moore' ]
24
+ gem . authors = [ 'Nathan Woodhull' , 'Diego Marcet' , 'Grey Moore' ]
26
25
# dependencies defined in Gemfile
27
26
end
28
27
Juwelier ::RubygemsDotOrgTasks . new
You can’t perform that action at this time.
0 commit comments