gemspec.yml in nokogiri-diff-0.1.0 vs gemspec.yml in nokogiri-diff-0.1.1
- old
+ new
@@ -1,23 +1,23 @@
name: nokogiri-diff
-version: 0.1.0
+version: 0.1.1
summary: Calculate the differences between two XML/HTML documents.
description:
Nokogiri::Diff adds the ability to calculate the differences (added
or removed nodes) between two XML/HTML documents.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
-homepage: http://github.com/postmodern/nokogiri-diff
+homepage: https://github.com/postmodern/nokogiri-diff#readme
has_yard: true
-required_ruby_version: >= 1.8.7
+required_ruby_version: ">= 1.8.7"
dependencies:
tdiff: ~> 0.3.2
- nokogiri: ~> 1.4.1
+ nokogiri: ~> 1.5
development_dependencies:
- ore-tasks: ~> 0.3.0
- rspec: ~> 2.2.0
- yard: ~> 0.6.0
+ rubygems-tasks: ~> 0.1
+ rspec: ~> 2.4
+ yard: ~> 0.7