prtscr 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/lib/prtscr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a03d5ceee7e0104132394f7b8ba7a5a77706c72
4
- data.tar.gz: cd5f63e359ab361941833926a6a4bff1d240728b
3
+ metadata.gz: c2176842c5b719637b262789f7ba47ff021f20ce
4
+ data.tar.gz: 1308996e113ffd70fe6bba65ad10dd30eb9a8430
5
5
  SHA512:
6
- metadata.gz: eacc9d8758da9ff8e30fe665f7d94201e4ae92b1995870231e955f934c4d3cb322631a8c259f63b46e27ce904537ba88d9420202b62291cda1c90a7cf1b2b060
7
- data.tar.gz: 2ec164b1d293abd98bd8ee38d09d71ab8b9807dc61a70a02f6320ecb326f85d80cf843732255842a7c24b768ddc6b657d2d490d400b9b52f64adb77a4ed219c0
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/)
@@ -1,3 +1,3 @@
1
1
  module Prtscr
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prtscr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - vickodin