Sha256: b0b41c8212f60d85944d07c52870b3aefae933b6c639cbb943305937383b397d

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

require 'rubygems'
require 'echoe'

# PACKAGING ============================================================

Echoe.new('rtt', '0.0.0.26') do |p|
  p.description = 'RTT is a tool for tracking time'
  p.url = 'http://github.com/marklazz/rtt'
  p.author = 'Marcelo Giorgi'
  p.email = 'marklazz.uy@gmail.com'
  p.ignore_pattern = [ 'tmp/*', 'script/*', '*.sh' ]
  p.runtime_dependencies = [ ['highline', ">= 1.5.2"], ['activesupport', '>= 2.3.5', '<= 2.3.8'], ['prawn', '>= 0.8.0'], ['dm-core', '>= 1.0.0'], [ 'dm-validations', '>= 1.0.0'], [ 'dm-migrations', '>= 1.0.0'], 'dm-sqlite-adapter' ]
  p.development_dependencies = [ 'spec' ]
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtt-0.0.0.26 Rakefile