Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twoism committed Jun 17, 2010
1 parent f49b360 commit 994b148
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions graboid.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{graboid}
s.version = "0.3.3"
s.version = "0.3.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christopher Burnett"]
s.date = %q{2010-06-15}
s.date = %q{2010-06-16}
s.description = %q{web scraping made easier}
s.email = %q{signalstatic@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -29,11 +29,13 @@ Gem::Specification.new do |s|
"graboid.gemspec",
"lib/graboid.rb",
"lib/graboid/entity.rb",
"lib/graboid/scraper.rb",
"spec/fixtures/graboid.jpg",
"spec/fixtures/posts.html",
"spec/fixtures/server.rb",
"spec/fixtures/views/posts.erb",
"spec/graboid/entity_spec.rb",
"spec/graboid/scraper_spec.rb",
"spec/graboid_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
Expand All @@ -46,6 +48,7 @@ Gem::Specification.new do |s|
s.test_files = [
"spec/fixtures/server.rb",
"spec/graboid/entity_spec.rb",
"spec/graboid/scraper_spec.rb",
"spec/graboid_spec.rb",
"spec/spec_helper.rb",
"examples/active_rain_post.rb",
Expand Down

0 comments on commit 994b148

Please sign in to comment.