Sha256: 72f73000ce9981a40a57dba7e380649cf3100711b00cdfe613b24e89872b9714
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. load 'tasks/setup.rb' ensure_in_path 'lib' require 'ciuchcia' task :default => 'spec:run' PROJ.name = 'ciuchcia' PROJ.version = Ciuchcia::VERSION PROJ.authors = 'Kacper Cieśla' PROJ.email = 'kacper.ciesla@gmail.com' PROJ.url = 'FIXME (project homepage)' PROJ.rubyforge.name = 'ciuchcia' PROJ.spec.opts << '--color' depend_on 'rails' # EOF
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ciuchcia-0.0.2 | Rakefile |
ciuchcia-0.0.3 | Rakefile |