Sha256: 84342bc0e538477366cb603247f725a9b5851ca524e8b0a234b2628fa4ad6e7c
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 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 load 'tasks/setup.rb' end ensure_in_path 'lib' require 'ruboss4ruby' depend_on 'rubigen' depend_on 'activesupport' task :default => 'spec:run' PROJ.name = 'ruboss4ruby' PROJ.summary = 'Ruboss Framework Code Generation Engine / Rails 2.1+ and Merb 1.0 Integration Support' PROJ.authors = 'Dima Berastau' PROJ.email = 'dima@ruboss.com' PROJ.url = 'http://github.com/dima/ruboss4ruby/wikis' PROJ.version = Ruboss4Ruby::VERSION PROJ.executables = ['bin/ruboss-gen'] PROJ.readme_file = 'README.rdoc' PROJ.rubyforge.name = 'ruboss4ruby' PROJ.exclude << %w(.DS_Store .gitignore) PROJ.spec.opts << '--color' PROJ.test.opts << '-W1' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dima-ruboss4ruby-1.1.0 | Rakefile |