lib/statsmix.rb in statsmix-0.0.3 vs lib/statsmix.rb in statsmix-0.0.4
- old
+ new
@@ -1,9 +1,8 @@
require 'net/http'
class StatsMix
- # BASE_URI = 'http://localhost:3000/api/v2/'
BASE_URI = 'http://www.statsmix.com/api/v2/'
GEM_VERSION = File.exist?('../VERSION') ? File.read('../VERSION') : ""
def initialize(api_key, format = 'xml')
\ No newline at end of file