Sha256: 19cfafd1823a056d7931abf5b9c5169ab0c446b354ef0a229a4647316715f307
Contents?: true
Size: 912 Bytes
Versions: 1
Compression:
Stored size: 912 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "time-lord/version" Gem::Specification.new do |s| s.name = "time-lord-chinese" s.version = TimeLord::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Liu Lantao", "Kurtis Rainbolt-Greene","Simon Hørup Eskildsen"] s.email = ["liulantao@gmail.com", "kurtisrainboltgreene@gmail.com","sirup@sirupsen.com"] s.homepage = "http://github.com/Lax/time-lord-chinese#README" s.summary = %q{Adding various bonuses to the Time class.} s.description = %q{This is a gem that adds a ton of extras to the Time class.} 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"] s.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
time-lord-chinese-0.0.2 | time-lord-chinese.gemspec |