refinerycms-blog 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ class BlogComment < ActiveRecord::Base
23
23
  options = {:size => 60}
24
24
  require 'digest/md5'
25
25
  options[:size] = "?s=#{size}" if options[:size]
26
- "http://gravatar.com/avatar/#{Digest::MD5.hexdigest(self.email.to_s.strip.downcase)}#{size}.jpg"
26
+ "http://gravatar.com/avatar/#{Digest::MD5.hexdigest(self.email.to_s.strip.downcase)}#{options[:size]}.jpg"
27
27
  end
28
28
 
29
29
  def approve!
@@ -3,7 +3,7 @@ module Refinery
3
3
  class Version
4
4
  @major = 1
5
5
  @minor = 5
6
- @tiny = 0
6
+ @tiny = 1
7
7
 
8
8
  class << self
9
9
  attr_reader :major, :minor, :tiny
data/readme.md CHANGED
@@ -11,13 +11,13 @@ Options:
11
11
 
12
12
  ## Requirements
13
13
 
14
- Refinery CMS version 0.9.8 or above.
14
+ Refinery CMS version 1.0.0 or above.
15
15
 
16
16
  ## Install
17
17
 
18
18
  Open up your ``Gemfile`` and add at the bottom this line:
19
19
 
20
- gem 'refinerycms-blog', '~> 1.3'
20
+ gem 'refinerycms-blog', '~> 1.5'
21
21
 
22
22
  Now, run ``bundle install``
23
23
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms-blog
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.0
5
+ version: 1.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital