Sha256: 7fd21f5d090fa6f5ee0eaf2074c994c1453d447c85443871dc0863a2e8c8d3f9
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
# Rakefile for img_gravatar require 'rubygems' require 'rake' require 'echoe' Echoe.new('img_gravatar', '0.1.1') do |p| p.description = "Add a img_gravatar helper to ActiveView." p.url = "http://github.com/tsalzer/img_gravatar" p.author = "Till Salzer" p.email = "till.salzer@googlemail.com" p.ignore_pattern = ["tmp/*", "script/*", "rdoc/*", "pkg/*", "gravatar.tmproj"] p.development_dependencies = [] p.rdoc_pattern = /^(lib|bin|tasks|ext)|^README.rdoc|^CHANGELOG|^TODO|^MIT-LICENSE|^COPYING$/ end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tsalzer-img_gravatar-0.1.1 | Rakefile |
img_gravatar-0.1.1 | Rakefile |