Skip to content

Commit

Permalink
Updating gemspec to reference README.md instead of README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcloonan committed Apr 7, 2014
1 parent d383c38 commit 137e46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adwords_api/google-adwords-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'google-adwords-api'
s.require_path = 'lib'
s.files = Dir.glob('{lib,test}/**/*') + Dir.glob('examples/v*/**/*') +
%w(COPYING README ChangeLog adwords_api.yml)
%w(COPYING README.md ChangeLog adwords_api.yml)
s.test_files = ['test/suite_unittests.rb']
s.add_dependency('google-ads-common', '~> 0.9.3')
end

0 comments on commit 137e46d

Please sign in to comment.