Sha256: a32a40c2e8d17c5cd417bb49e08193d369bb850abc3163ceceb392c38f5f7358
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 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 = 'http://community.programuj.com/p/comboy/Ciuchcia' PROJ.rubyforge.name = 'ciuchcia' PROJ.spec.opts << '--color' # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ciuchcia-0.0.4 | Rakefile |
ciuchcia-0.0.5 | Rakefile |
ciuchcia-0.0.6 | Rakefile |
ciuchcia-0.0.7 | Rakefile |