Sha256: 26481c258a4db63a2a8e94b256e610eef7760c99f77395725d6888d6a4375086

Contents?: true

Size: 900 Bytes

Versions: 4

Compression:

Stored size: 900 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "the_array_comparator"
  gem.version       = TheArrayComparator::VERSION
  gem.authors       = ["Max Meyer"]
  gem.email         = ["dev@fedux.org"]
  gem.description   = %q{you need to compare arrays? then this gem is very suitable for you.}
  gem.summary   = %q{you need to compare arrays? then this gem is very suitable for you.}
  gem.homepage      = "https://www.github.com/max_meyer/the_array_comparator"

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

  gem.add_runtime_dependency 'active_support'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
the_array_comparator-0.3.1 the_array_comparator.gemspec
the_array_comparator-0.3.0 the_array_comparator.gemspec
the_array_comparator-0.2.0 the_array_comparator.gemspec
the_array_comparator-0.1.1 the_array_comparator.gemspec