lib/lolcommits/runner.rb in lolcommits-0.5.9 vs lib/lolcommits/runner.rb in lolcommits-0.6.0
- old
+ new
@@ -2,11 +2,11 @@
require 'lolcommits/platform'
module Lolcommits
class Runner
attr_accessor :capture_delay, :capture_stealth, :capture_device, :message,
- :sha, :snapshot_loc, :main_image, :config, :font, :git_info,
+ :sha, :snapshot_loc, :main_image, :config, :git_info,
:capture_animate
include Methadone::CLILogging
def initialize(attributes = {})
@@ -83,10 +83,9 @@
capturer = Platform.capturer_class(animate?).new(
:capture_device => capture_device,
:capture_delay => capture_delay,
:snapshot_location => snapshot_loc,
- :font => font,
:video_location => config.video_loc,
:frames_location => config.frames_loc,
:animated_duration => capture_animate
)
capturer.capture