snapshot_reload 1.0.0 → 1.0.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.
@@ -9,7 +9,7 @@
9
9
  =end
10
10
 
11
11
  module SnapshotReload
12
- DEFAULT_S3_SOURCE = %q{s3://novu_backups/db_backups/clean-mysqldump.sql.gz}
12
+ DEFAULT_S3_SOURCE = %q{s3://novu-backups/db_dumps/clean-mysqldump.sql.gz}
13
13
  DEFAULT_AWS_CREDS = %q{/opt/novu/.s3cfg}
14
14
  DEFAULT_ENVIRONMENT = %q{qa}
15
15
 
@@ -11,7 +11,7 @@
11
11
 
12
12
 
13
13
  module SnapshotReload
14
- VERSION = "1.0.0"
14
+ VERSION = "1.0.1"
15
15
  SUMMARY = %q{Redeploy the obfuscated data from production to other servers}
16
16
  DESCRIPTION = %q{Take the obfuscated production data from it's nightly backup and place it into a working database. This script is run nightly to put obfuscated data into the Q* test server environments.}
17
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapshot_reload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: