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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webshooter (0.0.4a)
4
+ webshooter (0.0.5a)
5
5
  nokogiri (~> 1.4.4)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Webshooter
2
- VERSION = "0.0.4a"
2
+ VERSION = "0.0.5a"
3
3
  end
@@ -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: 58
4
+ hash: 62
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
9
+ - 5
10
10
  - a
11
- version: 0.0.4a
11
+ version: 0.0.5a
12
12
  platform: ruby
13
13
  authors:
14
14
  - Patrick Debois