Sha256: b98638e3171cfaa9f4b7d883767ef3b7260552d1a19f49138edd3e5948225897

Contents?: true

Size: 795 Bytes

Versions: 11

Compression:

Stored size: 795 Bytes

Contents

# encoding: utf-8

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

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

11 entries across 11 versions & 1 rubygems

Version Path
wombat-2.5.1 Rakefile
wombat-2.5.0 Rakefile
wombat-2.4.0 Rakefile
wombat-2.3.0 Rakefile
wombat-2.2.1 Rakefile
wombat-2.2.0 Rakefile
wombat-2.1.3 Rakefile
wombat-2.1.2 Rakefile
wombat-2.1.1 Rakefile
wombat-2.1.0 Rakefile
wombat-2.0.1 Rakefile