Commit Graph

55 Commits

Author SHA1 Message Date
Steve Bazyl 496d795e4c #364 - Remove active support from gemspec 2016-02-25 15:19:05 -08:00
James Healy 4b9a63c086 replace multi_json dependency with regular stdlib JSON
JSON has been part of the ruby stdlib since 1.9.0 (see
https://github.com/ruby/ruby/commit/af1c4167), and the latest version of
google-api-client requires ruby 2.0 or better so we can assume it's available
2016-02-25 13:27:33 +11:00
Steve Bazyl e8481dd14d Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
Steve Bazyl 92fc3b0804 Update googleauth, representable gems 2015-12-16 11:31:37 -08:00
Ruslan Korolev 897c0747be update googleauth + add usefull gems for dev 2015-08-17 11:54:45 +03:00
Steven Bazyl 297db0eb66 Fix date formatting to include milliseconds, drop virtus 2015-07-24 22:36:01 -07:00
Steven Bazyl f584a2cec8 Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
Chris Beer 855c976976 Support and test under Rails 3.2, 4.0, 4.1, and 4.2 2015-03-30 14:49:32 -07:00
Tim Emiola f008d518f0 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
2015-03-25 18:31:54 -07:00
Tim Emiola 697d7287fe Adds support for tracking coverage on coveralls.io 2015-03-23 18:51:32 -07:00
Tim Emiola da6977f8ad Version bump, and updates the googleauth dependency 2015-03-23 18:51:22 -07:00
Tim Emiola da7616d99d Adds simple integration with googleauth 2015-03-09 17:52:43 -07:00
Steven Bazyl 21cd5b27b1 #190 - Restore cacerts.pem in gem 2015-01-09 15:49:47 -08:00
Abdelkader Boudih 814030babe Update google-api-client.gemspec 2014-12-15 22:22:52 +00:00
Steven Bazyl f8ca44f9ca Restore active support dependency 2014-12-15 11:53:00 -08:00
Steven Bazyl ec670e9fa0 Resolve merge conflict 2014-12-15 11:50:16 -08:00
Steven Bazyl 0244bf13b3 Update depdencies, simplify gem management 2014-12-15 11:44:51 -08:00
Abdelkader Boudih 2ba98c3332 Dropped uuidtools 2014-10-08 12:03:28 +00:00
Abdelkader Boudih b2343e24a5 Use ActiveSupport instead of extlib 2014-10-08 12:03:28 +00:00
Abdelkader Boudih 9719c9f357 Drop support for old rubies 2014-10-08 12:03:28 +00:00
Abdelkader Boudih 27df982625 Clean up gemspec. We don't support 1.8.6 anyway 2014-10-08 12:02:36 +00:00
tomykaira bb9f607c8e 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'
2014-09-27 22:01:33 +09:00
Steven Bazyl df72a3681d Minor release to update retriable dependency lost when merging 2014-01-23 13:31:45 -08:00
Steven Bazyl f3821f9917 Resolve merge conflict on gemspec 2014-01-22 15:44:04 -08:00
Steven Bazyl 30881d7169 Update faraday version 2014-01-17 11:32:37 -08:00
Rob Hunter 3648b9a9ee Update gem homepage to GitHub (like the README) 2013-11-25 09:57:03 +11:00
Steven Bazyl 2a3965d976 Redo 0.7.0... 2013-09-09 13:58:13 -07:00
Steven Bazyl b160f24685 Update gemspec 2013-09-09 13:48:22 -07:00
pete higgins 57f25bce5e Update homepage in gemspec to point at Github. 2013-06-19 16:46:34 -07:00
Steven Bazyl d1ca5308e9 Update faraday 2013-06-03 16:06:12 -07:00
Steven Bazyl 794c6a90f7 Upgrade to Faraday 0.9 (fixes params encoding problems) 2013-05-13 14:03:49 -07:00
Steven Bazyl bfafe1b0c8 Minor release 2013-03-25 21:37:52 -07:00
Steven Bazyl 4dc0665ccc Update autoparse version 2013-03-25 21:32:16 -07:00
Steven Bazyl f369139b32 Minor release to fix service account impersonation 2013-01-14 17:00:58 -08:00
Steven Bazyl 7feb61f70d Update changelog/gemspec 2013-01-04 16:15:27 -08:00
Bob Aman 6ac2952366 If it's in .gitignore, it shouldn't be part of the gem. 2012-11-19 12:05:33 +03:00
Steven Bazyl 3047a97c6f Update owner/author info 2012-10-25 15:05:34 -07:00
Bob Aman 2c567fd720 Added the ability to create an authorization object from client secrets. 2012-10-05 12:07:42 +03:00
Bob Aman 11155d3c39 Backwards compatibility for MultiJson. 2012-08-30 12:15:59 +03:00
Bob Aman 64fc8e74d9 Updating version and dependencies. 2012-07-31 16:56:17 +03:00
Bob Aman 5e751681dd Updating dependencies. 2012-07-21 13:51:23 +03:00
Simone Carletti 5858999045 Remove multiple specifications of gem 'rspec'
We should take advantage of bundler. Use gemspec in the Gemfile to merge the Gemfile with the dependencies in the .gemspec file.
This solution requires rcov to be removed from .gemspec because RCov only works in MRI 1.8 and there's no way to specify platforms in the .gemspec.
2012-06-14 11:47:06 +02:00
Steven Bazyl eb045d41e5 Update gemspec 2012-06-11 16:01:20 -07:00
Bob Aman 0a23bd4144 Updating dependency to avoid certificate verify failure errors. 2012-05-24 17:47:17 +03:00
Bob Aman 236191e9c9 Updating dependencies to include UUIDTools. 2012-05-24 15:42:21 +03:00
Sergio Gomes a666d52770 Adding batch support 2012-05-16 20:05:24 +01:00
Bob Aman cc743fa402 Updated gemspec. 2012-05-11 13:12:40 +03:00
Bob Aman 96b697bd5f Updated gemspec. 2012-03-27 13:21:00 -05:00
Bob Aman 0dee0cbc52 Updated gemspec. 2012-02-22 15:41:18 +03:00
Bob Aman d9f7ae0ae2 Updated gemspec. 2012-02-10 17:36:41 +03:00