Sha256: 212491dbcded7abc384221f98f9f595acbd7cda9ab47101c98e4c22c05b31c71
Contents?: true
Size: 1.37 KB
Versions: 1
Compression:
Stored size: 1.37 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{diffrenderer} s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["robl"] s.date = %q{2009-11-04} s.email = %q{code[at]rattlecentral.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "diffrenderer.gemspec", "examples/diff-html.rb", "examples/diff-text.rb", "lib/diffrenderer.rb", "lib/diffrenderer/paragraph_block.rb", "lib/word_run_diff_lcs.rb", "test/diffrenderer_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/rattle/diffrenderer} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Takes two pieces of source text/html and creates a neato html diff output} s.test_files = [ "test/diffrenderer_test.rb", "test/test_helper.rb", "examples/diff-text.rb", "examples/diff-html.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
diffrenderer-0.0.3 | diffrenderer.gemspec |