Sha256: 975e3eecef0f51782e3ff34d6a5ce22f4554de055ae16dcb78c3b74086f20645
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 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. begin require 'bones' Bones.setup rescue LoadError begin load 'tasks/setup.rb' rescue LoadError raise RuntimeError, '### please install the "bones" gem ###' end end ensure_in_path 'lib' require 'ragweed' task :default => 'spec:run' PROJ.name = 'ragweed' PROJ.authors = 'tduehr, tqbf, struct, iZsh' PROJ.email = 'izsh@iphone-dev.com' PROJ.url = 'github.com/iZsh/ragweed' PROJ.version = Ragweed::VERSION PROJ.rubyforge.name = 'ragweed' PROJ.spec.opts << '--color' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iZsh-ragweed-0.1.8 | Rakefile |