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

Commit

Permalink
push out a new gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 17, 2015
1 parent 7284cd9 commit d56f954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SOURCES = ['ext/nokogumboc/extconf.rb', 'ext/nokogumboc/nokogumbo.c']
task 'gem' => 'test'
SPEC = Gem::Specification.new do |gem|
gem.name = 'nokogumbo'
gem.version = '1.4.5'
gem.version = '1.4.6'
gem.email = 'rubys@intertwingly.net'
gem.homepage = 'https://github.com/rubys/nokogumbo/#readme'
gem.summary = 'Nokogiri interface to the Gumbo HTML5 parser'
Expand Down

0 comments on commit d56f954

Please sign in to comment.