Sha256: 2e37551b90a66d0408ff8ea392a1afb48b6b142e692c40360e983f6e898ca5b9

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

ENV['NODOT'] = 'true' # We don't want class diagrams in RDoc
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration

Dir['gem_tasks/**/*.rake'].each { |rake| load rake }

# Hoe gives us :default => :test, but we don't have Test::Unit tests.
Rake::Task[:default].clear_prerequisites
task :default => [:spec]

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
josephwilk-rsemantic-0.1.0 Rakefile
josephwilk-rsemantic-0.1.1 Rakefile
josephwilk-rsemantic-0.1.2 Rakefile
josephwilk-rsemantic-0.1.3 Rakefile
josephwilk-semantic-0.1.0 Rakefile
rsemantic-0.1.3 Rakefile