Sha256: 43fb67b31fc720b98f827efa264b4c0877d36dbb689bc6dc0dcaff2597c80542

Contents?: true

Size: 862 Bytes

Versions: 4

Compression:

Stored size: 862 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 "rails", "~> 3.2.1"
  s.add_dependency "iqvoc", "~> 4.0.0"
  s.add_dependency "iqvoc_skosxl", "~> 2.0.0"

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc_inflectionals-2.0.3 iqvoc_inflectionals.gemspec
iqvoc_inflectionals-2.0.2 iqvoc_inflectionals.gemspec
iqvoc_inflectionals-2.0.1 iqvoc_inflectionals.gemspec
iqvoc_inflectionals-2.0.0 iqvoc_inflectionals.gemspec