fir-cli 1.6.10 → 1.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: bf87b2090e56a14408b10d4973a2320d7ec7f376
4
- data.tar.gz: 27eaf1b6c753ce5f9c5aed86fec210c510a72514
2
+ SHA256:
3
+ metadata.gz: 38a63140814bc03b5fc9a86379daa75724b410a88400e48f4a0c45eae730abf2
4
+ data.tar.gz: fcffe8eea10080ae5bc1081a67a3445963b36dff21cccdad099d313e7f498427
5
5
  SHA512:
6
- metadata.gz: 7480243d964d717d9ec2f9bc74d63e7bf75d04447be80280d42020b1c412b95f1ae0bdac715c256d9a109dc9e4853ec8241508c5342d74bec53b73bbc51286cf
7
- data.tar.gz: 765d60eb04fd77fcd4f8914172ab67f37f359d5f536e54759b94cb252b986d5a9a29f56785f2fbdc0d17d0271ae1da1090dc6d233cdd4f104b40603c836c5540
6
+ metadata.gz: 696bccfa9e514ace0f1d26ef16d7db2766b89c1d010dc198a1424c79cf5cb4255287cf80fb27d3107fbd8c4a80818b0f33e7bd249842ad1b363b88c31e464799
7
+ data.tar.gz: f3f675b30b47bcf60607f95025a805fe65a2c212af509bde858f6a3991694a995278bcc9c55798a41fb05682a53506a51d2249eef00d2accc7e1677b66368e1b
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
2
2
  if ENV['USE_OFFICIAL_GEM_SOURCE']
3
3
  source 'https://rubygems.org'
4
4
  else
5
- source 'http://gems.ruby-china.org'
5
+ source 'http://gems.ruby-china.com'
6
6
  end
7
7
 
8
8
  # gem 'byebug'
data/fir-cli.gemspec CHANGED
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
27
27
  /_/ /___/_/ |_| \____/_____/___/
28
28
 
29
29
  ## 更新记录
30
+ - (1.6.11) 变化了 ruby gem 仓库地址
30
31
  - (1.6.10) 增加显示release_id 以及 app_id
31
32
  - (1.6.9) 取消了依赖 cfpropertylist 的具体版本号
32
33
  - (1.6.8) 取消了远端回调, 改为本地callback
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'byebug'
4
+
3
5
  module FIR
4
6
  module Publish
5
7
  def publish(*args, options)
data/lib/fir/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module FIR
4
- VERSION = '1.6.10'
4
+ VERSION = '1.6.11'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fir-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.10
4
+ version: 1.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaixSpirit
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-06-01 00:00:00.000000000 Z
12
+ date: 2018-09-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -248,9 +248,10 @@ metadata: {}
248
248
  post_install_message: "\n ______________ ________ ____\n /
249
249
  ____/ _/ __ \\ / ____/ / / _/\n / /_ / // /_/ /_____/ / / / /
250
250
  /\n / __/ _/ // _, _/_____/ /___/ /____/ /\n /_/ /___/_/ |_| \\____/_____/___/\n\n
251
- \ ## 更新记录 \n - (1.6.10) 增加显示release_id 以及 app_id\n - (1.6.9) 取消了依赖 cfpropertylist
252
- 的具体版本号\n - (1.6.8) 取消了远端回调, 改为本地callback\n - (1.6.8) fir-cli 也支持了私有部署模式\n - [fir-cli](https://github.com/firhq/fir-cli)
253
- 已经开源\n - 欢迎 fork, issue 和 pull request\n "
251
+ \ ## 更新记录 \n - (1.6.11) 变化了 ruby gem 仓库地址\n - (1.6.10) 增加显示release_id 以及 app_id\n
252
+ \ - (1.6.9) 取消了依赖 cfpropertylist 的具体版本号\n - (1.6.8) 取消了远端回调, 改为本地callback\n -
253
+ (1.6.8) fir-cli 也支持了私有部署模式\n - [fir-cli](https://github.com/firhq/fir-cli) 已经开源\n
254
+ \ - 欢迎 fork, issue 和 pull request\n "
254
255
  rdoc_options: []
255
256
  require_paths:
256
257
  - lib
@@ -266,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
267
  version: '0'
267
268
  requirements: []
268
269
  rubyforge_project:
269
- rubygems_version: 2.6.14
270
+ rubygems_version: 2.7.7
270
271
  signing_key:
271
272
  specification_version: 4
272
273
  summary: fir.im command tool