Sha256: 9767ef51bfaff1623de66f6d5c425fb4b7719dc6445e6899f6e926361e5c3f07

Contents?: true

Size: 1.3 KB

Versions: 14

Compression:

Stored size: 1.3 KB

Contents

$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'twitter_cldr/version'

Gem::Specification.new do |s|
  s.name     = "twitter_cldr"
  s.version  = ::TwitterCldr::VERSION
  s.authors  = ["Cameron Dutro"]
  s.email    = ["cdutro@twitter.com"]
  s.homepage = "https://twitter.com"
  s.license  = "Apache-2.0"

  s.description = s.summary = "Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more."

  s.platform = Gem::Platform::RUBY
  s.summary  = "Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more."

  # json gem since v2.0 requries Ruby ~> 2.0
  s.add_dependency 'json', '~> 1.0' if RUBY_VERSION < '2'
  s.add_dependency 'camertron-eprun'
  s.add_dependency 'tzinfo'
  s.add_dependency 'cldr-plurals-runtime-rb', '~> 1.0'

  s.require_path = 'lib'

  gem_files       = Dir["{lib,spec,resources}/**/*", "Gemfile", "History.txt", "LICENSE", "NOTICE", "README.md", "Rakefile", "twitter_cldr.gemspec"]
  excluded_files  = %w[spec/collation/CollationTest_CLDR_NON_IGNORABLE.txt spec/normalization/NormalizationTest.txt]
  versioned_files = `git ls-files`.split("\n")

  s.files = (gem_files - excluded_files) & versioned_files
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
twitter_cldr-6.3.0 twitter_cldr.gemspec
twitter_cldr-6.2.0 twitter_cldr.gemspec
twitter_cldr-6.1.0 twitter_cldr.gemspec
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/twitter_cldr-4.4.5/twitter_cldr.gemspec
twitter_cldr-6.0.2 twitter_cldr.gemspec
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/twitter_cldr-4.4.5/twitter_cldr.gemspec
twitter_cldr-6.0.1 twitter_cldr.gemspec
twitter_cldr-6.0.0 twitter_cldr.gemspec
twitter_cldr-5.4.0 twitter_cldr.gemspec
twitter_cldr-5.3.0 twitter_cldr.gemspec
twitter_cldr-5.2.0 twitter_cldr.gemspec
twitter_cldr-5.1.0 twitter_cldr.gemspec
twitter_cldr-5.0.0 twitter_cldr.gemspec
twitter_cldr-4.4.5 twitter_cldr.gemspec