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-aws-sdk-resources2 AWS SDK for Ruby Resources
2.11.632 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 2.11.632Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-31 22:19:05
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: rubygems
License: APACHE20
WWW:
https://github.com/aws/aws-sdk-ruby
Description:
Provides resource oriented interfaces and other higher-level abstractions for many AWS services. This gem is part of the official AWS SDK for Ruby.
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-aws-sdk-resources2-2.11.632/catalog.mk
  2. /usr/local/share/licenses/rubygem-aws-sdk-resources2-2.11.632/LICENSE
  3. /usr/local/share/licenses/rubygem-aws-sdk-resources2-2.11.632/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-aws-sdk-resources2>0:devel/rubygem-aws-sdk-resources2
To install the port:
cd /usr/ports/devel/rubygem-aws-sdk-resources2/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-aws-sdk-resources2
  • pkg install rubygem-aws-sdk-resources2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-aws-sdk-resources2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1607685449 SHA256 (rubygem/aws-sdk-resources-2.11.632.gem) = 74ecdcd844a9af25aac01982354449f74ff545ee9bd1c7fb70510de92e8b716f SIZE (rubygem/aws-sdk-resources-2.11.632.gem) = 62976

Packages (timestamps in pop-ups are UTC):
rubygem-aws-sdk-resources2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.11.6322.11.6322.11.6322.11.6322.11.632-2.11.632-
FreeBSD:13:quarterly2.11.6322.11.6322.11.6322.11.6322.11.6322.11.6322.11.6322.11.632
FreeBSD:14:latest2.11.6322.11.6322.11.6322.11.6322.11.6322.11.632-2.11.632
FreeBSD:14:quarterly2.11.6322.11.632-2.11.6322.11.6322.11.6322.11.6322.11.632
FreeBSD:15:latest2.11.6322.11.632n/a2.11.632n/a2.11.6322.11.6322.11.632
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-aws-sdk-core2>=2.11.632 : devel/rubygem-aws-sdk-core2
  2. ruby30 : lang/ruby30
  3. 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. devel/rubygem-aws-sdk2

