rshot 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,6 @@
4
4
 
5
5
  - (void)applicationDidFinishLaunching:(NSNotification*)notice
6
6
  {
7
- NSLog(@"applicationDidFinishLaunching");
8
7
  }
9
8
 
10
9
  - (void)threadStart:(NSApplication*)application
data/ext/rshot/rshot.m CHANGED
@@ -29,7 +29,6 @@
29
29
 
30
30
  bmp = [[NSBitmapImageRep alloc] initWithFocusedViewRect: [view bounds]];
31
31
  [view unlockFocus];
32
- NSLog(@"%@", path);
33
32
  [[bmp representationUsingType: NSPNGFileType properties: nil] writeToFile: path atomically: YES];
34
33
 
35
34
  [NSApp stop: self];
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: