blower 6 → 7

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/blow +1 -2
  3. data/lib/blower/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b43c163f31a76c68c8327d1c696bda453f2c6fefcfc673fdcf338f8c840e3a6c
4
- data.tar.gz: e33fde4f43223527937dd57d11da5609bb2f124a66dc21dfa71d2f79a119a765
3
+ metadata.gz: c01f09420a66a50177069b6d67c15e66ab9ff1a3c25f6121e1099f3af3b89cd4
4
+ data.tar.gz: '099b75ad65bcc77da6a873a1d4054863c60dc15e64fcd7bb799544ef48e2d627'
5
5
  SHA512:
6
- metadata.gz: 11ee37db482dad0ea13f9cdf42cb29007d6018a995f404bc06fb27f971ba3c6c2073f0a44165d0790c75f8cd931d37cd197ffda7d59e2f43368d9ebad14957a1
7
- data.tar.gz: '0860054ed01d01203c7a616ae03fbc0653e0e3519e3516786530a88163207aef206f3da6e4be1ddcf78642314ddbde62d4cd427c1aecbfa64e0b73dc9f7465a9'
6
+ metadata.gz: 4c43e7caddef7a2cce7c27a57d6b01213a58be5972ca8d044df31f176707e38d3711011174df53d2d2e0214a27185a656ea1fc0297c896de44aa812b02f1606b
7
+ data.tar.gz: 03547b5e57e2d06e735b6af83e1e091c2b677e6a24d3bae14e87600486b57a6febffe77db0c418327eb9a64219c2141516384fbbd495584ccdfdfda89c921ecb
data/bin/blow CHANGED
@@ -32,9 +32,8 @@ if File.directory?(File.join(Dir.pwd, "lib"))
32
32
  context.path << File.join(Dir.pwd, "lib")
33
33
  end
34
34
 
35
- context.run "Blowfile", optional: true
36
-
37
35
  begin
36
+ context.run "Blowfile", optional: true
38
37
  until ARGV.empty?
39
38
  context.run ARGV.shift
40
39
  end
@@ -1,3 +1,3 @@
1
1
  module Blower
2
- VERSION = "6"
2
+ VERSION = "7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blower
3
3
  version: !ruby/object:Gem::Version
4
- version: '6'
4
+ version: '7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Baum