Skip to content

Commit

Permalink
add license to spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Oct 4, 2015
1 parent e11f830 commit a5c8646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ringcentral_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.authors = ['John Wang']
s.email = 'johncwang@gmail.com'
s.homepage = 'https://github.com/grokify/'
s.licenses = ['MIT']
s.files = [
'CHANGELOG.md',
'LICENSE.txt',
Expand Down Expand Up @@ -36,4 +37,4 @@ Gem::Specification.new do |s|
s.add_dependency 'multi_json', '>= 0'
s.add_dependency 'oauth2', '>= 0'
s.add_dependency 'test-unit', '>= 0'
end
end

0 comments on commit a5c8646

Please sign in to comment.