Merge pull request #10 from tbetbetbe/ruby-auth-fix-travis-command

Ruby auth fix travis command
This commit is contained in:
Tim Emiola 2015-02-24 22:57:42 -08:00
commit 5261c511c8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ rvm:
- 1.9.3 - 1.9.3
- rbx-2 - rbx-2
- jruby - jruby
script: "bundle exec rake spec:all" script: "bundle exec rake"
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install idn - sudo apt-get install idn

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = 'temiola@google.com' s.email = 'temiola@google.com'
s.homepage = 'https://github.com/google/google-auth-library-ruby' s.homepage = 'https://github.com/google/google-auth-library-ruby'
s.summary = 'Google Auth Library for Ruby' s.summary = 'Google Auth Library for Ruby'
s.license = "Apache-2.0" s.license = 'Apache-2.0'
s.description = <<-eos s.description = <<-eos
Allows simple authorization for accessing Google APIs. Allows simple authorization for accessing Google APIs.
Provide support for Application Default Credentials, as described at Provide support for Application Default Credentials, as described at