Sha256: 13d1a89bfcd5b925ce6627f710d96698bc9bab5ac700b603c0cd5e0574c7d846

Contents?: true

Size: 1.4 KB

Versions: 11

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', '~> 1.16'
  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

11 entries across 11 versions & 1 rubygems

Version Path
trailer_vote-fixtures-1.14.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.13.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.12.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.11.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.10.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.9.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.8.2 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.7.2 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.7.1 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.7.0 trailer_vote-fixtures.gemspec
trailer_vote-fixtures-1.6.4 trailer_vote-fixtures.gemspec