File: Rakefile

package info (click to toggle)
ruby-remcached 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: ruby: 1,000; sh: 9; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "remcached"
    gemspec.summary = "Ruby EventMachine memcached client"
    gemspec.description = gemspec.summary
    gemspec.email = "astro@spaceboyz.net"
    gemspec.homepage = "http://github.com/astro/remcached/"
    gemspec.authors = ["Stephan Maka"]
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end