lodging 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/lodging/fallback.rb +2 -1
  2. metadata +3 -3
@@ -2,7 +2,8 @@ module BrighterPlanet
2
2
  module Lodging
3
3
  module Fallback
4
4
  def self.included(base)
5
- base.falls_back_on
5
+ base.falls_back_on :rooms => 1,
6
+ :nights => 1
6
7
  end
7
8
  end
8
9
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lodging
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl