lib/contextio.rb in contextio-0.4.0 vs lib/contextio.rb in contextio-0.5.0

- old
+ new

@@ -1,7 +1,9 @@ require 'oauth' require 'net/http' +warn("WARNING: You're using the contextio gem from the dev_2.0 in an old repository. As of the 18th of June, 2013 this repository may vanish. Please use a released version of the gem (this branch was released as-is as version 0.5.0).") + module ContextIO VERSION = "2.0" class ContextIO::Connection def initialize(key='', secret='', server='https://api.context.io')