grabzit 3.0.0 → 3.0.1
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 +15 -0
- data/test/test_grabzit.rb +3 -3
- metadata +14 -18
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZmY2Y2M1Y2Q1MmZkMDQzZTFkN2UwYmY0N2ZhMDRhMDI5MGViMDdmMQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
OGFmMzMxNGY2N2ZhMGJjYmU1NGNlZjI5ZjY4YmM3NzlmYmZiNWVmZg==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NTVlYTZkNWZmZmMxNWY5NWNhYjIxZThhZDFmMTU5OGNhZGQ3MDFlNDNiNDQw
|
10
|
+
NDlhY2FlMGNiYTA2M2UwMTJjNzc0MjQ5MzdkMWNjYTQ2ZmExNjExMzcyNGZh
|
11
|
+
MjQ5MjM0OTYyNTBhNDNjZGI2NjAwZWQxZTcxOWIxYTVmMDNiZTE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MzYzOWUxMWMzODY4YmVlZGVmYTI4NmQyYmYyOWNkZTAwMzY4NWM0MmE3MDI3
|
14
|
+
ZWRmYzBlMzgyZDAzNWVmZjNmZWY3MWI1OWQyZjA3ODY3MzBjNjBkZjRjYzUx
|
15
|
+
OGIyY2IzZjVlMzk5NzhlN2UzODRlZGNkYzNkNWIxNGQyMmU4ZjI=
|
data/test/test_grabzit.rb
CHANGED
@@ -9,10 +9,10 @@ class GrabzItTest < Test::Unit::TestCase
|
|
9
9
|
Screenshot_Path = "test/tmp.jpg"
|
10
10
|
|
11
11
|
def setup
|
12
|
-
@applicationKey = "
|
13
|
-
@applicationSecret = "
|
12
|
+
@applicationKey = "YOUR APPLICATION KEY"
|
13
|
+
@applicationSecret = "YOUR APPLICATION SECRET"
|
14
14
|
#Set to true if the account is subscribed
|
15
|
-
@isSubscribedAccount =
|
15
|
+
@isSubscribedAccount = false
|
16
16
|
end
|
17
17
|
|
18
18
|
def test_application_key
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grabzit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
5
|
-
prerelease:
|
4
|
+
version: 3.0.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- GrabzIt
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2016-
|
11
|
+
date: 2016-11-25 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rake
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ! '>='
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -39,43 +36,42 @@ extra_rdoc_files: []
|
|
39
36
|
files:
|
40
37
|
- Rakefile
|
41
38
|
- lib/grabzit.rb
|
39
|
+
- lib/grabzit/animationoptions.rb
|
40
|
+
- lib/grabzit/baseoptions.rb
|
42
41
|
- lib/grabzit/client.rb
|
43
42
|
- lib/grabzit/cookie.rb
|
44
|
-
- lib/grabzit/screenshotstatus.rb
|
45
|
-
- lib/grabzit/watermark.rb
|
46
43
|
- lib/grabzit/exception.rb
|
47
|
-
- lib/grabzit/baseoptions.rb
|
48
|
-
- lib/grabzit/utility.rb
|
49
|
-
- lib/grabzit/animationoptions.rb
|
50
|
-
- lib/grabzit/request.rb
|
51
|
-
- lib/grabzit/tableoptions.rb
|
52
44
|
- lib/grabzit/imageoptions.rb
|
53
45
|
- lib/grabzit/pdfoptions.rb
|
46
|
+
- lib/grabzit/request.rb
|
47
|
+
- lib/grabzit/screenshotstatus.rb
|
48
|
+
- lib/grabzit/tableoptions.rb
|
49
|
+
- lib/grabzit/utility.rb
|
50
|
+
- lib/grabzit/watermark.rb
|
54
51
|
- test/test.png
|
55
52
|
- test/test_grabzit.rb
|
56
53
|
homepage: http://grabz.it/api/ruby
|
57
|
-
licenses:
|
54
|
+
licenses:
|
55
|
+
- MIT
|
56
|
+
metadata: {}
|
58
57
|
post_install_message:
|
59
58
|
rdoc_options: []
|
60
59
|
require_paths:
|
61
60
|
- lib
|
62
61
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
|
-
none: false
|
64
62
|
requirements:
|
65
63
|
- - ! '>='
|
66
64
|
- !ruby/object:Gem::Version
|
67
65
|
version: '0'
|
68
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
|
-
none: false
|
70
67
|
requirements:
|
71
68
|
- - ! '>='
|
72
69
|
- !ruby/object:Gem::Version
|
73
70
|
version: '0'
|
74
71
|
requirements: []
|
75
72
|
rubyforge_project:
|
76
|
-
rubygems_version:
|
73
|
+
rubygems_version: 2.6.7
|
77
74
|
signing_key:
|
78
|
-
specification_version:
|
75
|
+
specification_version: 4
|
79
76
|
summary: GrabzIt Ruby Client
|
80
77
|
test_files: []
|
81
|
-
has_rdoc:
|