omt-cli.gemspec in omt-cli-1.6.7 vs omt-cli.gemspec in omt-cli-1.6.8

- old
+ new

@@ -8,13 +8,13 @@ spec.name = 'omt-cli' spec.version = FIR::VERSION spec.authors = ['NaixSpirit'] spec.email = ['neverlandxy.naix@gmail.com'] spec.date = Time.now.strftime('%Y-%m-%d') - 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.summary = 'fir command tool' + spec.description = 'fir command tool, support iOS and Android' + spec.homepage = 'https://github.com/' 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'] @@ -25,14 +25,9 @@ / /_ / // /_/ /_____/ / / / / / / __/ _/ // _, _/_____/ /___/ /____/ / /_/ /___/_/ |_| \____/_____/___/ ## 更新记录 - ### 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'