feedzirra-podcast 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,7 +93,7 @@ module FeedzirraPodcast
93
93
  alias_method :sy_updateFrequency, :sy_update_frequency
94
94
 
95
95
  def sy_update_base
96
- Time.parse(sy_update_base_string)
96
+ Time.parse(sy_update_base_string) if sy_update_base_string.present?
97
97
  end
98
98
  alias_method :sy_updateBase, :sy_update_base
99
99
  end
@@ -1,3 +1,3 @@
1
1
  module FeedzirraPodcast
2
- VERSION = '0.0.12'
2
+ VERSION = '0.0.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feedzirra-podcast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-28 00:00:00.000000000 Z
12
+ date: 2014-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler