1
0
Fork 0

Fixing ruby encoding

This commit is contained in:
magnolia-fan 2011-11-15 19:20:21 +04:00
parent 8897e797c6
commit d538216bf1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.2
- 1.9.3

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module MusicBrainz
class Artist < MusicBrainz::Base
attr_accessor :id, :type, :name, :country, :date_begin, :date_end, :urls