isotope11-suitcase 1.7.10 → 1.7.11

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -3,3 +3,4 @@
3
3
  Gemfile.lock
4
4
  pkg/*
5
5
  .rvmrc
6
+ *.sw*
@@ -69,7 +69,7 @@ module Suitcase
69
69
  params["address2"] = info[:address2] if info[:address2]
70
70
  params["address3"] = info[:address3] if info[:address3]
71
71
  params["city"] = info[:city]
72
- params["sendReservationEmail"] = info[:send_reservation_email] if info.keys.include?(:send_reservation_email)
72
+ params["sendReservationEmail"] = info["send_reservation_email"] if info.keys.include?("send_reservation_email")
73
73
  params.merge!(parameterize_rooms(@rooms))
74
74
  @rooms.each_with_index do |room, index|
75
75
  index += 1
@@ -1,3 +1,3 @@
1
1
  module Suitcase
2
- VERSION = "1.7.10"
2
+ VERSION = "1.7.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isotope11-suitcase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.10
4
+ version: 1.7.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -163,7 +163,6 @@ files:
163
163
  - lib/suitcase/configuration.rb
164
164
  - lib/suitcase/core_ext/string.rb
165
165
  - lib/suitcase/hotel.rb
166
- - lib/suitcase/hotel/.room.rb.swp
167
166
  - lib/suitcase/hotel/amenity.rb
168
167
  - lib/suitcase/hotel/bed_type.rb
169
168
  - lib/suitcase/hotel/cache.rb
Binary file