Sha256: ecad0ecc0a66fbbdca593fb8220cb75e0385bbf819cec0924cf0c094f0935846

Contents?: true

Size: 902 Bytes

Versions: 1

Compression:

Stored size: 902 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "redis-collections"
  gem.homepage = "http://github.com/evanwhalen/redis-collections"
  gem.license = "MIT"
  gem.summary = %Q{Associate collections of models through redis}
  gem.description = %Q{redis-collections associates collections of models with an object, similar how to redis-objects associates Redis data types with an object.}
  gem.email = "evanwhalendev@gmail.com"
  gem.authors = ["Evan Whalen"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-collections-0.1.0 Rakefile