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-core2 AWS SDK for Ruby - Core
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:18:15
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 API clients for AWS. 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 (4 items)
Collapse this list.
  1. bin/aws.rb
  2. /usr/local/share/licenses/rubygem-aws-sdk-core2-2.11.632/catalog.mk
  3. /usr/local/share/licenses/rubygem-aws-sdk-core2-2.11.632/LICENSE
  4. /usr/local/share/licenses/rubygem-aws-sdk-core2-2.11.632/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-aws-sdk-core2>0:devel/rubygem-aws-sdk-core2
To install the port:
cd /usr/ports/devel/rubygem-aws-sdk-core2/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-aws-sdk-core2
  • pkg install rubygem-aws-sdk-core2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-aws-sdk-core2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1607685423 SHA256 (rubygem/aws-sdk-core-2.11.632.gem) = 57a0b2eb3bd118e5ecd9a8faa3ee988697cc0848045774fe1786de43c547723b SIZE (rubygem/aws-sdk-core-2.11.632.gem) = 2037248

Packages (timestamps in pop-ups are UTC):
rubygem-aws-sdk-core2
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-sigv4>=1.0<2 : devel/rubygem-aws-sigv4
  2. rubygem-jmespath>=1.0<2 : devel/rubygem-jmespath
  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. devel/rubygem-aws-sdk-resources2

Configuration Options:
No options to configure
Options name:
devel_rubygem-aws-sdk-core2
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:46:42
Revision:557955Original 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:47:42
Revision:557623Original 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:19:36
Revision:556385Original 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:49:58
Revision:556206Original 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:39:24
Revision:555885Original 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:08:11
Revision:555359Original 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:00
Revision:554752Original 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:22:09
Revision:554570Original 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:15
Revision:554258Original 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:03
Revision:553014Original 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:41
Revision:552693Original 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:35:52
Revision:552650Original 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:39
Revision:552461Original 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:48
Revision:552261Original 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:58:18
Revision:551970Original 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:45:36
Revision:551882Original 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:39
Revision:551516Original 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:50
Revision:551403Original 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:24
Revision:551292Original 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:01
Revision:551196Original 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 07:36:11
Revision:550982Original 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:03
Revision:550786Original 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:20
Revision:550583Original 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:00
Revision:550324Original 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:02
Revision:549792Original 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:05:34
Revision:549700Original 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:02
Revision:549503Original 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:06:30
Revision:549202Original 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:35:56
Revision:549010Original 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:03
Revision:548651Original 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:15
Revision:548562Original 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:30
Revision:548323Original 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:38:57
Revision:548143Original 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:20
Revision:548014Original 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:37
Revision:547921Original 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:37:52
Revision:547828Original 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:33:37
Revision:547733Original 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:39
Revision:547632Original 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:21:47
Revision:547105Original 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:11
Revision:547015Original 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 18:50:44
Revision:546476Original 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:33
Revision:546215Original 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:49
Revision:545863Original 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:25:49
Revision:545676Original 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:00
Revision:545394Original 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:08:55
Revision:545010Original 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:22:52
Revision:544441Original 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:52:08
Revision:543761Original 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:02:26
Revision:543321Original 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:25
Revision:543085Original 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:20
Revision:542029Original 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:47:28
Revision:541932Original 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:09:53
Revision:541788Original 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:05:18
Revision:541605Original 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:13
Revision:540795Original 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:30
Revision:540578Original 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:01
Revision:540508Original 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:05
Revision:540469Original 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:44:03
Revision:540156Original 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:20
Revision:540046Original 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:36:53
Revision:539929Original 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:09:54
Revision:539843Original 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:23
Revision:539645Original 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:02:20
Revision:539466Original 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 18:55:51
Revision:539075Original 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:25:19
Revision:538780Original 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:00
Revision:537670Original 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:24:46
Revision:537249Original 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:37
Revision:536845Original 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:06
Revision:536797Original 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:25
Revision:536621Original 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:43
Revision:536509Original 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:41:53
Revision:536228Original 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:28
Revision:536164Original 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:28
Revision:536060Original 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:31:41
Revision:535920Original 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:05
Revision:535817Original 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:17:58
Revision:535666Original 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:03:48
Revision:535447Original 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:07
Revision:535171Original 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:28:42
Revision:535035Original 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:19
Revision:534951Original 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:49:58
Revision:534764Original 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:02:10
Revision:534518Original 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:27
Revision:534369Original 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:13:53
Revision:534135Original 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:12
Revision:533962Original 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:50:50
Revision:533840Original 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:22
Revision:533639Original 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:00
Revision:533448Original 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:02
Revision:533360Original 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:55:58
Revision:533293Original 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:36
Revision:533194Original 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:00
Revision:533047Original 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:04:33
Revision:532842Original 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  »