Sha256: a9bbf50e4a39460fc59bbf9c625db680a37142ccb32bd002d602c8f7e76f0581

Contents?: true

Size: 745 Bytes

Versions: 4

Compression:

Stored size: 745 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/czech_names_vocative/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Petr Sigut"]
  gem.email         = ["petr@sigut.net"]
  gem.description   = %q{Vocative for Czech names}
  gem.summary       = %q{Simply returning vocative for first names used in Czech Republic}
  gem.homepage      = "https://github.com/petrsigut/czech_names_vocative"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "czech_names_vocative"
  gem.require_paths = ["lib"]
  gem.version       = CzechNamesVocative::VERSION
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
czech_names_vocative-0.3.0 czech_names_vocative.gemspec
czech_names_vocative-0.2.0 czech_names_vocative.gemspec
czech_names_vocative-0.1.1 czech_names_vocative.gemspec
czech_names_vocative-0.0.1 czech_names_vocative.gemspec