Sha256: 6d21fc8698e74a2578bc459770111506108d0a0c605728b2d72ed8d4c7422962
Contents?: true
Size: 742 Bytes
Versions: 2
Compression:
Stored size: 742 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.14.4' s.add_dependency 'iqvoc_skosxl', '~> 2.11.3' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iqvoc_inflectionals-2.11.4 | iqvoc_inflectionals.gemspec |
iqvoc_inflectionals-2.11.3 | iqvoc_inflectionals.gemspec |