boxxspring 2.3.3 → 2.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4f45ace16bfe017378a10f162bebb4e90c92a42
4
- data.tar.gz: 5eac5c69a5fb0f743281958051dfcb888e0acd73
3
+ metadata.gz: 826b33b3c1c377bb77a7e7e7a0df01273c291af1
4
+ data.tar.gz: 219521b76094b51f3a765175639ac4a22c7b5812
5
5
  SHA512:
6
- metadata.gz: ab1a8f4f8f703b7d1fcb2fa3be5ece170da8fb432ff642dbdc4e41e5133de32082ea0bdc1d9ff5c063ba5b68eb4a74e4c0fa6d913bef211d576c86c668303d96
7
- data.tar.gz: 0510c3a3ef50280ac51c025f9336f73b94c49d3f63b267bf3db96f969616c933ef50d3e9a28c6146d85c2fa500778d508e27ae8d6b132afeb249a48241ce5452
6
+ metadata.gz: cd81317957c44249c68c51c3ada83638c25c5102d1d62085e34efb8cb48d397eb32ff7343c4481dc8d7744c6a169a2c1ae2a26eebc5ee3f34cc271ec17213b77
7
+ data.tar.gz: d1417506601a9d917b469a6ba23448a12254617c81b7927dab870affc20b74457e3fdf3d48e29bb62d1a3e0edd55c5f7973a6904512e1905a0028e2c0b62b543
@@ -10,6 +10,7 @@ module Boxxspring
10
10
  field :name
11
11
  field :provider
12
12
  field :last_polled_at
13
+ field :time_to_live
13
14
 
14
15
  field :original
15
16
 
@@ -0,0 +1,14 @@
1
+ module Boxxspring
2
+
3
+ class VimeoSubscriptionMetadataTask < Task
4
+
5
+ field :source_name
6
+ field :source_url
7
+ field :provider
8
+ field :attribution_name
9
+ field :attribution_provider_uid
10
+ field :attribution_picture_url
11
+
12
+ end
13
+
14
+ end
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.3.3'
2
+ VERSION = '2.3.5'
3
3
  end
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.3.3
4
+ version: 2.3.5
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-06-09 00:00:00.000000000 Z
11
+ date: 2015-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -130,6 +130,7 @@ files:
130
130
  - lib/boxxspring/resources/videos_ingestion_task.rb
131
131
  - lib/boxxspring/resources/videos_interrogation_task.rb
132
132
  - lib/boxxspring/resources/videos_picture_task.rb
133
+ - lib/boxxspring/resources/vimeo_subscription_metadata_task.rb
133
134
  - lib/boxxspring/resources/youtube_channel_service.rb
134
135
  - lib/boxxspring/resources/youtube_distribution.rb
135
136
  - lib/boxxspring/resources/youtube_distribution_task.rb