File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111 s . homepage = "https://developer.zendesk.com"
1212 s . summary = 'Zendesk REST API Client'
1313 s . description = 'Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.'
14- s . license = 'Apache License Version 2.0'
14+ s . license = 'Apache- 2.0'
1515
1616 s . metadata = {
1717 'bug_tracker_uri' => 'https://github.com/zendesk/zendesk_api_client_rb/issues' ,
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121 'wiki_uri' => 'https://github.com/zendesk/zendesk_api_client_rb/wiki'
2222 }
2323
24- s . files = Dir . glob ( '{lib,util}/**/*' )
24+ s . files = Dir . glob ( '{lib,util}/**/*' ) << 'LICENSE'
2525
2626 s . required_ruby_version = ">= 2.3"
2727 s . required_rubygems_version = ">= 1.3.6"
You can’t perform that action at this time.
0 commit comments