Sha256: b14098c2b0a70033e40429c70e9408cc849ba876cb05fd9498db59772c63e34d

Contents?: true

Size: 1.4 KB

Versions: 8

Compression:

Stored size: 1.4 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'trailer_vote/fixtures/version'

Gem::Specification.new do |spec|
  spec.name          = 'trailer_vote-fixtures'
  spec.version       = TrailerVote::Fixtures::VERSION
  spec.authors       = ['Derk-Jan Karrenbeld']
  spec.email         = ['dj@trailervote.com']

  spec.summary       = 'Fixtures for TrailerVote media types, api calls, and so forth'
  spec.homepage      = 'https://github.com/TrailerVote/trailervote-fixtures'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject do |f|
      f.match(%r{^(test|spec|features|package\.json|\.npmignore|javascript|node_modules)/})
    end
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']
  spec.required_ruby_version = '>= 2.5.1'

  spec.add_development_dependency 'oj', '~> 3.6'

  spec.add_development_dependency 'bundler', '~> 2.0'
  spec.add_development_dependency 'rake', '~> 13.0'
  spec.add_development_dependency 'minitest', '~> 5.11'
  spec.add_development_dependency 'minitest-ci', '~> 3.4'
  spec.add_development_dependency 'minitest-reporters', '~> 1.3'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.17.5 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.17.4 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.17.3 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.17.2 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.17.1 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.17.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.16.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.15.0 trailer_vote-fixtures.gemspec