planet 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -41,7 +41,7 @@ class Planet
41
41
  self.title = attributes[:title]
42
42
  self.content = attributes[:content]
43
43
  self.date = attributes[:date]
44
- self.url = attributes.[:url]
44
+ self.url = attributes[:url]
45
45
  self.blog = attributes[:blog]
46
46
  self.author = attributes[:author]
47
47
  end
@@ -2,7 +2,7 @@ module Planet
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 4
5
+ PATCH = 5
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.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: