pg-aws_rds_iam 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f609de0074efdc1149609180b6e668f64895f571562635cca5f3f9c9efeacd11
4
- data.tar.gz: e6739b2d989f8d9b1aa93cb5db7c29aee0f64550e3e964b24d5a994918271f23
3
+ metadata.gz: 0ca0b85c869fa1f5ccac0bada663bd2f532e5566359aea7d42a1f3c922e7dec4
4
+ data.tar.gz: ed10f2e843a9b2fee3c09588be471e8936b1ce59059065e6648a62549b6dc6b4
5
5
  SHA512:
6
- metadata.gz: 0c7e194f5f6448f2af950f5a505caf54a5b1bce996fc9e7043d1681bce32dec2aa95f2edab089f57a7efb4182f685b7e3b4b9c05d46f9ed0cbdfe22a8939cfb7
7
- data.tar.gz: c2a5257753f3c0cacab42efef11cd46da620cb951fbf4d222a835d4288dbd31f7bc7e055e9c98fd9e4dc9f6decb6e341b5a93bb42480eb9b960760b9bbf12eca
6
+ metadata.gz: 4e8373d5955858e81ca374910698e089992f50259cb3ed8b504b51c8e78a7548fd30928b181e7dc435505d24f3cce6a38577f43fee1de7809f5a256cde570bc4
7
+ data.tar.gz: e93b304b942f78d74f63e3e122e53d9a464148e0d033f03903e3f39f35da06b64a56bd159f782859911c7b3b5be3c3e5ecd2311cc98f16a77009b639d04cc0bc
data/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
 
9
9
  No notable changes.
10
10
 
11
+ ## [0.3.2] - 2021-11-15
12
+
13
+ ### Changed
14
+ * Require MFA to publish gem ([#278](https://github.com/haines/pg-aws_rds_iam/pull/278))
15
+
11
16
  ## [0.3.1] - 2021-11-10
12
17
 
13
18
  ### Fixed
@@ -38,7 +43,8 @@ No notable changes.
38
43
  * A plugin for the [`pg` gem](https://rubygems.org/gems/pg) that adds support for [IAM authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) when connecting to PostgreSQL databases hosted in Amazon RDS. ([#1](https://github.com/haines/pg-aws_rds_iam/pull/1))
39
44
  * ActiveRecord support. ([#3](https://github.com/haines/pg-aws_rds_iam/pull/3))
40
45
 
41
- [Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.3.1...HEAD
46
+ [Unreleased]: https://github.com/haines/pg-aws_rds_iam/compare/v0.3.2...HEAD
47
+ [0.3.2]: https://github.com/haines/pg-aws_rds_iam/compare/v0.3.1...v0.3.2
42
48
  [0.3.1]: https://github.com/haines/pg-aws_rds_iam/compare/v0.3.0...v0.3.1
43
49
  [0.3.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.2.0...v0.3.0
44
50
  [0.2.0]: https://github.com/haines/pg-aws_rds_iam/compare/v0.1.1...v0.2.0
data/Gemfile.lock CHANGED
@@ -8,7 +8,7 @@ GIT
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- pg-aws_rds_iam (0.3.1)
11
+ pg-aws_rds_iam (0.3.2)
12
12
  aws-sdk-rds (~> 1.0)
13
13
  pg (>= 0.18, < 2.0)
14
14
 
@@ -29,13 +29,13 @@ GEM
29
29
  ansi (1.5.0)
30
30
  ast (2.4.2)
31
31
  aws-eventstream (1.2.0)
32
- aws-partitions (1.525.0)
33
- aws-sdk-core (3.122.0)
32
+ aws-partitions (1.530.0)
33
+ aws-sdk-core (3.122.1)
34
34
  aws-eventstream (~> 1, >= 1.0.2)
35
35
  aws-partitions (~> 1, >= 1.525.0)
36
36
  aws-sigv4 (~> 1.1)
37
37
  jmespath (~> 1.0)
38
- aws-sdk-ec2 (1.277.0)
38
+ aws-sdk-ec2 (1.281.0)
39
39
  aws-sdk-core (~> 3, >= 3.122.0)
40
40
  aws-sigv4 (~> 1.1)
41
41
  aws-sdk-rds (1.130.0)
@@ -68,7 +68,7 @@ GEM
68
68
  rake (13.0.6)
69
69
  regexp_parser (2.1.1)
70
70
  rexml (3.2.5)
71
- rubocop (1.22.3)
71
+ rubocop (1.23.0)
72
72
  parallel (~> 1.10)
73
73
  parser (>= 3.0.0.0)
74
74
  rainbow (>= 2.2.2, < 4.0)
@@ -77,9 +77,9 @@ GEM
77
77
  rubocop-ast (>= 1.12.0, < 2.0)
78
78
  ruby-progressbar (~> 1.7)
79
79
  unicode-display_width (>= 1.4.0, < 3.0)
80
- rubocop-ast (1.12.0)
80
+ rubocop-ast (1.13.0)
81
81
  parser (>= 3.0.1.1)
82
- rubocop-minitest (0.15.2)
82
+ rubocop-minitest (0.16.0)
83
83
  rubocop (>= 0.90, < 2.0)
84
84
  rubocop-rake (0.6.0)
85
85
  rubocop (~> 1.0)
@@ -3,6 +3,6 @@
3
3
  module PG
4
4
  module AWS_RDS_IAM
5
5
  # The current version of the gem.
6
- VERSION = "0.3.1"
6
+ VERSION = "0.3.2"
7
7
  end
8
8
  end
@@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
21
21
  spec.metadata["homepage_uri"] = spec.homepage
22
22
  spec.metadata["source_code_uri"] = spec.homepage
23
23
 
24
+ spec.metadata["rubygems_mfa_required"] = "true"
25
+
24
26
  spec.files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0").reject { |path| path.start_with?("test/") } }
25
27
 
26
28
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-aws_rds_iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Haines
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-10 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-rds
@@ -90,9 +90,10 @@ licenses:
90
90
  metadata:
91
91
  bug_tracker_uri: https://github.com/haines/pg-aws_rds_iam/issues
92
92
  changelog_uri: https://github.com/haines/pg-aws_rds_iam/blob/main/CHANGELOG.md
93
- documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.3.1
93
+ documentation_uri: https://rubydoc.info/gems/pg-aws_rds_iam/0.3.2
94
94
  homepage_uri: https://github.com/haines/pg-aws_rds_iam
95
95
  source_code_uri: https://github.com/haines/pg-aws_rds_iam
96
+ rubygems_mfa_required: 'true'
96
97
  post_install_message:
97
98
  rdoc_options: []
98
99
  require_paths: