bibliotech 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bibliotech/rake_lib.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: e4a7f80a171d459f3f2cde01453860cd0a0e5750
|
4
|
+
data.tar.gz: 548aa897f78cef447a4055fca22dd1b9291ef70b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bbd899f0413760a009a0c394dbef9311c55ed981c75983614b58fc54f4838c3aab03666b61e223e08b4c25a14e3ee8e3288161ab8f332ac198a9cc9fa70fd22
|
7
|
+
data.tar.gz: 40325bbf4b28acf7ba568cea7467eb7934641b0db74c077e61d0e354aea5b7c90fc1900ec6828f72985515a8e9f7adf617a965a2311e37506283bf8b7df97d33
|
data/lib/bibliotech/rake_lib.rb
CHANGED
@@ -81,7 +81,7 @@ module BiblioTech
|
|
81
81
|
namespace :remote_sync do
|
82
82
|
desc "Pull the latest DB dump from the remote server into our local DB"
|
83
83
|
task :down do
|
84
|
-
app.remote_cli(remote, "
|
84
|
+
app.remote_cli(remote, "backup").must_succeed!
|
85
85
|
result = app.remote_cli(remote, "latest")
|
86
86
|
result.must_succeed!
|
87
87
|
filename = result.stdout.chomp
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bibliotech
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Dorn
|
@@ -130,7 +130,7 @@ rdoc_options:
|
|
130
130
|
- --main
|
131
131
|
- doc/README
|
132
132
|
- --title
|
133
|
-
- bibliotech-0.7.
|
133
|
+
- bibliotech-0.7.1 Documentation
|
134
134
|
require_paths:
|
135
135
|
- lib/
|
136
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|