Sha256: e4bd3aa8779312207aaa9c060a4c765b9a5fe51d799d1b5ce97080818d10a42f

Contents?: true

Size: 938 Bytes

Versions: 6

Compression:

Stored size: 938 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
require 'rake'
require 'jeweler'
require 'rspec/core/rake_task'
require 'yard'

module TempFixForRakeLastComment
  def last_comment
    last_description
  end
end
Rake::Application.send :include, TempFixForRakeLastComment

Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "wombat"
  gem.homepage = "http://felipecsl.github.com/wombat"
  gem.license = "MIT"
  gem.summary = %Q{Ruby DSL to scrape web pages}
  gem.description = %Q{Generic Web crawler with a DSL that parses structured data from web pages}
  gem.email = "felipe.lima@gmail.com"
  gem.authors = ["Felipe Lima"]
  gem.required_ruby_version = ">= 1.9"
  # dependencies defined in Gemfile
end

Jeweler::RubygemsDotOrgTasks.new

RSpec::Core::RakeTask.new(:spec)

task :test => :spec
task :default => :spec

YARD::Rake::YardocTask.new

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wombat-3.0.0 Rakefile
wombat-2.10.0 Rakefile
wombat-2.9.0 Rakefile
wombat-2.8.0 Rakefile
wombat-2.7.0 Rakefile
wombat-2.6.0 Rakefile