rds-rotate-db-snapshots 0.5.1 → 0.5.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rds-rotate-db-snapshots
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siarhei Kavaliou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-10 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-rds
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
- type: :runtime
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -80,6 +80,34 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rubocop
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rubocop-rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
83
111
  description: Provides a simple way to rotate RDS DB snapshots with configurable retention
84
112
  periods.
85
113
  email: kovserg@gmail.com
@@ -95,6 +123,8 @@ files:
95
123
  - ".github/workflows/ci.yml"
96
124
  - ".github/workflows/codeql.yml"
97
125
  - ".rspec"
126
+ - ".rubocop.yml"
127
+ - ".rubocop_todo.yml"
98
128
  - Gemfile
99
129
  - LICENSE.txt
100
130
  - README.md
@@ -105,6 +135,7 @@ files:
105
135
  - lib/rds_rotate_db_snapshots/action_wrappers.rb
106
136
  - lib/rds_rotate_db_snapshots/actions.rb
107
137
  - lib/rds_rotate_db_snapshots/options_parser.rb
138
+ - lib/rds_rotate_db_snapshots/options_parser/options.rb
108
139
  - lib/rds_rotate_db_snapshots/rds_client.rb
109
140
  - rds-rotate-db-snapshots.gemspec
110
141
  - spec/helper.rb
@@ -132,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
163
  - !ruby/object:Gem::Version
133
164
  version: '0'
134
165
  requirements: []
135
- rubygems_version: 3.3.7
166
+ rubygems_version: 3.4.1
136
167
  signing_key:
137
168
  specification_version: 4
138
169
  summary: Amazon RDS DB snapshot rotator