arvados.git
10 months ago20862: Update gemspec to reflect forked gem name.
Tom Clegg [Fri, 18 Aug 2023 19:36:14 +0000 (15:36 -0400)]
20862: Update gemspec to reflect forked gem name.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 years agoMerge branch '16470-activesupport52-dependency' into production-master
Lucas Di Pentima [Thu, 16 Jul 2020 14:50:17 +0000 (11:50 -0300)]
Merge branch '16470-activesupport52-dependency' into production-master
Refs #16470

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16470: Updates gemspec to reflect arvados' repository page.
Lucas Di Pentima [Wed, 1 Jul 2020 19:10:28 +0000 (16:10 -0300)]
16470: Updates gemspec to reflect arvados' repository page.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

4 years ago16470: Bumps dependency on activesupport.
Lucas Di Pentima [Tue, 23 Jun 2020 20:30:42 +0000 (17:30 -0300)]
16470: Bumps dependency on activesupport.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

4 years agoBump patchlevel to reflect the incompatibility with faraday 0.6.2
Ward Vandewege [Fri, 4 Oct 2019 20:58:58 +0000 (16:58 -0400)]
Bump patchlevel to reflect the incompatibility with faraday 0.6.2

No issue #

4 years agoFix incompatibility with faraday 0.6.2
Tom Clegg [Mon, 30 Sep 2019 15:10:08 +0000 (11:10 -0400)]
Fix incompatibility with faraday 0.6.2

4 years agoUpdate upstream git repository + gem name.
Ward Vandewege [Fri, 4 Oct 2019 20:58:08 +0000 (16:58 -0400)]
Update upstream git repository + gem name.

No issue #

5 years agoMake the old google-api-client 0.8 release compatible with ruby 2.3.7,
Ward Vandewege [Mon, 3 Sep 2018 19:14:37 +0000 (15:14 -0400)]
Make the old google-api-client 0.8 release compatible with ruby 2.3.7,
by stripping an invalid CR from a http header.

No issue #

7 years agoBump version to lock activesupport dependency, update tests to not use old APIs
Steve Bazyl [Thu, 18 Aug 2016 17:07:19 +0000 (10:07 -0700)]
Bump version to lock activesupport dependency, update tests to not use old APIs

9 years agoBump version to 0.8.6
Tim Emiola [Wed, 15 Apr 2015 00:19:56 +0000 (17:19 -0700)]
Bump version to 0.8.6

9 years agoUpdate with changes for the 0.8.6 release
Tim Emiola [Wed, 15 Apr 2015 00:19:48 +0000 (17:19 -0700)]
Update with changes for the 0.8.6 release

9 years agoMerge pull request #219 from remi/respect-discovery-paths-with-colons
Tim Emiola [Tue, 14 Apr 2015 15:45:19 +0000 (08:45 -0700)]
Merge pull request #219 from remi/respect-discovery-paths-with-colons

Respect discovered methods with colons in path

9 years agoRespect discovered methods with colons in path
remi Taylor [Tue, 14 Apr 2015 04:38:47 +0000 (21:38 -0700)]
Respect discovered methods with colons in path

9 years agoMerge pull request #213 from remi/respect-discovered-rootUrl
Tim Emiola [Wed, 8 Apr 2015 01:55:56 +0000 (18:55 -0700)]
Merge pull request #213 from remi/respect-discovered-rootUrl

Use discovered 'rootUrl' as base URI for services

9 years agoMerge pull request #214 from remi/remove-trace-statements
Tim Emiola [Wed, 8 Apr 2015 01:52:19 +0000 (18:52 -0700)]
Merge pull request #214 from remi/remove-trace-statements

Remove trace statements

9 years agoRemove trace statements
remi Taylor [Tue, 7 Apr 2015 05:47:31 +0000 (22:47 -0700)]
Remove trace statements

9 years agoUse discovered 'rootUrl' as base URI for services
remi Taylor [Tue, 7 Apr 2015 04:38:42 +0000 (21:38 -0700)]
Use discovered 'rootUrl' as base URI for services

9 years agoRelease 0.8.5
Tim Emiola [Wed, 1 Apr 2015 00:01:35 +0000 (17:01 -0700)]
Release 0.8.5

9 years agoMerge pull request #211 from cbeer/support-rails-versions
Tim Emiola [Tue, 31 Mar 2015 23:57:20 +0000 (16:57 -0700)]
Merge pull request #211 from cbeer/support-rails-versions

Support and test under Rails 3.2, 4.0, 4.1, and 4.2

