Skip to content

Commit

Permalink
Update urbanairship.gemspec
Browse files Browse the repository at this point in the history
Should prevent error message urbanairship-ae77dd9d9984 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
  ["README.markdown"] are not files
  • Loading branch information
MarkMurphy committed Dec 15, 2014
1 parent ae77dd9 commit 8111947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanairship.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/groupon/urbanairship'
s.authors = ['Groupon, Inc.']
s.email = ['rubygems@groupon.com']
s.files = FileList['README.markdown', 'LICENSE', 'Rakefile', 'lib/**/*.rb'].to_a
s.files = FileList['README.md', 'LICENSE', 'Rakefile', 'lib/**/*.rb'].to_a
s.test_files = FileList['spec/**/*.rb'].to_a

s.add_dependency 'json'
Expand Down

0 comments on commit 8111947

Please sign in to comment.