viaduct-toolkit 0.0.1 → 0.0.2

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: a7eceb02225b5d2bdba774374a4b0cc66ad28d43
4
- data.tar.gz: 3af40448a600abcf1708c9e15d05bbdeed9d898f
3
+ metadata.gz: 02df5cf3e8f75220f94ad966c59ce3361a3126d9
4
+ data.tar.gz: a6531222924056e673bc59e02601a2533f002c2f
5
5
  SHA512:
6
- metadata.gz: bfd1069aada93499f1ede946a415bce09be8e1733e2b9acdabd29b632dc4c8748fb445daa78243e59b5c9c5aaf696e46fe49d8a1193b07924158bc8084eb247b
7
- data.tar.gz: da954154572bede916028769b4dac835d2976c54fb13504281e2d0f35544948ff025c877567328bace915fdf8c6014d0f4fe520e91e3edac1e0bbafa177177cb
6
+ metadata.gz: 7ec11c4cb19bffc46651262499b058f1895c8d997a387166f4e0c9618dc90a16efff2bbd27ed0168efe4ba9bb0f471ee54bb39ab81c8f23ae1469f3037a7d311
7
+ data.tar.gz: 3c64d03bc641b08191e969d59e7c9cec611157ca1eb25cd2b947e478f2fa9329c9da0ab99b7ae51d44bdc346f2528316fa34402524023a32511a8f12dafb14f9
data/bin/vdt ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ $:.unshift(File.expand_path(File.join('..', '..', 'lib'), __FILE__))
3
+ require 'viaduct/toolkit'
4
+ Viaduct::Toolkit.add_commands
5
+ Viaduct::Toolkit.cli.run!
@@ -1,5 +1,5 @@
1
1
  module Viaduct
2
2
  module Toolkit
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viaduct-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-08 00:00:00.000000000 Z
11
+ date: 2014-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -75,10 +75,12 @@ dependencies:
75
75
  description: A set of useful tools to help developers use & manage their Viaduct applications.
76
76
  email:
77
77
  - adam@viaduct.io
78
- executables: []
78
+ executables:
79
+ - vdt
79
80
  extensions: []
80
81
  extra_rdoc_files: []
81
82
  files:
83
+ - bin/vdt
82
84
  - lib/viaduct/toolkit.rb
83
85
  - lib/viaduct/toolkit/commands/app_console.rb
84
86
  - lib/viaduct/toolkit/commands/app_deployments.rb