concerto_remote_video 0.0.6 → 0.0.7

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.
@@ -1,6 +1,6 @@
1
1
  <% if content.config['thumb_url'].blank? %>
2
2
  <div class="grid-item with-shadow">
3
- <i class="ficon-facetime-video icon-4x"></i>
3
+ <i class="icon-facetime-video icon-4x"></i>
4
4
  </div>
5
5
  <% else %>
6
6
  <div class="grid-item with-shadow" style="background-image:url(<%= content.config['thumb_url'] %>); background-size: cover; width: 60px; height: 60px;">
@@ -1 +1 @@
1
- <i class="ficon-facetime-video"></i>
1
+ <i class="icon-facetime-video"></i>
@@ -1,3 +1,3 @@
1
1
  module ConcertoRemoteVideo
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concerto_remote_video
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,12 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-13 00:00:00.000000000 -07:00
12
+ date: 2013-08-10 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &70359987758320 !ruby/object:Gem::Requirement
17
+ requirement: &70271115866840 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '3.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70359987758320
25
+ version_requirements: *70271115866840
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: sqlite3
28
- requirement: &70359987757860 !ruby/object:Gem::Requirement
28
+ requirement: &70271115866280 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *70359987757860
36
+ version_requirements: *70271115866280
37
37
  description: Adds support for remotely hosted videos, like YouTube or vimeo, in Concerto
38
38
  2
39
39
  email:
@@ -100,7 +100,8 @@ files:
100
100
  - test/unit/concerto_remote_video/remote_video_test.rb
101
101
  has_rdoc: true
102
102
  homepage: https://github.com/concerto/concerto-remote-video
103
- licenses: []
103
+ licenses:
104
+ - Apache 2.0
104
105
  post_install_message:
105
106
  rdoc_options: []
106
107
  require_paths: