tug 0.1.0 → 0.1.1

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: 888e074597d703368a8a64cd93c5d23fa2fbf184
4
- data.tar.gz: c0ef31b173bb0f70cc613a29677372c46532f847
3
+ metadata.gz: a57b7de660e3ca5c1215173e39f045e292e42d7f
4
+ data.tar.gz: aab71d8938f647d4d6df7eb181c8a0109af56de1
5
5
  SHA512:
6
- metadata.gz: 14b6a5bc4b2981aa132efd85616c8d50f2aae377c68d5ea2797a004e4c2302b3b49ed7220f0b6cb7cc6cc37fc0936e0aa01e70db286ea64edf078caef93366a3
7
- data.tar.gz: ae071e6fcf82da10f4a21242d100452dc737586592c7bb5261927a2829d58a4ab26e4731bd215d19f3a0ac54a93b024caecd6e1bd1205a2f762201a77a580f1a
6
+ metadata.gz: d1c78cd1dadd20fb88b30218289558d46c5609145a37237a24ee812c5d9fc68306b3accc68dfff479f60fc2355be34ecd93daa80a45de815bb39d05e973a00f0
7
+ data.tar.gz: f32b83b3082a96e7e97727e1f45ea960ec51a0406d274d9edba8b496c1e53d8d3cd7c45da4b2ab83ee13f2d489f14f424555c39178430663fc4514e5e874fb2e
data/.travis.yml CHANGED
@@ -1,4 +1,9 @@
1
1
  language: ruby
2
+ cache:
3
+ directories:
4
+ - vendor/bundle
2
5
  rvm:
3
6
  - 2.0.0
7
+
8
+ install: bundle install --without development --deployment
4
9
  script: rspec spec
data/lib/tug/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tug
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/tug.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require "optparse"
2
2
  require 'yaml'
3
3
  require 'thor'
4
+ require 'fileutils'
4
5
 
5
6
  require "tug/version"
6
7
 
data/spec/output.txt CHANGED
@@ -0,0 +1,2 @@
1
+ Config file missing:
2
+ Try specifying a path to your config file with the --config option
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Fish