tumblrb 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,7 +39,7 @@ module Tumblr
39
39
  def commit
40
40
  super
41
41
  tags.each do |tag|
42
- Redis::Set.new("#{Blog::STORAGE_KEY}:tags", Tumblr.config.redis) << tag
42
+ Redis::Set.new("#{Blog::STORAGE_KEY}:tags", Tumblr.config.redis) << tag.downcase
43
43
  Redis::List.new("#{Blog::STORAGE_KEY}:tags:#{tag.downcase.underscore}", Tumblr.config.redis) << slug
44
44
  end
45
45
  end
@@ -1,4 +1,4 @@
1
1
  module Tumblr
2
2
  # The version of the gem
3
- VERSION = '2.0.2'.freeze unless defined?(::Twitter::VERSION)
3
+ VERSION = '2.0.3'.freeze unless defined?(::Twitter::VERSION)
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tumblrb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.2
5
+ version: 2.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - thegorgon
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-25 00:00:00 Z
13
+ date: 2011-10-26 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport