gst-kitchen 0.7.0 → 0.8.0

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
  SHA1:
3
- metadata.gz: bd22ef2f66a262d106e720540f4a3f2bc04d0dd6
4
- data.tar.gz: 5b9df755f3a5fbcc00997dc9cc079390f6aa3cb6
3
+ metadata.gz: 4863252f2b0e737befcd3a5019757970b1a46ba4
4
+ data.tar.gz: 04c361539303db3078555311b4ad71528bdc0ffc
5
5
  SHA512:
6
- metadata.gz: c7917a44bc439d567d472020016aab954cd5a14001c36f144c18e67f397cd8e9c94c7e366e3fac15b037e139e3da5b5ebe0aae36b643c6e6d68abacb579927a7
7
- data.tar.gz: 07c7628bf4a0d3d9949f5f642ae55a5e4b0adbe18e384e179237528cdc5e83fdd9be6084925b4c479560a893e047ee9bae7d0ef43c2f766bdf721729403afa33
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) }
@@ -1,3 +1,3 @@
1
1
  module GstKitchen
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
@@ -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.title %></itunes:subtitle>
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.7.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-04 00:00:00.000000000 Z
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: []