gst-kitchen 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gst-kitchen.gemspec +1 -0
- data/lib/gst-kitchen/version.rb +1 -1
- data/templates/episodes.rss.erb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4863252f2b0e737befcd3a5019757970b1a46ba4
|
4
|
+
data.tar.gz: 04c361539303db3078555311b4ad71528bdc0ffc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f508f9544d5acdac5ab2d973d77ef8236d4d49fcdc3411b8ef63d9bb48e8c6d2c8b20daa29e278e4d2d3babbbbebf885f1fd16e971fef7e7165dc01625cf9132
|
7
|
+
data.tar.gz: 628495244a26329872f7acf98349aeaee607dab489291494c3d91f8d1f49d2a53eba1a8c32e0dc83508307c7edf8799cb308371743a43f11e467ac17b862beb2
|
data/gst-kitchen.gemspec
CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{gst-kitchen is a gem to publish podcasts like a nerd with auphonic!}
|
12
12
|
gem.summary = %q{gst-kitchen is a gem to publish podcasts like a nerd with auphonic!}
|
13
13
|
gem.homepage = "http://github.com/tisba/gst-kitchen"
|
14
|
+
gem.license = 'MIT'
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/gst-kitchen/version.rb
CHANGED
data/templates/episodes.rss.erb
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
<title><%= CGI.escape_html episode.title %></title>
|
37
37
|
<itunes:explicit><%= @podcast.explicit ? "yes" : "no" %></itunes:explicit>
|
38
38
|
<itunes:author><%= @podcast.author %></itunes:author>
|
39
|
-
<itunes:subtitle><%= CGI.escape_html episode.
|
39
|
+
<itunes:subtitle><%= CGI.escape_html episode.subtitle %></itunes:subtitle>
|
40
40
|
<enclosure url="<%= @podcast.episode_media_url(episode, @format) %>" length="<%= episode.media[@format.format]["size"] %>" type="<%= @format.mime_type %>"/>
|
41
41
|
<guid isPermaLink="false"><%= episode.handle %></guid>
|
42
42
|
<pubDate><%= episode.rfc_2822_date %></pubDate>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gst-kitchen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Cohnen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: yajl-ruby
|
@@ -125,7 +125,8 @@ files:
|
|
125
125
|
- spec/spec_helper.rb
|
126
126
|
- templates/episodes.rss.erb
|
127
127
|
homepage: http://github.com/tisba/gst-kitchen
|
128
|
-
licenses:
|
128
|
+
licenses:
|
129
|
+
- MIT
|
129
130
|
metadata: {}
|
130
131
|
post_install_message:
|
131
132
|
rdoc_options: []
|