screenshotscloud 1.0.1 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/screenshotscloud.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa4ef93e2d4c38aae28258e9d048e17fa06afdac
4
- data.tar.gz: 58ac0cd41651eb745fc90d997a6c9aa95e931378
3
+ metadata.gz: d3ba56e8eb1f35f2387f29d13d1a200beb17ba86
4
+ data.tar.gz: 1e4b3aca604d989751e153ef1a8a3c836fd5901a
5
5
  SHA512:
6
- metadata.gz: 110044544fa2d6cd80d695f6bfd3e30709136d72f6f04a05e664d4273d4d8430180da832467520d2b79040451c0426d0f42aaf21efd888fc52383232f2917749
7
- data.tar.gz: 504dbe5a92e0b7ae6eaceb099de5a2a4b306337175c77256cd96b55c68fd24b2e2179ef18fd899bceab8685a07df4b80ffd406fea03d497a60bc490fdc2ede9b
6
+ metadata.gz: '0487091c716c40ed34b6bfceb5f71dea3da04f733d7dcd28a6315cd5bc0e219759242218323378a6ab65322efcdfe2c112ca1447bc83f751ae82d0eea949e9b2'
7
+ data.tar.gz: 0e21bdb248c5fccca6b51cce3214acb226d2dc88b4e9ca0763f491c19820f2df94309177fa2bde088d39b5bdf15e20f0f4328c59e24b3e112c24102ff55c6a32
data/README.md CHANGED
@@ -51,7 +51,7 @@ These are the options you can use to customize your screenshot.
51
51
  | cache_time | 2592000 | Amount of time in milliseconds to wait before taking a fresh screenshot for the same request. Maximum 2592000 (30 days), minimum 1. |
52
52
  | force | false | Force a new screenshot to be taken with no cache. |
53
53
  | user_agent | Latest Firefox User Agent | Set the user agent this screenshot will identify as. Useful for identifying as a mobile or tablet browser or to identify as a specific browser if the website pretends it needs Internet Explorer. |
54
- | language | false | Trim the excess space around the resulting screenshot using the most top left pixel color, useful for SVG's. |
54
+ | trim | false | Trim the excess space around the resulting screenshot using the most top left pixel color, useful for SVG's. |
55
55
  | transparent | false | Remove the background from the page, PNG format required. |
56
56
  | language | en | Accept-Language header customization for websites that support it, set ja for Japanese, de for German etc. |
57
57
  | cookie | | Semi colon separated list of cookies e.g. fruit=apple; drink=tea |
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'screenshotscloud'
3
- spec.version = '1.0.1'
4
- spec.date = '2017-11-06'
3
+ spec.version = '1.0.2'
4
+ spec.date = '2017-11-09'
5
5
  spec.summary = "Get high quality real browser screenshots in seconds using our reliable CDN backed API service"
6
6
  spec.description = "ScreenshotsCloud ruby screenshot generator"
7
7
  spec.authors = ["Chris Hutchinson"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: screenshotscloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hutchinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-06 00:00:00.000000000 Z
11
+ date: 2017-11-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ScreenshotsCloud ruby screenshot generator
14
14
  email: chris@brushd.com