Skip to content

Commit 6a88551

Browse files
authored
Merge pull request zendesk#427 from orien/license
2 parents fd431b4 + b5bf5b2 commit 6a88551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zendesk_api.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)