scraper.gemspec in cyx-scraper-0.3.0 vs scraper.gemspec in cyx-scraper-0.3.1
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{scraper}
- s.version = "0.3.0"
+ s.version = "0.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cyril David"]
s.date = %q{2009-07-31}
s.email = %q{cyx.ucron@gmail.com}
@@ -28,15 +28,17 @@
"lib/scraper/youtube.rb",
"scraper.gemspec",
"test/article_test.rb",
"test/fixtures/5826468.html",
"test/fixtures/dLO2s7SDHJo.html",
+ "test/fixtures/non-article.html",
"test/fixtures/scraped.html",
"test/fixtures/unwebbable.html",
"test/scraper_test.rb",
"test/test_helper.rb",
"test/vimeo_test.rb",
+ "test/web_test.rb",
"test/youtube_test.rb"
]
s.homepage = %q{http://github.com/cyx/scraper}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
@@ -45,9 +47,10 @@
s.test_files = [
"test/article_test.rb",
"test/scraper_test.rb",
"test/test_helper.rb",
"test/vimeo_test.rb",
+ "test/web_test.rb",
"test/youtube_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION