fastlane-plugin-firim 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 816b11a8174a9ed3df3284dea857608795fd0841
4
- data.tar.gz: 20e0e0d3b3a7173eec97107e1de8ba8f7d9828bf
3
+ metadata.gz: 58f20a859702e5ea0d2ecf1b8b0b48cca5ee0f17
4
+ data.tar.gz: cb2185d9819f5658cfe5a7f710f64a5e7e284379
5
5
  SHA512:
6
- metadata.gz: e537c01fbe9bd5883dcc316d2d575c3f3f0a865284ad9f545cbed9a21c6ed55397032097a5d55227764982e3940818ce1a0e1a10ab6f347d52d82ca20ee26392
7
- data.tar.gz: 275fab813562ffe014b1d700772b743e864d576718b07ffc15ef97a0acb529394e1524879709b22afb04b9a4f4e87d82ac1ac33e3e200894d431ec2a9d5ac642
6
+ metadata.gz: 20111d3cfe85ab007097fb8d32ffcb20dc44847dc6573b5139174b3f93432515792958dbbd903cb75b4dde7b1ce506d5a0c0f46a166e538f625d505d25a0cbf4
7
+ data.tar.gz: ff5d702a3939fddcf10b1d9efe136f324ccb1b79f28993b9cdf207ee09eb549e7945c3954e02992a8cb298c3eb80d401313f4c2ec89a0cbde4d071c15da6b9aa
@@ -4,12 +4,14 @@ module Fastlane
4
4
  def self.run(config)
5
5
  require 'firim'
6
6
  config.load_configuration_file('Firimfile')
7
+
7
8
  config[:ipa] = Actions.lane_context[SharedValues::IPA_OUTPUT_PATH] if Actions.lane_context[SharedValues::IPA_OUTPUT_PATH]
9
+
8
10
  ::Firim::Runner.new(config).run
9
11
  end
10
12
 
11
13
  def self.description
12
- "Uses firim to upload ipa to fir.im"
14
+ "Uses firim to upload ipa/apk to fir.im"
13
15
  end
14
16
 
15
17
  def self.authors
@@ -22,9 +24,9 @@ module Fastlane
22
24
  FastlaneCore::CommanderGenerator.new.generate(::Firim::Options.available_options)
23
25
  end
24
26
 
25
- # Only support ios now
27
+ # support ios/android now
26
28
  def self.is_supported?(platform)
27
- [:ios].include?(platform)
29
+ [:ios, :android].include?(platform)
28
30
  end
29
31
  end
30
32
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Firim
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-firim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - whlsxl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-17 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: firim
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.5.1
143
+ rubygems_version: 2.6.13
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: firim