wassup 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/wassup +8 -1
  3. data/lib/wassup/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 941e170c1128cdd099c74de0c068bddabe50ef1921dedcd4f7c278cb6032bd94
4
- data.tar.gz: b76965eec5063a77ec8d6bca7dee5081a7c380af28b95732298039d1958b5ab6
3
+ metadata.gz: f87d844cff97f244776ec05d7047073141d88d6cdd7e0e080eda481e122b25c8
4
+ data.tar.gz: 32972375b4b106dbd57f9cda2dd746f6ccd301ee06320599703c2f6e0f66b71a
5
5
  SHA512:
6
- metadata.gz: 8371c29c1c55e96837e07f2c904d27ac22ccec2f848ee2540f9caf0cf4c5d43a746fab12d23a742222dc56c49584eb5a2dead3599c6db86786ed5aa667446bee
7
- data.tar.gz: 0ad9c8dade67a8a83236c01c1c252bffb96218175eae256268c366f5f7078efa4dbb0d2c1a82fbe0936cfc3a75a52d0aa362814ddb5d6b15b380b825b27e21d3
6
+ metadata.gz: 2910d981fb3626748f48827bb4920d0de6d55f98adeb856d04f454e5bc781adca950ca58999714f55cb147e67f6256a5dbab366fe5f2d707314a5d1fa6ca58da
7
+ data.tar.gz: 817a8a4d02b25094287c1357083f9e1814f9ffba920e1691e9284a9680a04963f9ff8745099e9662472fd56e117f808577cbf662f564e1874f6ceef9f46376bc
data/bin/wassup CHANGED
@@ -1,4 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'wassup'
4
- Wassup::App.start(path: ARGV[0])
4
+
5
+ path = ARGV[0] || 'Supfile'
6
+
7
+ unless File.exists?(path)
8
+ raise "Missing file: #{path}"
9
+ end
10
+
11
+ Wassup::App.start(path: path)
@@ -1,3 +1,3 @@
1
1
  module Wassup
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wassup
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
  - Josh Holtz