appscreens-io-uploader 0.0.6 → 0.0.7
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 +4 -4
- data/README.md +1 -1
- data/bin/appscreens-io-uploader +0 -7
- data/lib/appscreensIoUploader/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a8b87065c3958e2d94684a8785f646585eb4183
|
|
4
|
+
data.tar.gz: 06c8598c91faa7fb5eee3fc53f743389ff08aa34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf389f80cc465194bb6fbd9e18127d10bb85912cba76a90d93b654f3b2667aba14956cede775d87cbed405c08bd3d01ed9971ad1167313781da79d6efd30816c
|
|
7
|
+
data.tar.gz: b024518e9bddb6f0be3626f115b8811405f722cfed1a7be7a8d4de238f5582a7ba550bbd6b9be2a7093d6ad0c2a56f4b2094022a482a34d60690747906124180
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Call ```appscreens-io-uploader``` in the forlder where your screenshots are loca
|
|
|
22
22
|
|
|
23
23
|
appscreens-io-uploader [project_id]
|
|
24
24
|
|
|
25
|
-
To upload screens with a different screensize than 5.5 inch use the --screenSize option (
|
|
25
|
+
To upload screens with a different screensize than 5.5 inch use the --screenSize option (use for help ```appscreens-io-uploader existing_project --help```)
|
|
26
26
|
|
|
27
27
|
appscreens-io-uploader [project_id] --screenSize=iOS-4-in
|
|
28
28
|
|
data/bin/appscreens-io-uploader
CHANGED