shopapp 0.2.37 → 0.2.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shopapp/tasks/shopapp.rake +1 -1
- data/shopapp.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fe49c46c3ea37a3d7affb9e80c9efb4e4a627bebf2fc8335f04573abce0577b
|
4
|
+
data.tar.gz: f5b997272ce2ff526d3d44b4f30680ae0d881305aeffb83ec75b60a16d171121
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4783fda80033eecdcd3fd7891ea3a248dd6386bba024947ee6159181b07af373daa1fbe32c94a686c586c3d8803719e874da0cb519a1e3a591d8b068bd7eac96
|
7
|
+
data.tar.gz: 216ce1b1bfaab6b3b34f67c26ac746d0eea00ad02c3a9e75a8f4dc2934915e2bee14da6d31767c379fa1f2723c139a5a012d79b3d5b4b72048b057a4cd549f3e
|
@@ -29,7 +29,7 @@ namespace :shopapp do
|
|
29
29
|
def restoredb(timestamp)
|
30
30
|
db_name = deployment_settings['dbname'] || Rails.configuration.database_configuration['production']['database']
|
31
31
|
dump_filename = "#{db_name}_#{timestamp}.dump"
|
32
|
-
restoredb_from_file(
|
32
|
+
restoredb_from_file(dump_filename)
|
33
33
|
end
|
34
34
|
|
35
35
|
def restoredb_from_file(dump_filepath)
|
data/shopapp.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'shopapp'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.38'
|
4
4
|
s.date = '2019-03-31'
|
5
5
|
s.summary = 'Do a shoplift.'
|
6
6
|
s.description = 'Ha! Art thou Bedlam? Dost thou thirst base Trojan, to have me fold up Parca\'s fatal web? Hence!\
|