Skip to content

Commit 137e46d

Browse files
committed
Updating gemspec to reference README.md instead of README
1 parent d383c38 commit 137e46d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adwords_api/google-adwords-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636
s.rubyforge_project = 'google-adwords-api'
3737
s.require_path = 'lib'
3838
s.files = Dir.glob('{lib,test}/**/*') + Dir.glob('examples/v*/**/*') +
39-
%w(COPYING README ChangeLog adwords_api.yml)
39+
%w(COPYING README.md ChangeLog adwords_api.yml)
4040
s.test_files = ['test/suite_unittests.rb']
4141
s.add_dependency('google-ads-common', '~> 0.9.3')
4242
end

0 commit comments

Comments
 (0)