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 AWS SDK for Ruby
3.2.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 3.2.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-06-10 20:00:44
Last Update: 2023-11-27 10:28:27
Commit Hash: 815e6b8
Also Listed In: rubygems
License: APACHE20
WWW:
https://github.com/aws/aws-sdk-ruby
https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk
Description:
The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.
HomepageHomepage    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-3.2.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-aws-sdk-3.2.0/LICENSE
  3. /usr/local/share/licenses/rubygem-aws-sdk-3.2.0/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-aws-sdk>0:devel/rubygem-aws-sdk
To install the port:
cd /usr/ports/devel/rubygem-aws-sdk/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-aws-sdk
  • pkg install rubygem-aws-sdk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-aws-sdk
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1700759898 SHA256 (rubygem/aws-sdk-3.2.0.gem) = 5e79f7403ac609718d043ef56cd26ac807f6ac7a9bd1e49f01f94b8fde64535d SIZE (rubygem/aws-sdk-3.2.0.gem) = 9216

Packages (timestamps in pop-ups are UTC):
rubygem-aws-sdk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.03.2.03.0.13.2.03.2.0-3.0.1-
FreeBSD:13:quarterly3.2.03.2.03.1.03.2.03.2.03.2.03.2.03.2.0
FreeBSD:14:latest3.2.03.2.03.1.03.2.03.2.03.1.0-3.1.0
FreeBSD:14:quarterly3.2.03.2.0-3.2.03.2.03.2.03.2.03.2.0
FreeBSD:15:latest3.2.03.2.0n/a3.2.0n/a3.2.03.2.03.2.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. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-aws-sdk-resources>=3<4 : devel/rubygem-aws-sdk-resources
  2. ruby31 : lang/ruby31
  3. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_rubygem-aws-sdk
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.
Port Moves
  • port moved here from devel/rubygem-aws-sdk-v1 on 2022-01-11
    REASON: Remove obsoleted port. Use devel/rubygem-aws-sdk instead

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

1 | 2 | 3 | 4 | 5  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.0
27 Nov 2023 10:28:27
commit hash: 815e6b8c4b85e231ec7cefa77020596f7c780a5ecommit hash: 815e6b8c4b85e231ec7cefa77020596f7c780a5ecommit hash: 815e6b8c4b85e231ec7cefa77020596f7c780a5ecommit hash: 815e6b8c4b85e231ec7cefa77020596f7c780a5e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk: Update to 3.2.0

- Update WWW

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk/CHANGELOG.md
3.1.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)
3.1.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)
3.1.0
21 Sep 2021 03:45:08
commit hash: d6e4b9c15c6bff99cab05b627dec71dadb00e790commit hash: d6e4b9c15c6bff99cab05b627dec71dadb00e790commit hash: d6e4b9c15c6bff99cab05b627dec71dadb00e790commit hash: d6e4b9c15c6bff99cab05b627dec71dadb00e790 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk: Update to 3.1.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md
3.0.2
18 Apr 2021 05:44:30
commit hash: 70bf4dd7b485a934f93d7cc789b444f2133ab864commit hash: 70bf4dd7b485a934f93d7cc789b444f2133ab864commit hash: 70bf4dd7b485a934f93d7cc789b444f2133ab864commit hash: 70bf4dd7b485a934f93d7cc789b444f2133ab864 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-aws-sdk: Update to 3.0.2

