Sha256: a0e32bdfa5dcd7cab7e3c28def367e529204198630e3befba85f1b81f50a12d9

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 Bytes

Contents

# encoding: UTF-8

$:.push File.expand_path("../lib", __FILE__)
require "iqvoc/inflectionals/version"

Gem::Specification.new do |s|
  s.name        = "iqvoc_inflectionals"
  s.version     = Iqvoc::Inflectionals::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Robert Glaser", "Till Schulte-Coerne", "Frederik Dohr"]
  s.email       = ["robert.glaser@innoq.com"]
  s.homepage    = "" # TODO
  s.summary     = "" # TODO
  s.description = "" # TODO

  s.rubyforge_project = "iqvoc_inflectionals"

  s.add_dependency "iqvoc", ">= 4.5.0", "~> 4.10"
  s.add_dependency "iqvoc_skosxl", "~> 2.8.0"

  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.8.0 iqvoc_inflectionals.gemspec