dramsay-streamtagger 0.1.4 → 0.1.5

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 (2) hide show
  1. data/bin/stag +2 -0
  2. metadata +1 -1
data/bin/stag CHANGED
@@ -11,6 +11,8 @@ end
11
11
 
12
12
  if ARGV[0] == 'list'
13
13
  print `cat #{tagger_file}`
14
+ elsif ARGV[0] == 'clear'
15
+ `> #{tagger_file}`
14
16
  else
15
17
  itunes = OSA.app("iTunes")
16
18
 
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Ramsay