Sha256: 93754df55a77ad27921c1f69c2d2877763486b8aee032456b35df8ffc276f433

Contents?: true

Size: 1.73 KB

Versions: 5

Compression:

Stored size: 1.73 KB

Contents

# -*- encoding: utf-8 -*-
# stub: unf 0.1.4 ruby lib

Gem::Specification.new do |s|
  s.name = "unf"
  s.version = "0.1.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Akinori MUSHA"]
  s.date = "2014-04-04"
  s.description = "This is a wrapper library to bring Unicode Normalization Form support\nto Ruby/JRuby.\n"
  s.email = ["knu@idaemons.org"]
  s.extra_rdoc_files = ["README.md", "LICENSE"]
  s.files = ["LICENSE", "README.md"]
  s.homepage = "https://github.com/knu/ruby-unf"
  s.licenses = ["2-clause BSDL"]
  s.rubygems_version = "2.4.5.1"
  s.summary = "A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby"

  s.installed_by_version = "2.4.5.1" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<unf_ext>, [">= 0"])
      s.add_development_dependency(%q<shoulda>, [">= 0"])
      s.add_development_dependency(%q<bundler>, [">= 1.2.0"])
      s.add_development_dependency(%q<rake>, [">= 0.9.2.2"])
      s.add_development_dependency(%q<rdoc>, ["> 2.4.2"])
    else
      s.add_dependency(%q<unf_ext>, [">= 0"])
      s.add_dependency(%q<shoulda>, [">= 0"])
      s.add_dependency(%q<bundler>, [">= 1.2.0"])
      s.add_dependency(%q<rake>, [">= 0.9.2.2"])
      s.add_dependency(%q<rdoc>, ["> 2.4.2"])
    end
  else
    s.add_dependency(%q<unf_ext>, [">= 0"])
    s.add_dependency(%q<shoulda>, [">= 0"])
    s.add_dependency(%q<bundler>, [">= 1.2.0"])
    s.add_dependency(%q<rake>, [">= 0.9.2.2"])
    s.add_dependency(%q<rdoc>, ["> 2.4.2"])
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/specifications/unf-0.1.4.gemspec
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/specifications/unf-0.1.4.gemspec
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/specifications/unf-0.1.4.gemspec
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/specifications/unf-0.1.4.gemspec
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/specifications/unf-0.1.4.gemspec