fastlane-plugin-publish_dropbox 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 523c6a2c2b45c279015c589fb6732b5b2456244d
4
- data.tar.gz: a5bd2e80cdf007549c657d2e062b418a986e5aac
3
+ metadata.gz: 68951011087645b7f93a4fa8906d4092d4ccbcb6
4
+ data.tar.gz: 64ca33ba95118baf5e1782419b7ab88962fbe577
5
5
  SHA512:
6
- metadata.gz: 697e791460e20f303740c18de734a2608f4ee361127f83254fe5107e00f84cddaa922ae0946c2aabb3948c98005c1c1d1f71c0ff84f0e6e30723f8d1e2d516c8
7
- data.tar.gz: 2cda01e4b434fbdaf159a1eb405d11ef1caea7a7d3e17992ebc4d10f1f03864320e282566808818cf0e57d1f9f495c5b84dce8e16564d472cdd870359028e9a0
6
+ metadata.gz: c4dd31ac372dc5d4ab7b339a139ac1abe4ac8f10a74d9b58aeac82496b627c8821847212068948c8307ce47d39fadeae0ff09a24bf4dde2ba9673ca8c9f2b3f8
7
+ data.tar.gz: 362f3dbd662f0b529eb83fd0d0879ca8be58567ffacf5fa72b2d0c1298f81201026b7185fa667e9f693ce33b0801a8aa54042bfde1f39b79be8335ea28fb3e0d
data/README.md CHANGED
@@ -31,7 +31,7 @@ In order to register a Dropbox app you need to go to [Dropbox Developers](https:
31
31
 
32
32
  ### Basic usage
33
33
 
34
- dropbox(
34
+ publish_dropbox(
35
35
  file_path: '/some/local-path/to/file.txt',
36
36
  dropbox_path: '/path/to/Dropbox/destination/folder',
37
37
  app_key: 'your-dropbox-app-key',
@@ -252,7 +252,7 @@ module Fastlane
252
252
 
253
253
  def self.example_code
254
254
  [
255
- 'dropbox(
255
+ 'publish_dropbox(
256
256
  file_path: "./path/to/file.txt",
257
257
  dropbox_path: "/My Dropbox Folder/Text files",
258
258
  write_mode: "add/overwrite/update",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module PublishDropbox
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-publish_dropbox
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
  - Tommyvanvliet