fastlane-plugin-appcenter_codepush 0.1.5 → 0.1.6

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
2
  SHA256:
3
- metadata.gz: 9a74e3934188de0b6e353d126196bd3fee1171088ec0d9050b157814352f0b96
4
- data.tar.gz: 245ef7967b87bf632acda4a34e1ce3ffbc858ef6bb6dec23b08647c589896b00
3
+ metadata.gz: 44e36dc1c8454daf2ba86a8511767928579995edcbd2b05cf926968e0801d0f7
4
+ data.tar.gz: 3b268aae00872716003fcff52dee8adb8cedfde759a68ee67c74326d37894919
5
5
  SHA512:
6
- metadata.gz: 7cd308dbf42bddfcbf27a20165455fb016a3b1dbf0967893a325b4c69f5ddedec12b4d81c6b26506f41fd4cb4f2a0cea74d02ac4ca93e8035b115573354c523d
7
- data.tar.gz: 87e8136c6cbc3036f924c30744c85158fcab0df984a805a931065cdfeaf2cad56a1053973bc55c45ee4df7098f13df06486a296e9b2db5de2d15b9359b0ee107
6
+ metadata.gz: e3e61f4eaeb477173627080ab3e61610e3601b77b8792b1b2c0ee427fc8607770489cfe433e2f831017d698c8c3bc06b0c083e2df3e0474e2c8f9a9ab10dd0b9
7
+ data.tar.gz: db259b8eb610a7c9372625e97031926afe5018bbb6436a26e02da53bf69a1a98a171f43b22e1efbe7637345f4170cc95f061eeee429700ff3e8ea436533ab183
data/README.md CHANGED
@@ -10,6 +10,17 @@ This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To
10
10
  fastlane add_plugin appcenter_codepush
11
11
  ```
12
12
 
13
+ ## Example
14
+ Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins and bundle exec fastlane test.
15
+ ````ruby
16
+ appcenter_codepush(
17
+ env: 'ENVIRONMENT',
18
+ owner_name: 'OWNER_NAME'
19
+ my_app: 'MY_APP',
20
+ platform: 'PLATFORM'
21
+ )
22
+ ````
23
+
13
24
  ## About appcenter_codepush
14
25
 
15
26
  Plugin for codepush to appcenter
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcenterCodepush
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcenter_codepush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ledutu