Sha256: 97953772f71e5ad9c94a12c6dcf14604f4d5b6fe351d5d696718405fb53fe2be
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. begin require 'bones' Bones.setup rescue LoadError load 'tasks/setup.rb' end ensure_in_path 'lib' require 'em-redis' task :default => 'spec:run' PROJ.name = 'em-redis' PROJ.authors = 'Jonathan Broad' PROJ.email = 'jonathan@relativepath.org' PROJ.url = '' PROJ.version = EMRedis::VERSION PROJ.rubyforge.name = 'em-redis' PROJ.spec.opts << '--color' PROJ.gem.dependencies << "bacon" # EOF
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
Sutto-em-redis-0.1.1 | Rakefile |
em-redis-0.1.1 | Rakefile |