Sha256: ae4dabc3072d4d403ed51a097df284760147b34abf24292e7da68db06209cabd

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 Bytes

Contents

Gem::Specification.new do |s|
  s.name          = 'mirrors'
  s.version       = '0.0.1'
  s.platform      = Gem::Platform::RUBY
  s.licenses      = ['MIT']
  s.authors       = ['Burke Libbey']
  s.email         = ['burke.libbey@shopify.com']
  s.homepage      = 'https://github.com/Shopify/mirrors'
  s.summary       = 'Mirror API for Ruby'
  s.description   = 'Provides a number of specs and classes that document a mirror API for Ruby.'
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ['lib']

  s.add_development_dependency 'minitest', '~> 5.0'
  s.add_development_dependency 'byebug', '~> 9.0.6'

  s.add_runtime_dependency 'method_source', '~> 0.8'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mirrors-0.0.1 mirrors.gemspec