Skip to content

Commit

Permalink
Merge branch 'version-constant'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Oct 30, 2013
2 parents d38bf73 + d787a3f commit 2895e5f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/redis/namespace.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'redis'
require 'redis/namespace/version'

class Redis
class Namespace
Expand Down
7 changes: 7 additions & 0 deletions lib/redis/namespace/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# encoding: utf-8

class Redis
class Namespace
VERSION = '1.3.1'
end
end
6 changes: 5 additions & 1 deletion redis-namespace.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'redis/namespace/version'

Gem::Specification.new do |s|
s.name = "redis-namespace"
s.version = "1.3.1"
s.version = Redis::Namespace::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Namespaces Redis commands."
s.homepage = "http://github.com/resque/redis-namespace"
Expand Down

0 comments on commit 2895e5f

Please sign in to comment.