Sha256: db23a01c520e1d894a9280e20ad4c6aea9199be0c1a99c34560715a4ea0b830c
Contents?: true
Size: 698 Bytes
Versions: 2
Compression:
Stored size: 698 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' version = File.read( 'VERSION' ) rescue "0.0.42_bugged" Echoe.new('ric', version ) do |p| p.description = "My first gem with various utilities (colors and tests now). My name is Riccardo, hence 'ric' (ok I admit it, this was just ot prove Im able to build a sentence with hence!)" p.url = "http://github.com/palladius/riclib" p.author = "Riccardo Carlesso" p.email = "['p','ll','diusbonton].join('a') @ gmail.com" p.ignore_pattern = [ "tmp/*", "docs/*", "script/*", "images/*/*/*", "images/*/*", 'images', "private/*", "HISTORY" ] p.development_dependencies = [ ] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ric-0.9.7 | Rakefile |
ric-0.9.6file | Rakefile |