Sha256: 0399f8e72d05fdd85ce048a497b2dbcba51e102fc1c68d76e7c331980c1550e3

Contents?: true

Size: 601 Bytes

Versions: 2

Compression:

Stored size: 601 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 'tire_swing'

task :default => 'spec:run'

PROJ.name = 'tire_swing'
PROJ.authors = 'Nathan Witmer'
PROJ.email = 'nwitmer at gmail dot com'
PROJ.url = 'http://github.com/aniero/tire_swing'
PROJ.rubyforge.name = ''
PROJ.version = TireSwing.version

PROJ.spec.opts << '--color --format specdoc'

# EOF

depend_on "treetop"
depend_on "attributes"
depend_on "extlib", "~> 0.9.8"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aniero-tire_swing-0.0.5 Rakefile
aniero-tire_swing-0.0.6 Rakefile