refinerycms-pods 1.0.1 → 1.0.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-pods
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -42,7 +42,6 @@ files:
42
42
  - app/views/shared/_banner_pod.html.erb
43
43
  - app/views/shared/_content_pod.html.erb
44
44
  - app/views/shared/_gallery_pod.html.erb
45
- - app/views/shared/_video.html.erb
46
45
  - app/views/shared/_video_pod.html.erb
47
46
  - db/migrate/create_pages_pods.rb
48
47
  - db/migrate/create_pods.rb
@@ -1,5 +0,0 @@
1
- <div class="video" targeturl="<%= video.youtube_url %>">
2
- <h1><%= video.name %></h1>
3
- <%= link_to('', video.youtube_url, :class => "ytlink") %>
4
- <%= raw(video.body) %>
5
- </div>