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 +4 -4
- data/.gitignore +1 -0
- data/heroku_pg_backups_archive.gemspec +1 -1
- data/lib/heroku_pg_backups_archive/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d12f9cc57b67b48131802cdb1309202d4f9014f
|
4
|
+
data.tar.gz: 93ade6ebde3c0fd44372c39dca29e76ba4b5427b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cceabf9fa59c73498fb795f7233cff3bcafec251a2c9b4dfa46acb615e3ca652a8bb84792e7c073d0abc41bb9a261f7245a0cc6ef939fee00318d428cec99ad
|
7
|
+
data.tar.gz: 775309a0a5e36464661c4168ea2129ec6a385f24244f3c030d314efc11f086e0e6f32c53e531d87f34b95c860bc40bb7781dee63147dea575eeea3b190784dc1
|
data/.gitignore
CHANGED
@@ -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-
|
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
|
|
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.
|
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-
|
70
|
+
SSE-C.
|
71
71
|
email:
|
72
72
|
- engineering@gethightower.com
|
73
73
|
executables: []
|