Sha256: ee81d1ab5b8a617e7afe55740ce2c05d063b1f9485d18c291a6344c3ce8020e2

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = 'iqvoc_skosxl'
  s.version     = Iqvoc::SKOSXL::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Robert Glaser', 'Till Schulte-Coerne', 'Frederik Dohr']
  s.email       = ['till.schulte-coerne@innoq.com']
  s.homepage    = 'http://iqvoc.net'
  s.summary     = 'iQvoc SKOS-XL extension'
  s.license     = 'Apache License 2.0'
  s.description = 'iQvoc - a SKOS(-XL) vocabulary management system built on the Semantic Web'

  s.add_dependency 'iqvoc', '~> 4.11.0'
  s.add_development_dependency 'bundler', '~> 1.6'

  s.files = %w(README.md Gemfile Gemfile.lock Rakefile iqvoc_skosxl.gemspec) +
            Dir.glob('{app,config,db,public,lib,test}/**/*')
  s.test_files = s.files.grep(%r{^test/})
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.9.0 iqvoc_skosxl.gemspec