Sha256: be29d005c7eea40d99dae3ad43585856739dc8585167329d0c497382c430daff

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

module Gitstagram
  class MovieMaker

    class << self
      def build
        Gitstagram::SystemCaller.call "#{Gitstagram.tools_path}/tlassemble #{Gitstagram.saving_path} ~/Desktop/gitstagram.mov -quiet yes"
      end
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gitstagram-0.0.5 lib/gitstagram/movie_maker.rb
gitstagram-0.0.4 lib/gitstagram/movie_maker.rb
gitstagram-0.0.3 lib/gitstagram/movie_maker.rb
gitstagram-0.0.2 lib/gitstagram/movie_maker.rb
gitstagram-0.0.1 lib/gitstagram/movie_maker.rb