rob-gordon 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 (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/rob.rb +2 -0
  3. data/rob-gordon.gemspec +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/lib/rob.rb CHANGED
@@ -45,6 +45,8 @@ module Rob
45
45
  album = song.album
46
46
  track = song.track[0]
47
47
  title = song.title
48
+ # yeah, dupe the code to force the exception, if it's gonna happen.
49
+ dest = File.join(libdir, artist, album)
48
50
  rescue
49
51
  # Suck a dick, UTF-16
50
52
  artist = Iconv.conv('UTF-8', 'UTF-16BE', song.artist)
data/rob-gordon.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rob-gordon}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["andyleclair"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - andyleclair
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
- hash: 3852869770370115375
144
+ hash: -3961011936587715293
145
145
  segments:
146
146
  - 0
147
147
  version: "0"