Sha256: cc17f444fe78633e70cb03f2d695c02752601aa617e9427bda8c84f1a4accb27

Contents?: true

Size: 597 Bytes

Versions: 1

Compression:

Stored size: 597 Bytes

Contents

task :default => :spec
task :test => :spec

desc "Run specs"
task :spec do
  exec "spec spec/redis_spec.rb"
end

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "redis-namespace"
    gemspec.summary = "Namespaces Redis commands."
    gemspec.description = "Namespaces Redis commands."
    gemspec.email = "chris@ozmm.org"
    gemspec.homepage = "http://github.com/defunkt/redis-namespace"
    gemspec.authors = ["Chris Wanstrath"]
    gemspec.version = '0.1.1'
  end
rescue LoadError
  puts "Jeweler not available. Install it with:"
  puts "gem install jeweler"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-namespace-0.1.1 Rakefile