lib/bsync.rb in bdsync-0.1.1 vs lib/bsync.rb in bdsync-1.0.0

- old
+ new

@@ -1,6 +1,8 @@ +require "bsync/lfs" +require "bsync/sftp" require "bsync/version" module Bsync - class Error < StandardError; end - # Your code goes here... + class Error < StandardError; end + # Your code goes here... end