Sha256: 4b781854b1ce7306777760927356e5f89f00345f7ff7b11ae852ccf8c469f288

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

# Dynamically load the gem spec
$gemspec_file = File.expand_path('../gisele.gemspec', __FILE__)
$gemspec      = Kernel.eval(File.read($gemspec_file))

# We run tests by default
task :default => :test

#
# Install all tasks found in tasks folder
#
# See .rake files there for complete documentation.
#
Dir["tasks/*.rake"].each do |taskfile|
  load taskfile
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gisele-0.5.0 Rakefile