- Add LICENSE_FILE

Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md
3.0.1
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
3.0.1
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.
3.0.1
29 Dec 2019 12:56:00
Revision:521331Original commit files touched by this commit
sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
3.0.1
31 Aug 2019 22:47:47
Revision:510659Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.1

Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md
2.11.344
31 Aug 2019 07:56:57
Revision:510345Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.344

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.343
30 Aug 2019 00:03:52
Revision:510198Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.343

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.342
28 Aug 2019 23:52:56
Revision:510120Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.342

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.341
27 Aug 2019 23:59:47
Revision:510031Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.341

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.340
26 Aug 2019 11:48:55
Revision:509924Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.340

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.339
24 Aug 2019 19:52:06
Revision:509742Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.339

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.338
24 Aug 2019 00:08:52
Revision:509681Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.338

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.337
21 Aug 2019 19:26:42
Revision:509536Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.337

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.336
20 Aug 2019 19:18:53
Revision:509457Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.336

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.335
18 Aug 2019 23:57:14
Revision:509246Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.335

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.334
16 Aug 2019 18:10:24
Revision:509099Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.334

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.333
15 Aug 2019 18:12:25
Revision:509032Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.333

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.332
14 Aug 2019 18:01:38
Revision:508950Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.332

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.331
13 Aug 2019 20:50:29
Revision:508856Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.331

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.330
10 Aug 2019 22:50:28
Revision:508530Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.330

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.329
09 Aug 2019 20:01:31
Revision:508470Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.329

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.328
09 Aug 2019 11:45:46
Revision:508442Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.328

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.327
07 Aug 2019 16:43:13
Revision:508329Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.327

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.326
06 Aug 2019 17:42:41
Revision:508273Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.326

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.325
03 Aug 2019 20:56:24
Revision:508013Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.325

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.324
01 Aug 2019 16:17:39
Revision:507806Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.324

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.322
30 Jul 2019 13:39:05
Revision:507644Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.322

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.321
29 Jul 2019 16:52:13
Revision:507576Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.321

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.320
29 Jul 2019 01:25:08
Revision:507552Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.320

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.319
27 Jul 2019 11:55:08
Revision:507412Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.319

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.318
25 Jul 2019 23:57:18
Revision:507336Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.318

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.317
22 Jul 2019 19:03:42
Revision:507164Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.317

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.302
26 Jun 2019 17:26:50
Revision:505167Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.302

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.301
25 Jun 2019 20:52:40
Revision:505118Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.301

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.300
23 Jun 2019 19:20:28
Revision:504970Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.300

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.299
22 Jun 2019 21:48:55
Revision:504898Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.299

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.298
21 Jun 2019 23:09:37
Revision:504827Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.298

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.297
20 Jun 2019 19:09:41
Revision:504723Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.297

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.296
19 Jun 2019 16:53:33
Revision:504568Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.296

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.295
15 Jun 2019 19:21:19
Revision:504255Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.295

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.294
14 Jun 2019 20:20:16
Revision:504208Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.294

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.293
13 Jun 2019 15:49:19
Revision:504111Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.293

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.292
12 Jun 2019 20:02:32
Revision:504042Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.292

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.291
11 Jun 2019 20:20:03
Revision:503984Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.291

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.290
08 Jun 2019 20:28:54
Revision:503756Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.290

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.289
07 Jun 2019 23:04:59
Revision:503665Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.289

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.288
06 Jun 2019 18:37:06
Revision:503590Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.288

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.287
05 Jun 2019 19:40:17
Revision:503522Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.287

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.286
04 Jun 2019 16:48:01
Revision:503482Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.286

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.285
31 May 2019 10:28:15
Revision:503139Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.285

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.284
30 May 2019 21:56:20
Revision:503099Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.284

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.283
29 May 2019 18:36:43
Revision:502991Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.283

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.282
25 May 2019 22:03:36
Revision:502650Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.282

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.281
25 May 2019 10:01:04
Revision:502529Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.281

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.280
23 May 2019 23:52:58
Revision:502407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.280

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.278
21 May 2019 18:04:11
Revision:502230Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.278

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.277
20 May 2019 18:09:16
Revision:502138Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.277

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.276
19 May 2019 21:54:21
Revision:502062Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.276

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.275
18 May 2019 09:45:01
Revision:501939Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.275

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.274
18 May 2019 05:58:54
Revision:501909Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.274

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.273
16 May 2019 23:57:15
Revision:501823Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.273

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.272
15 May 2019 15:54:42
Revision:501717Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.272

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.271
12 May 2019 20:10:56
Revision:501485Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.271

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.264
30 Apr 2019 19:07:59
Revision:500539Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.264

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.263
27 Apr 2019 18:26:22
Revision:500237Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.263

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.262
26 Apr 2019 20:47:12
Revision:500149Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.262

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.261
25 Apr 2019 18:29:44
Revision:500054Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.261

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.260
20 Apr 2019 23:07:29
Revision:499480Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.260

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.259
19 Apr 2019 23:26:57
Revision:499407Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.259

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.258
18 Apr 2019 18:00:58
Revision:499299Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.258

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.257
17 Apr 2019 18:49:09
Revision:499193Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.257

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.256
07 Apr 2019 20:06:35
Revision:498320Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.256

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.255
06 Apr 2019 14:43:54
Revision:498114Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.255

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.254
05 Apr 2019 22:45:06
Revision:498024Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.254

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.253
04 Apr 2019 23:55:26
Revision:497882Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.253

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.252
03 Apr 2019 00:03:36
Revision:497604Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.252

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.251
30 Mar 2019 20:45:04
Revision:497351Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.251

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.250
29 Mar 2019 14:16:01
Revision:497129Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.250

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.249
28 Mar 2019 17:33:06
Revision:497036Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.249

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.248
27 Mar 2019 19:22:27
Revision:496962Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.248

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.247
26 Mar 2019 17:43:11
Revision:496907Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.247

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.246
23 Mar 2019 12:40:16
Revision:496651Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.246

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.245
22 Mar 2019 21:22:00
Revision:496588Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.245

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.244
21 Mar 2019 19:40:43
Revision:496492Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.244

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.243
20 Mar 2019 18:03:23
Revision:496370Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.243

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.242
19 Mar 2019 17:48:58
Revision:496282Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.242

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.241
15 Mar 2019 21:41:41
Revision:495825Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.241

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.240
14 Mar 2019 15:20:29
Revision:495711Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.240

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.239
13 Mar 2019 16:11:15
Revision:495599Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.239

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.238
12 Mar 2019 18:10:19
Revision:495487Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.238

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.237
09 Mar 2019 14:37:50
Revision:495157Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.237

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.236
09 Mar 2019 12:09:24
Revision:495134Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.236

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.235
07 Mar 2019 17:32:31
Revision:494975Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.235

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.234
06 Mar 2019 18:07:04
Revision:494811Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.234

Changes:	https://github.com/aws/aws-sdk-ruby/releases
2.11.233
05 Mar 2019 17:30:01
Revision:494730Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.11.233

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

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

1 | 2 | 3 | 4 | 5  »