active_public_resources 0.2.8 → 0.2.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ebe0286bc9284b369d5695587db96781a0d1154dce4999e982582f8e256a0e5
|
|
4
|
+
data.tar.gz: 37f81f8de8e1536edcc2768de8a89527889c4460d254c3769fad2a6e2ffcbae6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f068b798cf7f861a201aea160f81a16e1c6ec77aa23bba5a35dce85ec9b037fe316d44a390e33379ad30d2dc93466d0322ed34df5e8b8a61bf29ae4694e6d209
|
|
7
|
+
data.tar.gz: 192cc69228d7b0b02a7cc65583ee19d612b65a8355e491e806febd86e57d5a2c87d5653c8902a32da3cb7135f4baa86da7c324b466424fc50888e03e265fbe7c
|
|
@@ -139,6 +139,15 @@ module ActivePublicResources
|
|
|
139
139
|
video.height = 360
|
|
140
140
|
|
|
141
141
|
# Return Types
|
|
142
|
+
|
|
143
|
+
video.return_types << APR::ReturnTypes::Url.new(
|
|
144
|
+
driver: DRIVER_NAME,
|
|
145
|
+
remote_id: video.id,
|
|
146
|
+
url: video.url,
|
|
147
|
+
text: video.title,
|
|
148
|
+
title: video.title
|
|
149
|
+
)
|
|
150
|
+
|
|
142
151
|
video.return_types << APR::ReturnTypes::Iframe.new(
|
|
143
152
|
driver: DRIVER_NAME,
|
|
144
153
|
remote_id: video.id,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_public_resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Berry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -172,8 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: '0'
|
|
174
174
|
requirements: []
|
|
175
|
-
|
|
176
|
-
rubygems_version: 2.7.6.2
|
|
175
|
+
rubygems_version: 3.1.4
|
|
177
176
|
signing_key:
|
|
178
177
|
specification_version: 4
|
|
179
178
|
summary: Normalized searching and browsing of public resources
|