bibliotech 0.1.0 → 0.2.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bibliotech/cli.rb +8 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa336e5473f11901ab7dcddd786ad077ca6cc9d4
4
- data.tar.gz: 7823f13b23335c838867c1c6d20dee7707924c39
3
+ metadata.gz: 382f1a34c13ff323f984478c74ccf2f01d0a2d60
4
+ data.tar.gz: 17eaaddb41227a38a999d74c10114fd5391595a4
5
5
  SHA512:
6
- metadata.gz: fb3d5921a720ab1dc4e2b682d8d6be78155a4f6c39a70554b1c83a164696624fbf7fc3188b865c2a8904e20cacb8a1240a1e407867f13bc6eba7da7a675e013f
7
- data.tar.gz: a16f586a9e18301134a6a454a7cd3749b64994753f4b94a8076ca862bbcf82479f2dd83e508fa08c3a0d3264293fccb9d3d11a0e6b5d7ee1c98f3d7796b3f9fb
6
+ metadata.gz: 3e14cff40b6aa0b15c1aba81f3313f8cdaa016004edbc00e3c1bb843717c3d798603bea21b22a36f195ba0c356a26dfb319c91e497f33a95606af558d317c4df
7
+ data.tar.gz: 7de4b4770a1dda76769e1d0c7992b80134cbe4871a9b7398459bfdfbd140617e09c1c8e8ae6a5ea5cf6f5d5eb6c9c989b2cf0dc1f445f81fdc02e293284ef9e6
@@ -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.1.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-08 00:00:00.000000000 Z
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.1.0 Documentation
130
+ - bibliotech-0.2.0 Documentation
131
131
  require_paths:
132
132
  - lib/
133
133
  required_ruby_version: !ruby/object:Gem::Requirement