Sha256: 56a9ae7d33a18927d8af96cf7875de76b6a5677a4a099cf45a81117b781a2605

Contents?: true

Size: 1.45 KB

Versions: 60

Compression:

Stored size: 1.45 KB

Contents

# frozen_string_literal: true

$LOAD_PATH << File.expand_path('lib', __dir__)
require 'hashdiff/version'

Gem::Specification.new do |s|
  s.name        = 'hashdiff'
  s.version     = Hashdiff::VERSION
  s.license     = 'MIT'
  s.summary     = ' Hashdiff is a diff lib to compute the smallest difference between two hashes. '
  s.description = ' Hashdiff is a diff lib to compute the smallest difference between two hashes. '

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- Appraisals {spec}/*`.split("\n")

  s.require_paths = ['lib']
  s.required_ruby_version = Gem::Requirement.new('>= 2.0.0')

  s.authors = ['Liu Fengyun']
  s.email   = ['liufengyunchina@gmail.com']

  s.homepage = 'https://github.com/liufengyun/hashdiff'

  s.add_development_dependency('bluecloth')
  s.add_development_dependency('rspec', '~> 2.0')
  s.add_development_dependency('rubocop', '~> 0.49.1') # last version that works with ruby 2.0
  s.add_development_dependency('rubocop-rspec')
  s.add_development_dependency('yard')

  if s.respond_to?(:metadata)
    s.metadata = {
      'bug_tracker_uri' => 'https://github.com/liufengyun/hashdiff/issues',
      'changelog_uri' => 'https://github.com/liufengyun/hashdiff/blob/master/changelog.md',
      'documentation_uri' => 'https://www.rubydoc.info/gems/hashdiff',
      'homepage_uri' => 'https://github.com/liufengyun/hashdiff',
      'source_code_uri' => 'https://github.com/liufengyun/hashdiff'
    }
  end
end

Version data entries

60 entries across 59 versions & 6 rubygems

Version Path
cloudsmith-api-0.53.79 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.53.17 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.53.3 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.53.1 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.52.121 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.52.92 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.52.79 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.52.5 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.52.0 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.51.93 vendor/bundle/ruby/2.3.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.51.38 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.51.37 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.51.34 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.51.22 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/hashdiff.gemspec
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.49.118 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
cloudsmith-api-0.49.98 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec
hashdiff-1.0.1 hashdiff.gemspec