Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Aug 6, 2010
1 parent ec0fb7d commit 937c240
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 Luca Guidi
Copyright (c) 2009-2010 Luca Guidi

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Provides a cache store for your Ruby web framework of choice.

### Merb

dependency "redis-store", "0.3.8"
dependency "redis-store", "0.3.9"
dependency("merb-cache", merb_gems_version) do
Merb::Cache.setup do
register(:redis, Merb::Cache::RedisStore, :servers => ["127.0.0.1:6379"])
Expand Down Expand Up @@ -63,7 +63,7 @@ Provides a Redis store for Rack::Session. See [http://rack.rubyforge.org/doc/Rac

### Merb

dependency "redis-store", "0.3.8"
dependency "redis-store", "0.3.9"
Merb::Config.use do |c|
c[:session_store] = "redis"
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.8
0.3.9
2 changes: 1 addition & 1 deletion redis-store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{redis-store}
s.version = "0.3.8"
s.version = "0.3.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Luca Guidi"]
Expand Down

0 comments on commit 937c240

Please sign in to comment.