Sha256: e69444305bfd65c8422093e0da96dff80ea5fb5497ec5c86883340b3d7a4aad1

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "kontext/version"

Gem::Specification.new do |s|
  s.name        = "kontext"
  s.version     = Kontext::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Lars Gierth"]
  s.email       = ["lars.gierth@gmail.com"]
  s.homepage    = "https://rubygems.org/gems/kontext"
  s.summary     = %q{Thread and Fiber specific global state}
  s.description = s.summary

  s.add_development_dependency "rspec"

  s.files         = `git ls-files`.split("\n") - [".gitignore", ".travis.yml"]
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kontext-0.1.1 kontext.gemspec
kontext-0.1.0 kontext.gemspec