omt-cli.gemspec in omt-cli-1.6.5 vs omt-cli.gemspec in omt-cli-1.6.6

- old
+ new

@@ -5,23 +5,34 @@ require 'fir/version' Gem::Specification.new do |spec| spec.name = 'omt-cli' spec.version = FIR::VERSION - spec.authors = ['hufuxin'] - spec.email = ['345051162@qq.com'] + spec.authors = ['NaixSpirit'] + spec.email = ['neverlandxy.naix@gmail.com'] spec.date = Time.now.strftime('%Y-%m-%d') - spec.summary = 'test' - spec.description = 'test1' - spec.homepage = 'http://127.0.0.1' + spec.summary = 'fir.im command tool' + spec.description = 'fir.im command tool, support iOS and Android' + spec.homepage = 'https://github.com/FIRHQ/fir-cli' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.post_install_message = %q( - - 欢迎 + ______________ ________ ____ + / ____/ _/ __ \ / ____/ / / _/ + / /_ / // /_/ /_____/ / / / / / + / __/ _/ // _, _/_____/ /___/ /____/ / + /_/ /___/_/ |_| \____/_____/___/ + + ## 更新记录 + ### fir-cli 1.5.1 + - 修复了在 ruby 2.4.0 中登录出错的bug + - 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG + - [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源 + - 欢迎 fork, issue 和 pull request ) spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'minitest', '~> 5.7'