bibliotech 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bibliotech/cli.rb +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 382f1a34c13ff323f984478c74ccf2f01d0a2d60
|
4
|
+
data.tar.gz: 17eaaddb41227a38a999d74c10114fd5391595a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e14cff40b6aa0b15c1aba81f3313f8cdaa016004edbc00e3c1bb843717c3d798603bea21b22a36f195ba0c356a26dfb319c91e497f33a95606af558d317c4df
|
7
|
+
data.tar.gz: 7de4b4770a1dda76769e1d0c7992b80134cbe4871a9b7398459bfdfbd140617e09c1c8e8ae6a5ea5cf6f5d5eb6c9c989b2cf0dc1f445f81fdc02e293284ef9e6
|
data/lib/bibliotech/cli.rb
CHANGED
@@ -20,5 +20,13 @@ module BiblioTech
|
|
20
20
|
app = App.new
|
21
21
|
app.import(:backups => { :filename => file })
|
22
22
|
end
|
23
|
+
|
24
|
+
desc "config", "Dumps the configuration as parsed"
|
25
|
+
def config
|
26
|
+
require 'yaml'
|
27
|
+
app = App.new
|
28
|
+
puts "Loading from: #{app.valise.to_s}"
|
29
|
+
puts YAML::dump(app.config.hash)
|
30
|
+
end
|
23
31
|
end
|
24
32
|
end
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Dorn
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-08-
|
12
|
+
date: 2014-08-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: caliph
|
@@ -127,7 +127,7 @@ rdoc_options:
|
|
127
127
|
- --main
|
128
128
|
- doc/README
|
129
129
|
- --title
|
130
|
-
- bibliotech-0.
|
130
|
+
- bibliotech-0.2.0 Documentation
|
131
131
|
require_paths:
|
132
132
|
- lib/
|
133
133
|
required_ruby_version: !ruby/object:Gem::Requirement
|