notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-google-api-client Client for accessing Google APIs
0.53.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.53.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-03-21 12:12:50
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: rubygems
License: APACHE20
WWW:
https://github.com/googleapis/google-api-ruby-client
Description:
Client for accessing Google APIs.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-google-api-client-0.53.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-google-api-client-0.53.0/LICENSE
  3. /usr/local/share/licenses/rubygem-google-api-client-0.53.0/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-google-api-client>0:devel/rubygem-google-api-client
To install the port:
cd /usr/ports/devel/rubygem-google-api-client/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-google-api-client
  • pkg install rubygem-google-api-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-google-api-client
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1611665595 SHA256 (rubygem/google-api-client-0.53.0.gem) = 41006ef21fe02a70cff39a10aebf84fa7fb5f24c63566ab12b149ff1f1d9d7ff SIZE (rubygem/google-api-client-0.53.0.gem) = 7762432

Packages (timestamps in pop-ups are UTC):
rubygem-google-api-client
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.53.00.53.00.52.00.53.00.53.0-0.52.0-
FreeBSD:13:quarterly0.53.00.53.00.53.00.53.00.53.00.53.00.53.00.53.0
FreeBSD:14:latest0.53.00.53.00.53.00.53.00.53.00.53.0-0.53.0
FreeBSD:14:quarterly0.53.00.53.0-0.53.00.53.00.53.00.53.00.53.0
FreeBSD:15:latest0.53.00.53.0n/a0.53.0n/a0.53.00.53.00.53.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-google-apis-core>=0.1<1 : devel/rubygem-google-apis-core
  2. rubygem-google-apis-generator>=0.1<1 : devel/rubygem-google-apis-generator
  3. ruby30 : lang/ruby30
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
This port is required by:
for Run
  1. net/rubygem-google-cloud-bigquery

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. net/rubygem-fog-google13*
  2. net/rubygem-fog-google17*
  3. net/rubygem-fog-google19*
  4. net/rubygem-gitlab-fog-google*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_rubygem-google-api-client
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 114 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.53.0
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.53.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.53.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.53.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.53.0
26 Jan 2021 17:47:10
Revision:562889Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.53.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.52.0
19 Dec 2020 20:14:03
Revision:558571Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.52.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.51.0
13 Dec 2020 14:48:09
Revision:557973Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.51.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.50.0
21 Nov 2020 09:43:13
Revision:555919Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.50.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.49.0
15 Nov 2020 18:12:14
Revision:555394Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.49.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.48.0
09 Nov 2020 17:37:16
Revision:554768Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.48.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.47.0
08 Nov 2020 17:47:05
Revision:554618Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.47.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.46.2
22 Oct 2020 17:39:38
Revision:553021Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.46.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.46.1
13 Oct 2020 18:43:08
Revision:552265Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.46.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.46.0
05 Oct 2020 17:24:54
Revision:551519Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.46.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.45.1
29 Sep 2020 18:20:33
Revision:550598Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.45.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.45.0
21 Sep 2020 20:04:25
Revision:549521Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.45.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.44.2
19 Sep 2020 15:36:16
Revision:549014Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.44.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.44.1
07 Sep 2020 18:12:06
Revision:547927Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.44.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.44.0
05 Sep 2020 10:11:29
Revision:547642Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.44.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.43.0
15 Aug 2020 17:11:15
Revision:545039Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.43.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.42.2
08 Aug 2020 10:25:49
Revision:544475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.42.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.42.1
30 Jul 2020 09:53:33
Revision:543773Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.42.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.42.0
24 Jul 2020 07:18:12
Revision:543094Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.42.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.41.2
09 Jul 2020 18:10:46
Revision:541799Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.41.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.41.1
08 Jul 2020 19:13:45
Revision:541681Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.41.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.41.0
22 Jun 2020 19:37:35
Revision:539937Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.41.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.40.2
17 Jun 2020 18:03:50
Revision:539483Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.40.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.40.1
15 Jun 2020 19:13:48
Revision:539258Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.40.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.40.0
03 Jun 2020 18:29:51
Revision:537819Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.40.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.5
25 May 2020 18:36:04
Revision:536513Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.5

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.4
19 May 2020 05:18:09
Revision:535829Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.4

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.3
16 May 2020 11:04:25
Revision:535454Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.3

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.2
13 May 2020 20:42:33
Revision:535176Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.1
12 May 2020 22:29:40
Revision:535046Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.39.0
08 May 2020 21:20:06
Revision:534692Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.39.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.38.0
21 Apr 2020 19:46:00
Revision:532378Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.38.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.37.3
09 Apr 2020 18:57:36
Revision:531253Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.37.3

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.37.2
03 Mar 2020 18:54:12
Revision:527725Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.37.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.37.1
24 Feb 2020 18:58:32
Revision:527033Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.37.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.37.0
21 Feb 2020 18:58:53
Revision:526679Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.37.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.36.4
06 Jan 2020 14:45:08
Revision:522247Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.4

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.36.3
30 Dec 2019 16:59:57
Revision:521538Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.3

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.36.2
29 Dec 2019 17:35:09
Revision:521402Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.36.1
28 Dec 2019 07:37:28
Revision:521141Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.36.0
10 Dec 2019 17:14:42
Revision:519741Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.36.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.35.0
08 Dec 2019 17:28:14
Revision:519531Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.35.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.34.1
13 Nov 2019 23:39:27
Revision:517494Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.34.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.33.2
28 Oct 2019 14:55:35
Revision:515878Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.33.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.33.1
26 Oct 2019 14:30:24
Revision:515694Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.33.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.32.1
20 Oct 2019 17:17:59
Revision:515015Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.32.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.31.0
28 Sep 2019 20:03:32
Revision:513159Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.31.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.10
14 Sep 2019 21:10:53
Revision:512071Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.10

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.9
13 Sep 2019 11:51:07
Revision:511942Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.9

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.8
16 Aug 2019 18:10:50
Revision:509104Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
0.30.8
01 Aug 2019 16:17:55
Revision:507809Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.8

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.7
22 Jul 2019 19:03:58
Revision:507167Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.7

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.6
18 Jul 2019 23:51:10
Revision:506895Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.6

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.5
08 Jul 2019 18:48:37
Revision:506244Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.5

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.30.4
07 Jul 2019 19:13:46
Revision:506164Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.30.4

