examples/uuid_example.rb in pubnub-0.1.5 vs examples/uuid_example.rb in pubnub-0.1.7

- old
+ new

@@ -2,10 +2,10 @@ ## PubNub Ruby API UUID Example ## ----------------------------------- ## including required libraries require 'rubygems' -require 'pubnub_ruby/pubnub' +require 'pubnub' ## Generating UUID String pubnub=Pubnub.new("","","","",false) ## calling function for UUID generation