smartshot 0.0.5 → 0.0.6
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/smartshot/version.rb +1 -1
- data/test/smartshot_test.rb +1 -2
- metadata +2 -6
- data/bin/phantomjs-32 +0 -0
- data/bin/phantomjs-64 +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9bf7ecfbde335d0efd66c8eb7b79f0ca18ccf8b
|
|
4
|
+
data.tar.gz: 14b051d39c26512cff91b5368db78cfe73726217
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa820b9f97df1017091be29c25b1c77d81f77df1625ac9001409f1b97d5ffa3376043a863fb392084861c411b37a15fdbe1998463df5664096fa298f6976bd12
|
|
7
|
+
data.tar.gz: a50c9b2b699ab7d9839b739097186f7a565c63c2b662711599aa11884967dfa278c7fc9cb592ec203a755b7618d5976fb7f59c8059c1d6caf97d50dbd9cb1bb6
|
data/lib/smartshot/version.rb
CHANGED
data/test/smartshot_test.rb
CHANGED
|
@@ -3,11 +3,10 @@ require 'test_helper'
|
|
|
3
3
|
class SmartshotTest < MiniTest::Unit::TestCase
|
|
4
4
|
|
|
5
5
|
DATA_DIR = File.expand_path(File.dirname(__FILE__) + '/data')
|
|
6
|
-
PHANTOMJS_DIR = File.expand_path(File.dirname(__FILE__) + '/../bin/phantomjs-' + (1.size * 8).to_s)
|
|
7
6
|
|
|
8
7
|
def setup
|
|
9
8
|
FileUtils.mkdir_p(DATA_DIR) unless File.directory?(DATA_DIR)
|
|
10
|
-
@smartshot = Smartshot::Screenshot.new
|
|
9
|
+
@smartshot = Smartshot::Screenshot.new
|
|
11
10
|
end
|
|
12
11
|
|
|
13
12
|
def test_http
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartshot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Caio Almeida
|
|
@@ -99,9 +99,7 @@ description: |-
|
|
|
99
99
|
optionally waiting for elements (defined by CSS selectors) that can be inside iframes
|
|
100
100
|
email:
|
|
101
101
|
- caiosba@gmail.com
|
|
102
|
-
executables:
|
|
103
|
-
- phantomjs-32
|
|
104
|
-
- phantomjs-64
|
|
102
|
+
executables: []
|
|
105
103
|
extensions: []
|
|
106
104
|
extra_rdoc_files: []
|
|
107
105
|
files:
|
|
@@ -111,8 +109,6 @@ files:
|
|
|
111
109
|
- LICENSE.txt
|
|
112
110
|
- README.md
|
|
113
111
|
- Rakefile
|
|
114
|
-
- bin/phantomjs-32
|
|
115
|
-
- bin/phantomjs-64
|
|
116
112
|
- lib/smartshot.rb
|
|
117
113
|
- lib/smartshot/errors.rb
|
|
118
114
|
- lib/smartshot/screenshot.rb
|
data/bin/phantomjs-32
DELETED
|
Binary file
|
data/bin/phantomjs-64
DELETED
|
Binary file
|