Sha256: 949bd4cc30f1b8be92a723280fc790a4e17844f038a77bd37ac359d79ed4d6c7

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'diffy/version'

Gem::Specification.new do |spec|
  spec.name          = "ydiffy"
  spec.version       = Diffy::VERSION
  spec.authors       = ["Sam Goldstein"]
  spec.email         = ["sgrock@gmail.org"]
  spec.description   = "Convenient diffing in ruby"
  spec.summary       = "Ydiffy is a fork of diffy to work around a problem in odba"
  spec.homepage      = "http://github.com/zdavatz/ydiffy"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ydiffy-0.0.5 ydiffy.gemspec
ydiffy-0.0.4 ydiffy.gemspec
ydiffy-0.0.3 ydiffy.gemspec
ydiffy-0.0.2 ydiffy.gemspec