viaduct-toolkit 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/vdt +1 -0
- data/cacert.pem +3894 -0
- data/lib/viaduct/toolkit/version.rb +1 -1
- data/viaduct-toolkit.gemspec +1 -1
- metadata +2 -1
data/viaduct-toolkit.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.homepage = "http://viaduct.io"
|
11
11
|
s.summary = "A developer toolkit for working with Viaduct from an CLI"
|
12
12
|
s.description = "A set of useful tools to help developers use & manage their Viaduct applications."
|
13
|
-
s.files = Dir["{bin,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "viaduct-toolkit.gemspec"]
|
13
|
+
s.files = Dir["{bin,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "viaduct-toolkit.gemspec", "cacert.pem"]
|
14
14
|
s.executables << "vdt"
|
15
15
|
s.add_dependency "commander", '~> 4.2'
|
16
16
|
s.add_dependency "viaduct-api", '~> 1.0', '>= 1.0.7'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: viaduct-toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Cooke
|
@@ -110,6 +110,7 @@ files:
|
|
110
110
|
- Gemfile.lock
|
111
111
|
- README.md
|
112
112
|
- bin/vdt
|
113
|
+
- cacert.pem
|
113
114
|
- lib/viaduct/toolkit.rb
|
114
115
|
- lib/viaduct/toolkit/commands/app_console.rb
|
115
116
|
- lib/viaduct/toolkit/commands/app_deploy.rb
|