boxxspring 2.1.8 → 2.1.9

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: 7f510ab2062fb7c7c1f8be6e4d5b577c7fba75d4
4
- data.tar.gz: 045a4acf52b6437c69f1916bf9fa502fb92c6ed2
3
+ metadata.gz: a74d3cb470bd7772db1cdb126783646fbf85597c
4
+ data.tar.gz: a4ef5a1a7d6f5b3be8708ffba7b8629e8f1e7abc
5
5
  SHA512:
6
- metadata.gz: 463a2310f7737e3a755d71acc003e88dca7bd7874d727cd263daca34e0a0f79b878ad1f8d0c3cc071e21c3698f00dd1bb038e9920f955956ca82614b408617e0
7
- data.tar.gz: 78b9fd9e774732f3e49e58a79af3e39da93979dd67bb366d219aa1112f605a688dcd32917e1ee13089b650a777e20f2ed31b5e7f8ca2465aa12b0eeebff1085c
6
+ metadata.gz: c249bcc63ad3ff58b42c171cf06b27e872f544b0d0f1155a2689491d4dec87f793278f5277f8b1e749c3ccfc5a12ea57c6ac168c5270468f67f973862909a194
7
+ data.tar.gz: 5650f2ca4e9ab4311ba8a0fa98935ccd664c83531ec34fc353b9a32bb502288056672244d3115f52f2ab6ed1ccc7b2c1e3189150ebf964adfe5394bf3ae24512
@@ -41,7 +41,7 @@ module Boxxspring
41
41
  has_many :cards
42
42
  has_many :sponsors
43
43
  has_many :advertisements
44
- has_many :artifact_locations
44
+ has_many :artifact_locators
45
45
 
46
46
  end
47
47
 
@@ -1,5 +1,5 @@
1
1
  module Boxxspring
2
- class ArtifactLocation < Base
2
+ class ArtifactLocator < Base
3
3
 
4
4
  field :type_name
5
5
  field :id
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.1.8'
2
+ VERSION = '2.1.9'
3
3
  end
data/lib/boxxspring.rb CHANGED
@@ -68,7 +68,7 @@ require 'boxxspring/resources/youtube_distribution'
68
68
  require 'boxxspring/resources/facebook_page_distribution_task'
69
69
  require 'boxxspring/resources/twitter_distribution_task'
70
70
  require 'boxxspring/resources/youtube_distribution_task'
71
- require 'boxxspring/resources/artifact_location'
71
+ require 'boxxspring/resources/artifact_locator'
72
72
 
73
73
  require 'boxxspring/resources/youtube_channel_service'
74
74
  require 'boxxspring/resources/facebook_page_service'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxxspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoph Cichocki-Romanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-16 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -81,7 +81,7 @@ files:
81
81
  - lib/boxxspring/resources/advertising_doubleclick_advertisement.rb
82
82
  - lib/boxxspring/resources/advertising_liverail_advertisement.rb
83
83
  - lib/boxxspring/resources/artifact.rb
84
- - lib/boxxspring/resources/artifact_location.rb
84
+ - lib/boxxspring/resources/artifact_locator.rb
85
85
  - lib/boxxspring/resources/atomic_video_card.rb
86
86
  - lib/boxxspring/resources/attribute_error.rb
87
87
  - lib/boxxspring/resources/attribution.rb