hostelify 0.5.1 → 0.5.2
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 +2 -2
data/Rakefile
CHANGED
data/hostelify.gemspec
CHANGED
@@ -178,7 +178,7 @@ class Hostelworld
|
|
178
178
|
my_fields[1].value = no_days.to_i
|
179
179
|
#form.my_fields[1].whatever = "value"
|
180
180
|
#form.field_with(:name => 'Persons').options[no_ppl.to_i-1].select
|
181
|
-
|
181
|
+
form.field_with(:name => 'Currency').options[4].select #US Currency
|
182
182
|
|
183
183
|
|
184
184
|
Retryable.try 3 do
|