File: version.rb

package info (click to toggle)
ruby-nokogiri-diff 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: ruby: 271; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
module Nokogiri
  module Diff
    # nokogiri-diff version
    VERSION = '0.2.0'
  end
end