postmodern / nokogiri-diff

Calculate the differences between two XML/HTML documents.
MIT License
131 stars 12 forks source link

nokogiri-diff depends upon old Nokogiri version (~> 1.4.1) #1

Closed duncan-bayne closed 12 years ago

duncan-bayne commented 12 years ago

If I add nokogiri-diff to my Gemfile and do a bundle install, I get:

Bundler could not find compatible versions for gem "nokogiri":
  In Gemfile:
    nokogiri-diff (>= 0) ruby depends on
      nokogiri (~> 1.4.1) ruby

    cucumber-rails (>= 0) ruby depends on
      nokogiri (1.5.0)
Tuxified commented 12 years ago

Hi, it seems you've bumped the specs on github, but forgot to update it on rubygems.org. Would you be so kind to update it on rubygems.org as well ?

postmodern commented 12 years ago

@Tuxified released 0.1.1. Thanks for the reminder.