fastlane-plugin-box 0.1.2 → 0.1.3

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: 140ab4155bcd8975951bb52a31cf0ce6b6cfb9d7
4
- data.tar.gz: 373e97663c6aa15135e03c193fb25982c5b811bc
3
+ metadata.gz: 8a1432f0ba325536fae17a5e94dd443a99f600b6
4
+ data.tar.gz: 8dcc317d2313d782f58e733edcfa77397302118c
5
5
  SHA512:
6
- metadata.gz: 52f9e5d7ffb292157688d58b65e81130553142d95144cdaf1a223b16d31f31c48f860df24c1faa0681d3115b73040f84b3649b2cc767d2ba1bfef90737491c98
7
- data.tar.gz: e070e2922177ea533237f1c2a5416ea104d7a31eab4da74fcdb21541c758240aa3972b4101899641e2286fb32ddb35807fa13b5f9e1627923858788663a30473
6
+ metadata.gz: 33dbee0ae83952062b515a73719154a511904ca99756f852ed8b3cc54daac5fbd83d986ff96f2621d8826347dff9b44547de42bc0b5d9c1481481a115163f9cc
7
+ data.tar.gz: 222b84e089f70076e87ce16b49dfc4cb331a64a98249a7215d1cb5727ac0bbc5361cc304f74609c32b638a6bdc747fcc9e0d74a8124a7c07dbc9bc411f64483c
@@ -16,6 +16,7 @@ module Fastlane
16
16
  client_id: ENV['BOX_CLIENT_ID'],
17
17
  client_secret: ENV['BOX_CLIENT_SECRET'])
18
18
 
19
+
19
20
  # client = Boxr::Client.new #uses ENV['BOX_DEVELOPER_TOKEN']
20
21
  client = Boxr::Client.new(token)
21
22
 
@@ -1,14 +1,9 @@
1
-
2
-
3
1
  module Fastlane
4
2
  module Helper
5
3
  class BoxHelper
6
- # class methods that you define here become available in your action
7
- # as `Helper::BoxHelper.your_method`
8
- #
9
- # def self.show_message
10
- # UI.message("Hello from the box plugin helper!")
11
- # end
4
+ def self.show_message
5
+ UI.message("Hello from the box plugin helper!")
6
+ end
12
7
  end
13
8
  end
14
9
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Box
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wesley Sui