hostelify 0.4 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/hostelify.gemspec +1 -1
- data/lib/hostelify/hostelworld.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
data/hostelify.gemspec
CHANGED
@@ -143,7 +143,7 @@ class Hostelworld
|
|
143
143
|
available = available.to_a.join(',').split(',')
|
144
144
|
@results << Hostelify.new(:hostel_id => hostel_id, :name => name, :description => desc, :rating => rating, :dorm => dorm, :single => single, :unavailable => available)
|
145
145
|
else
|
146
|
-
@results << Hostelify.new(:hostel_id => hostel_id, :name => name, :description => desc, :rating => rating)
|
146
|
+
@results << Hostelify.new(:hostel_id => hostel_id, :name => name, :description => desc, :rating => rating, :genre => genre)
|
147
147
|
end
|
148
148
|
end
|
149
149
|
return @results
|