9 years agoSupport and test under Rails 3.2, 4.0, 4.1, and 4.2
Chris Beer [Mon, 30 Mar 2015 21:04:55 +0000 (14:04 -0700)]
Support and test under Rails 3.2, 4.0, 4.1, and 4.2

9 years agoRelease 0.8.4
Tim Emiola [Thu, 26 Mar 2015 01:02:32 +0000 (18:02 -0700)]
Release 0.8.4

- minor updates from the 0.8.3 release to fix file permissions in the released gem.
- fixes a warning when using the gem

9 years agoMerge pull request #208 from blowmage/fix-warnings
Tim Emiola [Thu, 26 Mar 2015 00:16:41 +0000 (17:16 -0700)]
Merge pull request #208 from blowmage/fix-warnings

Fix warnings

9 years agoFix warning: shadowing outer local variable
Mike Moore [Wed, 25 Mar 2015 23:14:45 +0000 (17:14 -0600)]
Fix warning: shadowing outer local variable

Versions of ruby deal with shadowing in different ways. Best to avoid it when possible.

Addresses the following warnings:

lib/google/api_client/auth/key_utils.rb:34: warning: shadowing outer local variable - passphrase
lib/google/api_client/auth/key_utils.rb:52: warning: shadowing outer local variable - passphrase

9 years agoFix warning: instance variable not initialized
Mike Moore [Wed, 25 Mar 2015 23:10:00 +0000 (17:10 -0600)]
Fix warning: instance variable not initialized

Initialize the variables to avoid the warning.

Addresses the following warnings:

lib/google/api_client/auth/storage.rb:51: warning: instance variable @authorization not initialized
lib/google/api_client/batch.rb:128: warning: instance variable @global_callback not initialized

9 years agoFix warning: File.exists? is deprecated
Mike Moore [Wed, 25 Mar 2015 23:06:20 +0000 (17:06 -0600)]
Fix warning: File.exists? is deprecated

File.exist? should be used instead.
Might consider using File.file? instead of File.exist? since File.exist? will
return true when given the path of a file or a directory.

Addresses the following warning:

lib/google/api_client/service/simple_file_store.rb:127: warning: File.exists? is a deprecated name, use File.exist? instead

9 years agoFix warning: assigned but unused variable
Mike Moore [Wed, 25 Mar 2015 23:03:20 +0000 (17:03 -0600)]
Fix warning: assigned but unused variable

There are several places where varaibles are assigned but not used.
The variables can be replaced with _, or prepended with _ to avoid a warning.
In one case the variable was removed because it was at the end of the method.

Addresses the following warnings:

lib/google/api_client.rb:493: warning: assigned but unused variable - key
lib/google/api_client/batch.rb:168: warning: assigned but unused variable - callback
lib/google/api_client/batch.rb:227: warning: assigned but unused variable - base
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - protocol
lib/google/api_client/batch.rb:271: warning: assigned but unused variable - reason
lib/google/api_client/request.rb:247: warning: assigned but unused variable - request_env

9 years agoMerge pull request #201 from tbetbetbe/ruby-auth-version-bump-and-use-latest-googleauth
Tim Emiola [Tue, 24 Mar 2015 02:43:05 +0000 (19:43 -0700)]
Merge pull request #201 from tbetbetbe/ruby-auth-version-bump-and-use-latest-googleauth

Version bump, and updates the googleauth dependency

9 years agoAdds Bundler's gem tasks
Tim Emiola [Tue, 24 Mar 2015 02:08:22 +0000 (19:08 -0700)]
Adds Bundler's gem tasks

9 years agoAdds support for tracking coverage on coveralls.io
Tim Emiola [Tue, 24 Mar 2015 01:48:29 +0000 (18:48 -0700)]
Adds support for tracking coverage on coveralls.io

9 years agoUpdate the docs and CHANGELOG to show that application default creds are available.
Tim Emiola [Tue, 24 Mar 2015 01:06:02 +0000 (18:06 -0700)]
Update the docs and CHANGELOG to show that application default creds are available.

9 years agoVersion bump, and updates the googleauth dependency
Tim Emiola [Thu, 12 Mar 2015 22:10:56 +0000 (15:10 -0700)]
Version bump, and updates the googleauth dependency

9 years agoMerge pull request #200 from tbetbetbe/google-api-enable-google-auth
Steve Bazyl [Tue, 10 Mar 2015 17:50:11 +0000 (10:50 -0700)]
Merge pull request #200 from tbetbetbe/google-api-enable-google-auth

Adds simple integration with googleauth

9 years agoAdds simple integration with googleauth
Tim Emiola [Tue, 10 Mar 2015 00:52:43 +0000 (17:52 -0700)]
Adds simple integration with googleauth

