purchase 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,7 +65,6 @@ module BrighterPlanet
65
65
  displays { |i| "#{i.size}-element impacts vector" }
66
66
  end
67
67
  end
68
- base.add_implicit_characteristics
69
68
  end
70
69
  end
71
70
  end
@@ -0,0 +1,9 @@
1
+ module BrighterPlanet
2
+ module Purchase
3
+ module Fallback
4
+ def self.included(base)
5
+ base.falls_back_on
6
+ end
7
+ end
8
+ end
9
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purchase
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 13
10
- version: 1.0.13
9
+ - 14
10
+ version: 1.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2010-12-02 00:00:00 -05:00
22
+ date: 2010-12-07 00:00:00 -06:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
@@ -198,6 +198,7 @@ files:
198
198
  - lib/purchase/carbon_model.rb
199
199
  - lib/purchase/characterization.rb
200
200
  - lib/purchase/data.rb
201
+ - lib/purchase/fallback.rb
201
202
  - lib/purchase/relationships.rb
202
203
  - lib/purchase/summarization.rb
203
204
  - lib/test_support/db/schema.rb