fastlane-plugin-summonbin 0.1.1 → 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
  SHA256:
3
- metadata.gz: 84eafae0c6a403891d00177d83ad815631e40cea2a9aa992d30a2b0545c766d4
4
- data.tar.gz: 620775b818cc9ea96a892c0abc5e4631a76a94f22b12113c171f8dd928829604
3
+ metadata.gz: 799a82d5191b4c0c0dc94cdea3e612546c93e48a73250760f5038680ea61a0f0
4
+ data.tar.gz: 6ce4b8c6a82c99e025b130ec814d9f63885a3ba8d4090c9d5621b526109d9e8d
5
5
  SHA512:
6
- metadata.gz: 81cc18b713398b9d5669cca9aba299ba834727d4d34f572672932a39acbba490d12c640e67979eca13cac877f8c9e37ada96ca8813fde67dcf35977a96492e52
7
- data.tar.gz: 64b0415382c262ded0bbda106a9c660981f5a6b6da11b133c8ab201c7ad7af7fbdfcf0288eda6837ca4c567ea1d8c1aa4528f98ffb4f6fdd84940cbf9fb32914
6
+ metadata.gz: db651bf50e1969dc929103254671113defe5fcc14cf8960fe142b7140413fda52384f81986e224266fbd80f44b457b1f9f0d334dc90d6243b8bb7b40ea5b5537
7
+ data.tar.gz: 7fbd2bf36c4d163409643f34f99ea0da3cae5c66f8048b34e8a038539e2f12fd43ecdbac16ab2f0e6257e6bfaf029f52f031fdd15206864bc0745b209b754641
@@ -1,10 +1,10 @@
1
- require 'fastlane/plugin/summonbin/version'
1
+ require "fastlane/plugin/summonbin/version"
2
2
 
3
3
  module Fastlane
4
4
  module Summonbin
5
5
  # Return all .rb files inside the "actions" and "helper" directory
6
6
  def self.all_classes
7
- Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
7
+ Dir[File.expand_path("**/{actions,helper}/*.rb", File.dirname(__FILE__))]
8
8
  end
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
- require 'fastlane/action'
2
- require_relative '../helper/summonbin_helper'
1
+ require "fastlane/action"
2
+ require_relative "../helper/summonbin_helper"
3
3
 
4
4
  module Fastlane
5
5
  module Actions
@@ -23,7 +23,7 @@ module Fastlane
23
23
  env_name: "SUMMONBIN_DEFAULT_SCHEME",
24
24
  description: "Scheme to use",
25
25
  optional: true,
26
- default_value: :ci,
26
+ default_value: :debug,
27
27
  type: String),
28
28
  FastlaneCore::ConfigItem.new(key: :command,
29
29
  short_option: "-c",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Summonbin
3
- VERSION = "0.1.1"
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-summonbin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Nam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-27 00:00:00.000000000 Z
11
+ date: 2019-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry