Skip to content

Commit

Permalink
bumped version + gemspec to avoid version conflict with elisehuard/re…
Browse files Browse the repository at this point in the history
…dis-session-store gem
  • Loading branch information
nickyp committed Mar 8, 2011
1 parent c6c3318 commit 382cf2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.1
0.3.2
17 changes: 9 additions & 8 deletions rails3-redis2-session-store.gemspec
@@ -1,29 +1,30 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rails3-redis2-session-store}
s.version = "0.3.1"
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mathias Meyer", "Ivan Porto Carrero"]
s.date = %q{2010-12-07}
s.date = %q{2011-03-08}
s.description = %q{A drop-in replacement for e.g. MemCacheStore to store Rails sessions (and Rails sessions only) in Redis.}
s.email = %q{ivan@flanders.co.nz}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
"README.md"
]
s.files = [
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/redis-session-store.rb"
"README.md",
"Rakefile",
"VERSION",
"lib/redis-session-store.rb"
]
s.homepage = %q{http://github.com/casualjim/redis-session-store}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Rails 3 Redis 2 session store}
Expand Down

0 comments on commit 382cf2b

Please sign in to comment.