voog-kit 0.5.4 → 0.5.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/kit +0 -1
  3. data/lib/voog/dtk/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ed26cef655b21f91a963a0747fd9227a16d270c
4
- data.tar.gz: 5babe8d69df18f767e3f7d704fb88efdfacf9d2f
3
+ metadata.gz: b33a8a8e30fa5c4ea83cf4f54ad6a647c9997bcb
4
+ data.tar.gz: 647d2d45ea4bd05f3c2fab602859c78b71540531
5
5
  SHA512:
6
- metadata.gz: f6232baa6a43fe1e4ae01eedeffc0dfcf7b68dbe481eebd6c44d9c4baf3a5829dfe1d818e6c7aeb56ca1d735960b87a3bc9562129dbe94942c79e6146516fba9
7
- data.tar.gz: 997aa20442c819223af501e32efad152e741c6875d171e658ded57561852b4e1652bbf38ac248733dd2b7949fcd15bf24d4f3ad8ebdcb173fd8ef3928b81c089
6
+ metadata.gz: b8d4f867d818965656ee81b1ae3856b5789d310eb1321e9c06dc5ad4e5cdf5efbb6b2488febb3efa4e39ea849ae4da28cbc58c221135a5d9e5483ed5f277ff3f
7
+ data.tar.gz: e3b0ce2956e70fdebcac3a0baef4223a20bac14708a47ca1be0cd521261441c6511d20a46a3ac1df4b306fe00c2a0b3fd9cd72cbd67a557ed9f76ee79224426d
data/bin/kit CHANGED
@@ -269,7 +269,6 @@ pre do |global, command, options, args|
269
269
  matched_protocol = host.match(/^https?:\/\//)
270
270
  if (matched_protocol)
271
271
  protocol_string = matched_protocol[0].slice(0, matched_protocol[0].length-3)
272
- puts 'protocol string' + protocol_string
273
272
  if options.fetch(:protocol, '').empty?
274
273
  protocol = protocol_string
275
274
  else
@@ -1,5 +1,5 @@
1
1
  module Voog
2
2
  module Dtk
3
- VERSION = '0.5.4'
3
+ VERSION = '0.5.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voog-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikk Pristavka
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-15 00:00:00.000000000 Z
12
+ date: 2017-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler