Merge pull request #10 from tbetbetbe/ruby-auth-fix-travis-command
Ruby auth fix travis command
This commit is contained in:
commit
5261c511c8
|
@ -6,7 +6,7 @@ rvm:
|
|||
- 1.9.3
|
||||
- rbx-2
|
||||
- jruby
|
||||
script: "bundle exec rake spec:all"
|
||||
script: "bundle exec rake"
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install idn
|
||||
|
|
|
@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|||
s.email = 'temiola@google.com'
|
||||
s.homepage = 'https://github.com/google/google-auth-library-ruby'
|
||||
s.summary = 'Google Auth Library for Ruby'
|
||||
s.license = "Apache-2.0"
|
||||
s.license = 'Apache-2.0'
|
||||
s.description = <<-eos
|
||||
Allows simple authorization for accessing Google APIs.
|
||||
Provide support for Application Default Credentials, as described at
|
||||
|
|
Loading…
Reference in New Issue