Sha256: 6b678f489a6ea6b7d4a614934f281500efd954112057adaaec22629e96f8f6cf

Contents?: true

Size: 477 Bytes

Versions: 5

Compression:

Stored size: 477 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 'pyre'

task :default => 'spec:run'

PROJ.name = 'pyre'
PROJ.authors = 'Christopher Shea'
PROJ.email = 'chris@ruby.tie-rack.org'
PROJ.url = 'http://pyre.rubyforge.org'
PROJ.rubyforge_name = 'pyre'

PROJ.spec_opts << '--color'

depend_on('mechanize')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pyre-0.1.0 Rakefile
pyre-0.1.1 Rakefile
pyre-0.2.0 Rakefile
pyre-0.3.1 Rakefile
pyre-0.3.0 Rakefile