reso 0.1.5.1 → 0.1.5.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b81542f3434718e37525f9c8c524702f20ee43bc
4
- data.tar.gz: 0ee2d2b74b4fe0e05227c0382120c8617878b67c
3
+ metadata.gz: 2ca3e249dbf727e826f26a5b7d109780494c284c
4
+ data.tar.gz: d2bcf6bb73a46d9bf2169b4709fc29d768103d8c
5
5
  SHA512:
6
- metadata.gz: e6f94b6095e9eff456279a4276b97ccfd252294cadfe0b11b375533d11635427a2fceab1cbc2469eb89df5dad5fcda1f6bc9f3156f777272ee2b85d113e7041d
7
- data.tar.gz: 7ea8b91964402f3dad7760b97ee354e55e93f5e102c8c268223174ddd4603f9ec95231bec472403d6ba8b58051af117610be61930631b458af262fca0917e485
6
+ metadata.gz: 001f5c5061f62e73af13c3d94c8efbe09a47a1b0929296bac973a0177a2914cc850c451617ef933b1f56fea82279b6f9c669b7968fb52cb2858462cf9c66be89
7
+ data.tar.gz: 0c1ba34fc7deedb91e7c5170835e9d268e6a0f5490c0ed362d5a0ba45f6cea0cae6c0dc9c41a2fa7a2731f6356cc697b0289e192065dc335669a8dcd4dadc054
@@ -7,6 +7,7 @@ class Import < ActiveRecord::Base
7
7
  before_save :set_import_format
8
8
  belongs_to :import_format
9
9
  enum status: [ :active, :inactive, :running ]
10
+ has_many :import_results
10
11
  has_many :listings
11
12
  has_many :queued_listings
12
13
  validates_uniqueness_of :token
@@ -1,3 +1,3 @@
1
1
  module Reso
2
- VERSION = "0.1.5.1"
2
+ VERSION = "0.1.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.1
4
+ version: 0.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Edlund
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-03 00:00:00.000000000 Z
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake