prtscr 0.2.1 → 0.2.2
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 +6 -0
- data/lib/prtscr/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: c2176842c5b719637b262789f7ba47ff021f20ce
|
|
4
|
+
data.tar.gz: 1308996e113ffd70fe6bba65ad10dd30eb9a8430
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad1b067b44cc483f22e69ad4596b1146a99d5ab62594b9d8b0d456a6b3bad6bfcea31e887464b1fbb0311f72977c811edc01cd79b88f6c86b06c7d2b51b7dd4
|
|
7
|
+
data.tar.gz: 3733d106a38f3c82738ff1ec99afa2e24aa0db33d1c6ae3e1781ba9fcef60cee4a531a3ecfb84616ce51bd0885b79a7ac02ee7321d3288054d10b05d33271e0a
|
data/README.md
CHANGED
|
@@ -39,11 +39,17 @@ Having previous line, you can use html img tag:
|
|
|
39
39
|
### Available options
|
|
40
40
|
|
|
41
41
|
**url**: URL Address
|
|
42
|
+
|
|
42
43
|
**width**: Browser width, px
|
|
44
|
+
|
|
43
45
|
**height**: Browser height, px
|
|
46
|
+
|
|
44
47
|
**scale**: Screenshot scale for width, px
|
|
48
|
+
|
|
45
49
|
**key**: Your Key
|
|
50
|
+
|
|
46
51
|
**secret**: Your Secret
|
|
52
|
+
|
|
47
53
|
**format**: Screenshot extension
|
|
48
54
|
|
|
49
55
|
**key** and **secret** options you can obtain at [PrtScr.ru](https://prtscr.ru/)
|
data/lib/prtscr/version.rb
CHANGED