kdaigle-roast 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/roast +1 -1
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 6
4
+ :patch: 7
data/bin/roast CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "roast"
4
4
 
5
- Roast::Main.run(:message => (ARGV[0] || STDIN.read) )
5
+ Roast::Main.run(:message => (ARGV.last || STDIN.read) )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kdaigle-roast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Daigle