All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.equalizer-0.0.11.equalizer.gemspec Maven / Gradle / Ivy

The newest version!
# encoding: utf-8

require File.expand_path('../lib/equalizer/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = 'equalizer'
  gem.version     = Equalizer::VERSION.dup
  gem.authors     = ['Dan Kubb', 'Markus Schirp']
  gem.email       = %w[[email protected] [email protected]]
  gem.description = 'Module to define equality, equivalence and inspection methods'
  gem.summary     = gem.description
  gem.homepage    = 'https://github.com/dkubb/equalizer'
  gem.licenses    = 'MIT'

  gem.require_paths    = %w[lib]
  gem.files            = `git ls-files`.split("\n")
  gem.test_files       = `git ls-files -- spec/{unit,integration}`.split("\n")
  gem.extra_rdoc_files = %w[LICENSE README.md CONTRIBUTING.md]

  gem.required_ruby_version = '>= 1.8.7'

  gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy