itunes-command 1.4-universal-darwin-9 → 1.5-universal-darwin-9
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/itunes-command +2 -1
- data/{itunes-command.rb → lib/itunes_command.rb} +0 -0
- metadata +2 -2
data/bin/itunes-command
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itunes-command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
4
|
+
version: "1.5"
|
5
5
|
platform: universal-darwin-9
|
6
6
|
authors:
|
7
7
|
- Daniel Choi
|
@@ -22,7 +22,7 @@ extensions: []
|
|
22
22
|
extra_rdoc_files: []
|
23
23
|
|
24
24
|
files:
|
25
|
-
-
|
25
|
+
- lib/itunes_command.rb
|
26
26
|
has_rdoc: false
|
27
27
|
homepage: http://cesareborgia.com/software/itunes-command/
|
28
28
|
post_install_message:
|