screenshotscout 0.1.0.rc1 → 0.1.0
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/lib/screenshotscout/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9d728fc9965f9d5d7821a429288aaec98c8f802be65afec9b85e57979f5a865
|
|
4
|
+
data.tar.gz: 85c40db2478f3f8302ed41a412994bf56c777ec4d0097b575a0fe1d29143fc83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 409cf55714fe4190fa3ec809c5736499288f913762a08a54cbc34a517e83dd743ea3b9b3a8e2518da21d0a1e178e77a2fe01181b8f0347be189ee6fd12466e1b
|
|
7
|
+
data.tar.gz: 7312bc75e5a225910031eb2021a476ec23754169de29580c42bf724cd46d9beec24a72c419098ec8f1f083882618a918796780052eb0242229e6579f47b1fb79
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: screenshotscout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oleksii Velykyi
|
|
@@ -65,7 +65,8 @@ dependencies:
|
|
|
65
65
|
- - "~>"
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '1.88'
|
|
68
|
-
description:
|
|
68
|
+
description: Capture clean, production-ready website screenshots from Ruby applications
|
|
69
|
+
with the official Screenshot Scout SDK.
|
|
69
70
|
executables: []
|
|
70
71
|
extensions: []
|
|
71
72
|
extra_rdoc_files: []
|