dramsay-streamtagger 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/stag +1 -1
  2. metadata +1 -1
data/bin/stag CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'rubygems'
4
4
  require 'rbosa'
5
5
 
6
- tagger_file = File.expand_path(ENV["TAGGER_FILE"]) || File.expand_path("~/Desktop/streamtagger.txt")
6
+ tagger_file = ENV["TAGGER_FILE"] ? File.expand_path(ENV["TAGGER_FILE"]) || File.expand_path("~/Desktop/streamtagger.txt")
7
7
 
8
8
  itunes = OSA.app("iTunes")
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dramsay-streamtagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Ramsay