lib/tw.rb in tw-0.3.7 vs lib/tw.rb in tw-0.3.8
- old
+ new
@@ -17,12 +17,12 @@
require 'tw/client/request'
require 'tw/client/tweet'
require 'tw/client/stream'
require 'tw/client/error'
require 'tw/client/helper'
+require 'tw/version'
module Tw
- VERSION = '0.3.7'
class Conf
REQUIRE_VERSION = '0.1.0'
end
end