Skip to content

Commit

Permalink
Adding license data to gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin committed Nov 19, 2013
1 parent 49ce0cd commit 505122a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ads_common/google-ads-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://code.google.com/p/google-api-ads-ruby/'
s.authors = ['Sergio Gomes', 'Danial Klimkin']
s.email = ['api.dklimkin@gmail.com']
s.license = 'Apache-2.0'
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'google-ads-common'
Expand Down
1 change: 1 addition & 0 deletions adwords_api/google-adwords-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://code.google.com/p/google-api-ads-ruby/'
s.authors = ['Danial Klimkin']
s.email = ['api.dklimkin@gmail.com']
s.license = 'Apache-2.0'
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'google-adwords-api'
Expand Down
1 change: 1 addition & 0 deletions adx_buyer_api/google-adx-buyer-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://code.google.com/p/google-api-ads-ruby/'
s.authors = ['Danial Klimkin']
s.email = ['api.dklimkin@gmail.com']
s.license = 'Apache-2.0'
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'google-adx-buyer-api'
Expand Down
1 change: 1 addition & 0 deletions dfp_api/google-dfp-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://code.google.com/p/google-api-ads-ruby/'
s.authors = ['Danial Klimkin']
s.email = ['api.dklimkin@gmail.com']
s.license = 'Apache-2.0'
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'google-dfp-api'
Expand Down

0 comments on commit 505122a

Please sign in to comment.