webshooter 0.0.4a → 0.0.5a
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.
- data/Gemfile.lock +1 -1
- data/lib/webshooter/version.rb +1 -1
- data/lib/webshooter/webshotprocessor.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/webshooter/version.rb
CHANGED
|
@@ -132,7 +132,7 @@ class WebShotProcessor
|
|
|
132
132
|
view.lockFocus
|
|
133
133
|
bitmap = OSX::NSBitmapImageRep.alloc.initWithFocusedViewRect(view.bounds)
|
|
134
134
|
bitmap.representationUsingType_properties(OSX::NSPNGFileType, nil).writeToFile_atomically(options[:output], true)
|
|
135
|
-
logger.info( "Webshot for #{final_link} => '#{options[:output]}' ")
|
|
135
|
+
@logger.info( "Webshot for #{final_link} => '#{options[:output]}' ")
|
|
136
136
|
bitmap.release
|
|
137
137
|
view.unlockFocus
|
|
138
138
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webshooter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 62
|
|
5
5
|
prerelease: 5
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
9
|
+
- 5
|
|
10
10
|
- a
|
|
11
|
-
version: 0.0.
|
|
11
|
+
version: 0.0.5a
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Patrick Debois
|