Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 30, 2010
1 parent a89d626 commit a1c72b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nibbler.gemspec
Expand Up @@ -2,13 +2,9 @@

Gem::Specification.new do |gem|
gem.name = 'nibbler'
gem.version = '1.1.0'
gem.version = '1.2.0'
gem.date = Time.now.strftime('%Y-%m-%d')

gem.add_development_dependency 'yajl-ruby', '~> 0.7.5'
gem.add_development_dependency 'nokogiri', '~> 1.4.3.1'
gem.add_development_dependency 'rspec', '~> 1.3.0'

gem.summary = "A cute HTML scraper / data extraction tool"
gem.description = "Nibbler is a super simple and powerful declarative generic scraper written in under 70 lines of code."

Expand Down

0 comments on commit a1c72b3

Please sign in to comment.