viaduct-toolkit 1.0.1 → 1.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: e27ec656f35827f99939e75cb3d5229f6278eeac
4
- data.tar.gz: 4d8c405260260f9668af29c086288f586a7699e1
3
+ metadata.gz: 9f3d80614959a3f05e55d068d77bcec915eff46c
4
+ data.tar.gz: 13055a83b82cb3f27c8ca8c53ea0aca51689eefd
5
5
  SHA512:
6
- metadata.gz: 1e5327a3cd711849d5efa9f82f41a4868f23c4ace89ed5a60ee877f34aecd1b65ffb690d98e6fb89e4f591ea84266dc57029d381f464096a9dbdbc5359ce8a74
7
- data.tar.gz: 95a00c47d145f1be89352589872bb8d651b7219f11819ea2a73bc9009e317a334c8d45d5c4dca1ba74a82bd4ccd57214a4eabbc84894800428e860024a55040d
6
+ metadata.gz: 36e1338ad3b024cc35efa5d2df34bea741f3a5943813a41731c4b09fe6fa996f4119122b84aac4fa1e7cabe00bc9fbce89301841586c3f3daceacf35b80f8e2d
7
+ data.tar.gz: caca44f7b35a2c47b9eb5564310fa9e8aca5efaff710ba840456207755a564a0119b99e15accc3c32fe64492133d18e3ca9bcdcc045179d03fbe0eae16667996
data/bin/vdt CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  $:.unshift(File.expand_path(File.join('..', '..', 'lib'), __FILE__))
3
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
4
  require 'bundler/setup'
4
5
  require 'viaduct/toolkit'
5
6
 
@@ -1,5 +1,5 @@
1
1
  module Viaduct
2
2
  module Toolkit
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
  end
5
5
  end
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke