Sha256: e1210f3cfd852bc7749a2d8775a3003c562b5e6410ecd2ef99fdb9b394d1a516
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 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 = "http://twitter.com" 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.has_rdoc = true 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.add_dependency 'json' s.add_dependency 'tzinfo' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
twitter_cldr-2.4.3 | twitter_cldr.gemspec |
twitter_cldr-2.4.2 | twitter_cldr.gemspec |
twitter_cldr-2.4.1 | twitter_cldr.gemspec |
twitter_cldr-2.4.0 | twitter_cldr.gemspec |