Sha256: d1de0518b3807fc900e4030d82ef1c3be1b91f2f997ad35595cfcd0cc946c4e5

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

module Scrapers
  module Version

    MAJOR = 1
    MINOR = 0
    BUILD = 0

  end
  
  VERSION = [Version::MAJOR,Version::MINOR,Version::BUILD].map(&:to_s).join(".")

  DESCRIPTION = "A library of web site scrapers utilizing mechanize and other goodies. Helpful in gathering images, moving things, saving things, etc."
  SUMMARY = "Web site scrapers"
  LICENSE = "MIT"
  WEBSITE = "http://github.com/tamouse/scrapers"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scrapers-1.0.0 lib/scrapers/version.rb