Sha256: 1d0c03a893b227543ce4b0d18d8e8e453a5e0e651550919ebcdbba9084845289

Contents?: true

Size: 689 Bytes

Versions: 1

Compression:

Stored size: 689 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

# from here: http://buzaz.com/index.php/2010/01/03/how-to-build-a-ruby-gem/

Echoe.new('ric', '0.9.1') do |p|
  p.description    = "My firstgem 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/*", "script/*", 
    "images/*/*/*jpg", "images/*/*jpg", "*.jpg" , 'images', 
    "private/*"]
  p.development_dependencies = []
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ric-0.9.1 Rakefile