- Change RUN_DEPENDS from rubygem-googleauth06 to rubygem-googleauth
- Update version requirement of RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.25.0_1
24 Nov 2018 22:31:28
Revision:485823Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from rubygem-googleauth to rubygem-googleauth06

- Bump PORTREVISION for dependency change
0.25.0
11 Nov 2018 18:22:02
Revision:484736Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.25.0

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.24.3
14 Oct 2018 16:30:32
Revision:482072Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.24.3

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.24.2
26 Sep 2018 19:18:52
Revision:480760Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.24.2

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.24.1
24 Sep 2018 11:12:41
Revision:480579Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.24.1

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.24.0
17 Sep 2018 20:03:08
Revision:479952Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.24.0

- Update WWW

Changes:	https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.9
10 Sep 2018 20:28:28
Revision:479475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.9

- Remove outdated CONFLICTS_INSTALL

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.8
05 Sep 2018 23:56:01
Revision:479066Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.8

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.7
31 Aug 2018 14:43:04
Revision:478581Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.7

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.6
29 Aug 2018 19:11:39
Revision:478410Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.6

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.5
23 Aug 2018 17:59:22
Revision:477919Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.5

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.4
31 Jul 2018 23:48:02
Revision:476056Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.4

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.23.0
05 Jun 2018 18:56:51
Revision:471792Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.23.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.22.0
28 May 2018 15:08:53
Revision:471051Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.22.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.21.2
21 May 2018 15:01:06
Revision:470551Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.21.2

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.21.1
14 May 2018 16:32:02
Revision:469918Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.21.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.21.0
13 May 2018 00:44:12
Revision:469769Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.21.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.20.1
17 Apr 2018 19:16:01
Revision:467635Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.20.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.8
19 Feb 2018 10:31:10
Revision:462304Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.8

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.7
12 Feb 2018 19:04:13
Revision:461625Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.7

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.6
05 Feb 2018 17:50:24
Revision:461003Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.6

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.5
29 Jan 2018 11:28:30
Revision:460275Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.5

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.4
22 Jan 2018 15:47:14
Revision:459668Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.4

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.3
15 Jan 2018 17:16:50
Revision:459094Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.3

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.2
08 Jan 2018 16:52:15
Revision:458446Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.2

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.1
01 Jan 2018 20:59:19
Revision:457808Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.19.0
25 Dec 2017 13:54:19
Revision:457237Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.19.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.18.1
18 Dec 2017 17:17:35
Revision:456657Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.18.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.18.0
12 Dec 2017 13:34:52
Revision:456156Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.18.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.17.4
11 Dec 2017 10:43:10
Revision:455997Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.4

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.17.2
22 Nov 2017 23:35:40
Revision:454723Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.2

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.17.1
13 Nov 2017 19:36:42
Revision:454146Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.17.0
07 Nov 2017 21:02:50
Revision:453696Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.17.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.16.0
03 Nov 2017 20:27:58
Revision:453428Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.16.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.15.0
09 Oct 2017 10:38:04
Revision:451601Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.15.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.14.5
02 Oct 2017 18:24:32
Revision:451093Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.5

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.14.4
25 Sep 2017 15:12:42
Revision:450610Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.4

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.14.3
23 Sep 2017 14:10:36
Revision:450441Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.3

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.14.1
19 Sep 2017 15:49:37
Revision:450141Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.1

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md
0.14.0
18 Sep 2017 17:49:24
Revision:450068Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.14.0

Changes:	https://github.com/google/google-api-ruby-client/blob/master/CHANGELOG.md

Number of commits found: 114 (showing only 100 on this page)

1 | 2  »