Sha256: c4f5d6c93a49046d71926962ddf4ae46f0ded9e1fa2c7283258573d6d7ce308c

Contents?: true

Size: 728 Bytes

Versions: 8

Compression:

Stored size: 728 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
  begin
    load 'tasks/setup.rb'
  rescue LoadError
    raise RuntimeError, '### please install the "bones" gem ###'
  end
end

ensure_in_path 'lib'
require 'wwmd'

task :default => 'spec:run'

PROJ.name = 'wwmd'
PROJ.authors = 'Michael L. Tracy'
PROJ.email = 'mtracy@matasano.com'
PROJ.url = 'http://github.com/miketracy/wwmd/tree/master'
PROJ.version = WWMD::VERSION
#PROJ.rubyforge.name = 'wwmd'

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

depend_on 'ruby-debug'
depend_on 'curb'
depend_on 'nokogiri'

# EOF

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
iZsh-wwmd-0.2.19 Rakefile
miketracy-wwmd-0.2.11 Rakefile
miketracy-wwmd-0.2.12 Rakefile
miketracy-wwmd-0.2.14 Rakefile
miketracy-wwmd-0.2.15 Rakefile
miketracy-wwmd-0.2.16 Rakefile
miketracy-wwmd-0.2.17 Rakefile
miketracy-wwmd-0.2.19 Rakefile