9 years agoRelease 0.8.2
Steven Bazyl [Sat, 10 Jan 2015 00:05:49 +0000 (16:05 -0800)]
Release 0.8.2

9 years agoMinor release
Steven Bazyl [Sat, 10 Jan 2015 00:05:40 +0000 (16:05 -0800)]
Minor release

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Sat, 10 Jan 2015 00:02:58 +0000 (16:02 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years ago#189 - Fix legacy file storage
Steven Bazyl [Sat, 10 Jan 2015 00:02:40 +0000 (16:02 -0800)]
#189 - Fix legacy file storage

9 years ago#190 - Restore cacerts.pem in gem
Steven Bazyl [Fri, 9 Jan 2015 23:49:47 +0000 (15:49 -0800)]
#190 - Restore cacerts.pem in gem

9 years agoMerge pull request #188 from joekr/master
Steve Bazyl [Fri, 9 Jan 2015 22:47:01 +0000 (14:47 -0800)]
Merge pull request #188 from joekr/master

Fixing README.md spelling mistake

9 years agoFixing README.md spelling mistake
Joe Kratzat [Mon, 29 Dec 2014 16:58:53 +0000 (11:58 -0500)]
Fixing README.md spelling mistake

The batching example had 'urlshortener' misspelled. If someone was to copy and paste the example to test it wouldn't work.

9 years agoRelease 0.8.1.1
Steven Bazyl [Fri, 19 Dec 2014 23:45:55 +0000 (15:45 -0800)]
Release 0.8.1.1

9 years agoRelease 0.8.1.1
Steven Bazyl [Fri, 19 Dec 2014 23:45:29 +0000 (15:45 -0800)]
Release 0.8.1.1

9 years agoFix logger, take #2
Steven Bazyl [Fri, 19 Dec 2014 23:45:20 +0000 (15:45 -0800)]
Fix logger, take #2

9 years agoRelease 0.8.1
Steven Bazyl [Thu, 18 Dec 2014 17:24:03 +0000 (09:24 -0800)]
Release 0.8.1

9 years agoBump version
Steven Bazyl [Thu, 18 Dec 2014 17:23:54 +0000 (09:23 -0800)]
Bump version

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Thu, 18 Dec 2014 17:21:33 +0000 (09:21 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years agoMerge pull request #184 from Shelvak/logger_fix
Steve Bazyl [Thu, 18 Dec 2014 17:21:12 +0000 (09:21 -0800)]
Merge pull request #184 from Shelvak/logger_fix

[Issue#183] Set app logger

9 years agoSet app logger
Néstor Coppi [Thu, 18 Dec 2014 14:07:17 +0000 (11:07 -0300)]
Set app logger

For issue #183 I have the same problem with Rails 4.1.6 and Ruby 2.1 with that, we have covered some cases ^^

9 years agoRelease 0.8.0
Steven Bazyl [Wed, 17 Dec 2014 21:02:00 +0000 (13:02 -0800)]
Release 0.8.0

9 years agoUpdate changelog & bump version
Steven Bazyl [Wed, 17 Dec 2014 20:59:54 +0000 (12:59 -0800)]
Update changelog & bump version

9 years agoMerge branch 'master' of https://github.com/google/google-api-ruby-client
Steven Bazyl [Wed, 17 Dec 2014 20:40:45 +0000 (12:40 -0800)]
Merge branch 'master' of https://github.com/google/google-api-ruby-client

9 years agoMerge branch 'dougforpres-auth-retry'
Steven Bazyl [Wed, 17 Dec 2014 20:40:15 +0000 (12:40 -0800)]
Merge branch 'dougforpres-auth-retry'

9 years agoResolve merge conflict
Steven Bazyl [Wed, 17 Dec 2014 20:39:57 +0000 (12:39 -0800)]
Resolve merge conflict

9 years agoMerge pull request #181 from seuros/patch-1
Steve Bazyl [Wed, 17 Dec 2014 20:25:46 +0000 (12:25 -0800)]
Merge pull request #181 from seuros/patch-1

Update google-api-client.gemspec

9 years agoMerge pull request #182 from seuros/patch-2
Steve Bazyl [Wed, 17 Dec 2014 20:20:43 +0000 (12:20 -0800)]
Merge pull request #182 from seuros/patch-2

Update .travis.yml

9 years ago#158 - guard against missing page tokens when building next/prev page requests
Steven Bazyl [Wed, 17 Dec 2014 04:57:12 +0000 (20:57 -0800)]
#158 - guard against missing page tokens when building next/prev page requests

9 years ago#159 - Excute batch requests using the service's connection
Steven Bazyl [Wed, 17 Dec 2014 04:52:57 +0000 (20:52 -0800)]
#159 - Excute batch requests using the service's connection

9 years agoAdd minimal tests for ClientSecrets
Steven Bazyl [Tue, 16 Dec 2014 21:47:26 +0000 (13:47 -0800)]
Add minimal tests for ClientSecrets

9 years ago#160 - Add option to set encoding of response body
Steven Bazyl [Tue, 16 Dec 2014 20:29:11 +0000 (12:29 -0800)]
#160 - Add option to set encoding of response body

9 years agoUpdate .travis.yml
Abdelkader Boudih [Mon, 15 Dec 2014 22:28:06 +0000 (22:28 +0000)]
Update .travis.yml

9 years agoUpdate google-api-client.gemspec
Abdelkader Boudih [Mon, 15 Dec 2014 22:22:52 +0000 (22:22 +0000)]
Update google-api-client.gemspec

9 years agoMerge prioridata-master
Steven Bazyl [Mon, 15 Dec 2014 21:42:17 +0000 (13:42 -0800)]
Merge prioridata-master

9 years agoResolve merge conflict, update rspec syntax and docs
Steven Bazyl [Mon, 15 Dec 2014 21:41:10 +0000 (13:41 -0800)]
Resolve merge conflict, update rspec syntax and docs

9 years agoMerge branch 'p7s1digital-master'
Steven Bazyl [Mon, 15 Dec 2014 21:33:28 +0000 (13:33 -0800)]
Merge branch 'p7s1digital-master'

9 years agoResolve merge conflict, update rspec syntax
Steven Bazyl [Mon, 15 Dec 2014 21:32:54 +0000 (13:32 -0800)]
Resolve merge conflict, update rspec syntax

9 years agoFix typo in sample
Steven Bazyl [Mon, 15 Dec 2014 21:02:51 +0000 (13:02 -0800)]
Fix typo in sample

9 years agoMerge branch 'seuros-more'
Steven Bazyl [Mon, 15 Dec 2014 19:54:03 +0000 (11:54 -0800)]
Merge branch 'seuros-more'

9 years agoRestore active support dependency
Steven Bazyl [Mon, 15 Dec 2014 19:53:00 +0000 (11:53 -0800)]
Restore active support dependency

9 years agoResolve merge conflict
Steven Bazyl [Mon, 15 Dec 2014 19:50:16 +0000 (11:50 -0800)]
Resolve merge conflict

9 years agoMove tasks -> rakelib
Steven Bazyl [Mon, 15 Dec 2014 19:46:24 +0000 (11:46 -0800)]
Move tasks -> rakelib

9 years agoUpdate depdencies, simplify gem management
Steven Bazyl [Mon, 15 Dec 2014 19:44:51 +0000 (11:44 -0800)]
Update depdencies, simplify gem management

9 years agoMerge pull request #178 from simplysoft/master
Steve Bazyl [Mon, 8 Dec 2014 23:35:21 +0000 (15:35 -0800)]
Merge pull request #178 from simplysoft/master

only upload media if there is one

9 years agoonly upload media if there is one
Pascal Brogle [Sun, 7 Dec 2014 09:43:30 +0000 (10:43 +0100)]
only upload media if there is one

9 years agoMerge pull request #162 from theit8514/master
Steve Bazyl [Sat, 6 Dec 2014 00:52:15 +0000 (16:52 -0800)]
Merge pull request #162 from theit8514/master

Update README example for register_discovery_document

9 years agoMerge pull request #175 from Christian-G/master
Steve Bazyl [Sat, 6 Dec 2014 00:50:25 +0000 (16:50 -0800)]
Merge pull request #175 from Christian-G/master

Added HTTP Proxy support

9 years agoAdded HTTP Proxy support
Christian-G [Wed, 3 Dec 2014 14:52:00 +0000 (15:52 +0100)]
Added HTTP Proxy support

9 years agoDropped uuidtools
Abdelkader Boudih [Thu, 18 Sep 2014 18:22:17 +0000 (18:22 +0000)]
Dropped uuidtools

9 years agoUse ActiveSupport instead of extlib
Abdelkader Boudih [Thu, 18 Sep 2014 18:15:10 +0000 (18:15 +0000)]
Use ActiveSupport instead of extlib

9 years agoDrop support for old rubies
Abdelkader Boudih [Thu, 18 Sep 2014 18:06:15 +0000 (18:06 +0000)]
Drop support for old rubies

9 years agoprefer AS's Inflector over Extlib
Abdelkader Boudih [Wed, 17 Sep 2014 15:38:51 +0000 (15:38 +0000)]
prefer AS's Inflector over Extlib

9 years agoRSpec 3 syntax
Abdelkader Boudih [Wed, 17 Sep 2014 15:03:33 +0000 (15:03 +0000)]
RSpec 3 syntax

9 years agoAnother form of Googol typo ?
Abdelkader Boudih [Wed, 17 Sep 2014 15:00:01 +0000 (15:00 +0000)]
Another form of Googol typo ?

9 years agoSo many versions!!
Abdelkader Boudih [Wed, 17 Sep 2014 14:57:32 +0000 (14:57 +0000)]
So many versions!!

9 years agoReplace deprecated method that cause ruby warnings File.exit?
Abdelkader Boudih [Wed, 17 Sep 2014 14:55:52 +0000 (14:55 +0000)]
Replace deprecated method that cause ruby warnings File.exit?

9 years agoClean up gemspec. We don't support 1.8.6 anyway
Abdelkader Boudih [Wed, 17 Sep 2014 14:50:07 +0000 (14:50 +0000)]
Clean up gemspec. We don't support 1.8.6 anyway

9 years agoUse the app logger and require railtie
Abdelkader Boudih [Wed, 17 Sep 2014 14:47:27 +0000 (14:47 +0000)]
Use the app logger and require railtie

9 years agoFile is being deleted before each test anyway
Abdelkader Boudih [Wed, 17 Sep 2014 14:45:01 +0000 (14:45 +0000)]
File is being deleted before each test anyway

9 years agoremove version from test .
Abdelkader Boudih [Wed, 17 Sep 2014 14:32:07 +0000 (14:32 +0000)]
remove version from test .

9 years agoMerge pull request #163 from tomykaira/retriable_no_2.0
Steve Bazyl [Tue, 7 Oct 2014 22:21:09 +0000 (15:21 -0700)]
Merge pull request #163 from tomykaira/retriable_no_2.0

Use retriable 1.x

9 years agoUpdate README.md
Daniel Wang [Fri, 3 Oct 2014 20:43:40 +0000 (13:43 -0700)]
Update README.md

9 years agoUpdate README.md
Daniel Wang [Fri, 3 Oct 2014 20:37:40 +0000 (13:37 -0700)]
Update README.md

9 years agoUse retriable 1.x
tomykaira [Sat, 27 Sep 2014 13:01:33 +0000 (22:01 +0900)]
Use retriable 1.x

Retriable version 2.0.0.beta is now released and its API changed.
Google-api-client does not work with the new API.
As a quick fix, specify retriable version in '>= 1.4 < 2.0'

9 years agoUpdate README documentation for register_discovery_document (It returns a Hash instea...
theit8514 [Thu, 25 Sep 2014 15:44:12 +0000 (11:44 -0400)]
Update README documentation for register_discovery_document (It returns a Hash instead of an API object, therefore we must call discovered_api to get the API object)

9 years agoMerge pull request #94 from programmiersportgruppe/master
Sérgio Gomes [Wed, 17 Sep 2014 14:56:26 +0000 (15:56 +0100)]
Merge pull request #94 from programmiersportgruppe/master

Shutdown WEBrick server used in installed app flow

9 years agoMerge pull request #154 from seuros/rbx-2
Sérgio Gomes [Wed, 17 Sep 2014 14:44:59 +0000 (15:44 +0100)]
Merge pull request #154 from seuros/rbx-2

use travis's rbx-2 instead of rbx, and removed duplicate gem dependency

9 years agouse travis's rbx-2 instead of rbx, and removed duplicate gem dependency
Abdelkader Boudih [Wed, 10 Sep 2014 09:00:55 +0000 (09:00 +0000)]
use travis's rbx-2 instead of rbx, and removed duplicate gem dependency

9 years agoRemoving jruby-20mode target, since Travis does not support it
Sérgio Gomes [Thu, 21 Aug 2014 14:04:42 +0000 (15:04 +0100)]
Removing jruby-20mode target, since Travis does not support it

9 years agoMissed a few rcov-related lines
Sérgio Gomes [Fri, 15 Aug 2014 14:15:19 +0000 (15:15 +0100)]
Missed a few rcov-related lines

9 years agoFixing issue with service-style batches and requests with bodies
Sérgio Gomes [Fri, 15 Aug 2014 08:49:59 +0000 (09:49 +0100)]
Fixing issue with service-style batches and requests with bodies

9 years agoSmall fix to service account spec with JRuby >= 1.9
Sérgio Gomes [Thu, 14 Aug 2014 16:37:47 +0000 (17:37 +0100)]
Small fix to service account spec with JRuby >= 1.9