lib/rapinoe.rb in rapinoe-0.0.2 vs lib/rapinoe.rb in rapinoe-0.0.3

- old
+ new

@@ -1,11 +1,12 @@ +require 'fastimage' require 'zip' require_relative 'rapinoe/keynote' require_relative 'rapinoe/slide' module Rapinoe - VERSION = '0.0.2' + VERSION = '0.0.3' def self.new(path) Keynote.new(path) end end