info_vault 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6040507bfc1eff33d13c70f87cbdb7469e3fd705
4
- data.tar.gz: 1e3e75867b65862d960b7dfcbac71ea1fd39b7c6
3
+ metadata.gz: dcb5af9666e7bb7eb27149ef7d4b4f46b47921ab
4
+ data.tar.gz: 64c3c7f73ce72d6a4a58f20cb0245142bada65c3
5
5
  SHA512:
6
- metadata.gz: 329af5d01487c83ee894967e240a252f13471a9ce8099bb94434498a07ebecbe6c9ff61b6c5ca816dbb622a81011d06f9416be916654b76ea6217b381c412060
7
- data.tar.gz: 49d2fcc5f827d951bc7074dbc93a4d4f895a86194c6262a75a120e38bd5949bbd17e941e408a439603f7051163fddfebf36c6de9345eb2226d91352d7b21818a
6
+ metadata.gz: a5e9100ca0850670be96fdead27dc0127bc95362169ce945b73709c6ecb8e33bc14b9400d3b873425ebefb2675ba70013863eb795701a3aeaa8994daee9117a2
7
+ data.tar.gz: f1259d1e0c87b72b8352abf4d3dde0b351799fef040da56837d87901a10af13328bdfc7984761eb94ad99be7c6204714afb5c828ab8e787f7dfb992042cdda8d
data/bin/infovault CHANGED
@@ -3,6 +3,4 @@
3
3
  info_vault_path = File.expand_path('../../lib', __FILE__)
4
4
  $:.unshift(info_vault_path)
5
5
 
6
- require 'info_vault/cli'
7
-
8
- Reorganizing? Think Again
6
+ require 'info_vault/cli'
@@ -1,3 +1,3 @@
1
1
  module InfoVault
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: info_vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Franko