lib/zunnit.rb in zunnit-0.0.2 vs lib/zunnit.rb in zunnit-0.0.3
- old
+ new
@@ -1,4 +1,9 @@
-module Zunnit
- # Your code goes here...
-end
+# encoding: utf-8
+require 'rubygems'
+require "faraday"
+
+
+# Local Libs
+$:.unshift(File.dirname(__FILE__) + '/../../lib')
+require 'zunnit/zunnit'