heroku_pg_backups_archive 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 947869e18c118d8c6b5af03214407ce74bdd16a8
4
- data.tar.gz: 24adac58e9eea4a0554ab6f1d65875cde97ba56f
3
+ metadata.gz: 0d12f9cc57b67b48131802cdb1309202d4f9014f
4
+ data.tar.gz: 93ade6ebde3c0fd44372c39dca29e76ba4b5427b
5
5
  SHA512:
6
- metadata.gz: a73b5e1905f54a1c91fdd7694c71688b9df08a22404c7db22a0d794013a1a7af286cc0c070d66d9e4f4255a8f60993ff5bb88a03c0972ff0901f62801a1302fe
7
- data.tar.gz: ffa5a6425fe3b4a4c8978e220cc23ee8553f2d624c2bd5c27217f5b23aa9697f8e7cbb574a50a993484b1ad863ef40f18c4cf696ce42cff09d093c46169973e5
6
+ metadata.gz: 3cceabf9fa59c73498fb795f7233cff3bcafec251a2c9b4dfa46acb615e3ca652a8bb84792e7c073d0abc41bb9a261f7245a0cc6ef939fee00318d428cec99ad
7
+ data.tar.gz: 775309a0a5e36464661c4168ea2129ec6a385f24244f3c030d314efc11f086e0e6f32c53e531d87f34b95c860bc40bb7781dee63147dea575eeea3b190784dc1
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ *.gem
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["engineering@gethightower.com"]
11
11
 
12
12
  spec.summary = %q{Backup your heroku PG database, and archive it to S3.}
13
- spec.description = %q{Backup your heroku PG database, and archive it to S3 optionally with SSE-CA.}
13
+ spec.description = %q{Backup your heroku PG database, and archive it to S3 optionally with SSE-C.}
14
14
  spec.homepage = "https://www.github.com/hightower/heroku_pg_backups_archive"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module HerokuPgBackupsArchive
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_pg_backups_archive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hightower
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: Backup your heroku PG database, and archive it to S3 optionally with
70
- SSE-CA.
70
+ SSE-C.
71
71
  email:
72
72
  - engineering@gethightower.com
73
73
  executables: []