Configuration Options:
No options to configure
Options name:
devel_rubygem-aws-sdk-resources2
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: 206 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.11.632
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)
2.11.632
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)
2.11.632
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
2.11.632
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.
2.11.632
13 Dec 2020 14:47:45
Revision:557968Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.632

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.610
10 Dec 2020 21:49:24
Revision:557640Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.610

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.609
26 Nov 2020 21:21:13
Revision:556405Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.609

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.608
24 Nov 2020 20:50:50
Revision:556217Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.608

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.607
21 Nov 2020 09:40:50
Revision:555903Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.607

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.606
15 Nov 2020 18:11:12
Revision:555381Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.606

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.605
09 Nov 2020 17:36:53
Revision:554763Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.605

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.604
08 Nov 2020 17:45:05
Revision:554593Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.604

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.603
06 Nov 2020 11:29:59
Revision:554264Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.603

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.602
22 Oct 2020 17:39:08
Revision:553015Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.602

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.601
18 Oct 2020 20:25:56
Revision:552696Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.601

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.600
18 Oct 2020 15:36:35
Revision:552659Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.600

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.599
15 Oct 2020 20:14:45
Revision:552462Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.599

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.598
13 Oct 2020 18:42:58
Revision:552263Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.598

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.597
10 Oct 2020 17:59:18
Revision:551982Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.597

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.596
10 Oct 2020 07:46:02
Revision:551887Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.596

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.595
05 Oct 2020 17:24:44
Revision:551517Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.595

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.594
04 Oct 2020 14:13:55
Revision:551404Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.594

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.593
03 Oct 2020 09:51:53
Revision:551298Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.593

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.592
02 Oct 2020 13:19:20
Revision:551200Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.592

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.591
02 Oct 2020 08:12:35
Revision:551111Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.591

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.590
01 Oct 2020 08:04:13
Revision:550788Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.590

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.589
29 Sep 2020 18:19:35
Revision:550586Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.589

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.588
27 Sep 2020 19:33:20
Revision:550327Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.588

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.587
23 Sep 2020 18:50:16
Revision:549796Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.587

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.586
23 Sep 2020 12:06:09
Revision:549707Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.586

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.585
21 Sep 2020 20:03:31
Revision:549509Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.585

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.584
20 Sep 2020 19:18:04
Revision:549327Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.584

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.583
19 Sep 2020 15:36:01
Revision:549011Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.583

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.582
14 Sep 2020 17:47:08
Revision:548652Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.582

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.581
13 Sep 2020 19:54:34
Revision:548566Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.581

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.580
12 Sep 2020 12:08:50
Revision:548327Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.580

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.579
09 Sep 2020 20:39:22
Revision:548148Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.579

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.578
08 Sep 2020 17:49:30
Revision:548016Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.578

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.577
07 Sep 2020 18:11:47
Revision:547923Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.577

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.576
06 Sep 2020 15:38:24
Revision:547834Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.576

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.575
05 Sep 2020 21:34:02
Revision:547738Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.575

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.574
05 Sep 2020 10:10:49
Revision:547634Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.574

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.573
30 Aug 2020 20:22:06
Revision:547109Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.573

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.572
30 Aug 2020 07:16:41
Revision:547021Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.572

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.571
27 Aug 2020 19:01:53
Revision:546603Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.571

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.570
25 Aug 2020 18:49:44
Revision:546217Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.570

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.569
23 Aug 2020 19:36:59
Revision:545865Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.569

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.568
21 Aug 2020 21:26:52
Revision:545689Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.568

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.567
19 Aug 2020 16:23:59
Revision:545406Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.567

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.531
15 Aug 2020 17:10:03
Revision:545024Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.531

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.530
08 Aug 2020 10:24:25
Revision:544459Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.530

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.529
30 Jul 2020 09:53:12
Revision:543770Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.529

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.528
24 Jul 2020 19:05:34
Revision:543333Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.528

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.527
24 Jul 2020 07:17:51
Revision:543090Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.527

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.526
11 Jul 2020 18:11:36
Revision:542032Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.526

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.525
11 Jul 2020 07:48:09
Revision:541940Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.525

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.524
09 Jul 2020 18:10:30
Revision:541795Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.524

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.523
08 Jul 2020 19:10:14
Revision:541648Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.523

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.522
29 Jun 2020 16:16:18
Revision:540796Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.522

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.521
27 Jun 2020 09:34:58
Revision:540581Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.521

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.520
26 Jun 2020 11:57:18
Revision:540511Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.520

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.519
26 Jun 2020 08:46:37
Revision:540475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.519

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.518
24 Jun 2020 17:54:46
Revision:540279Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.518

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.517
24 Jun 2020 11:37:47
Revision:540051Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.517

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.516
22 Jun 2020 19:37:14
Revision:539933Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.516

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.515
22 Jun 2020 16:10:25
Revision:539849Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.515

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.514
19 Jun 2020 16:06:50
Revision:539650Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.514

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.513
17 Jun 2020 18:03:08
Revision:539475Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.513

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.512
15 Jun 2020 19:08:38
Revision:539200Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.512

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.511
14 Jun 2020 14:26:06
Revision:538789Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.511

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.510
03 Jun 2020 18:11:27
Revision:537675Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.510

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.509
31 May 2020 18:41:55
Revision:537373Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.509

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.508
29 May 2020 01:57:53
Revision:536848Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.508

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.507
28 May 2020 19:14:37
Revision:536803Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.507

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.506
26 May 2020 12:12:30
Revision:536622Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.506

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.505
25 May 2020 18:35:54
Revision:536511Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.505

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.504
22 May 2020 19:42:04
Revision:536230Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.504

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.503
21 May 2020 20:45:38
Revision:536166Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.503

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.502
21 May 2020 04:59:44
Revision:536063Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.502

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.501
19 May 2020 23:32:12
Revision:535926Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.501

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.500
19 May 2020 05:17:11
Revision:535818Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.500

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.499
17 May 2020 20:18:03
Revision:535667Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.499

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.498
16 May 2020 11:04:14
Revision:535452Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.498

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.497
13 May 2020 20:42:17
Revision:535173Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.497

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.496
12 May 2020 22:29:03
Revision:535039Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.496

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.495
11 May 2020 20:24:41
Revision:534954Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.495

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.494
09 May 2020 13:50:03
Revision:534765Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.494

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.493
08 May 2020 21:14:41
Revision:534641Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.493

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.492
08 May 2020 08:50:38
Revision:534371Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.492

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.491
06 May 2020 05:14:04
Revision:534137Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.491

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.490
04 May 2020 19:20:17
Revision:533963Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.490

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.489
03 May 2020 20:51:06
Revision:533843Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.489

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.488
02 May 2020 01:39:49
Revision:533644Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.488

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.487
30 Apr 2020 13:49:11
Revision:533450Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.487

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.486
29 Apr 2020 15:49:29
Revision:533365Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.486

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.485
28 Apr 2020 22:56:14
Revision:533296Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.485

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.484
27 Apr 2020 20:59:41
Revision:533195Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.484

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.483
26 Apr 2020 11:59:21
Revision:533051Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.483

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.482
24 Apr 2020 18:05:22
Revision:532851Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.482

Changes:	https://github.com/aws/aws-sdk-ruby/releases

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

1 | 2 | 3  »