Sha256: 0df20e0d370fa27b87b18fc654c541213c08d5086162548fe5bd350a97c5721a

Contents?: true

Size: 1.77 KB

Versions: 17

Compression:

Stored size: 1.77 KB

Contents

require_relative './lib/polyphony/version'

Gem::Specification.new do |s|
  s.name        = 'polyphony'
  s.version     = Polyphony::VERSION
  s.licenses    = ['MIT']
  s.summary     = 'Fine grained concurrency for Ruby'
  s.author      = 'Sharon Rosner'
  s.email       = 'sharon@noteflakes.com'
  s.files       = `git ls-files`.split
  s.homepage    = 'https://digital-fabric.github.io/polyphony'
  s.metadata    = {
    "source_code_uri" => "https://github.com/digital-fabric/polyphony",
    "documentation_uri" => "https://digital-fabric.github.io/polyphony/",
    "homepage_uri" => "https://digital-fabric.github.io/polyphony/",
    "changelog_uri" => "https://github.com/digital-fabric/polyphony/blob/master/CHANGELOG.md"
  }
  s.rdoc_options = ["--title", "polyphony", "--main", "README.md"]
  s.extra_rdoc_files = ["README.md"]
  s.extensions = ["ext/polyphony/extconf.rb"]
  s.require_paths = ["lib"]
  s.required_ruby_version = '>= 2.6'

  s.add_development_dependency  'rake-compiler',        '1.1.1'
  s.add_development_dependency  'minitest',             '5.14.4'
  s.add_development_dependency  'minitest-reporters',   '1.4.2'
  s.add_development_dependency  'simplecov',            '0.17.1'
  s.add_development_dependency  'rubocop',              '0.85.1'
  s.add_development_dependency  'pry',                  '0.13.1'

  s.add_development_dependency  'msgpack',              '1.4.2'
  s.add_development_dependency  'httparty',             '0.17.1'
  s.add_development_dependency  'localhost',            '~>1.1.4'

  # s.add_development_dependency  'jekyll',               '~>3.8.6'
  # s.add_development_dependency  'jekyll-remote-theme',  '~>0.4.1'
  # s.add_development_dependency  'jekyll-seo-tag',       '~>2.6.1'
  # s.add_development_dependency  'just-the-docs',        '~>0.3.0'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
polyphony-0.85 polyphony.gemspec
polyphony-0.84.1 polyphony.gemspec
polyphony-0.84 polyphony.gemspec
polyphony-0.83 polyphony.gemspec
polyphony-0.82 polyphony.gemspec
polyphony-0.81.1 polyphony.gemspec
polyphony-0.81 polyphony.gemspec
polyphony-0.80 polyphony.gemspec
polyphony-0.79 polyphony.gemspec
polyphony-0.78 polyphony.gemspec
polyphony-0.77 polyphony.gemspec
polyphony-0.76 polyphony.gemspec
polyphony-0.75 polyphony.gemspec
polyphony-0.74 polyphony.gemspec
polyphony-0.73.1 polyphony.gemspec
polyphony-0.73 polyphony.gemspec
polyphony-0.72 polyphony.gemspec