planet 0.3.6 → 0.3.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.
Files changed (3) hide show
  1. data/lib/planet.rb +1 -1
  2. data/lib/planet/version.rb +1 -1
  3. metadata +1 -1
data/lib/planet.rb CHANGED
@@ -107,7 +107,7 @@ class Planet
107
107
  feed = Feedzirra::Feed.fetch_and_parse(self.feed)
108
108
 
109
109
  self.name ||= feed.title || 'the source'
110
- self..url ||= feed.url
110
+ self.url ||= feed.url
111
111
 
112
112
  if self.url.nil?
113
113
  abort "#{ self.author }'s blog does not have a url field on it's feed, you will need to specify it on planet.yml"
@@ -2,7 +2,7 @@ module Planet
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 6
5
+ PATCH = 7
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, PATCH].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: planet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: