computation 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,6 @@ class ComputationRecord < ActiveRecord::Base
7
7
  include BrighterPlanet::Computation
8
8
 
9
9
  belongs_to :zip_code, :foreign_key => 'zip_code_name'
10
- belongs_to :egrid_subregion, :foreign_key => 'egrid_subregion_abbreviation'
11
- belongs_to :egrid_region, :foreign_key => 'egrid_region_name'
12
10
 
13
11
  falls_back_on :compute_time => 1.0, # assume 1 hour
14
12
  :compute_units => 1, # assume 1 EC2 Unit
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: computation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andy Rossmeissl