lib/bitly/api.rb in glasner-bitly-0.1.2 vs lib/bitly/api.rb in glasner-bitly-0.1.3

- old
+ new

@@ -1,9 +1,7 @@ module Bitly module API - LOGIN = 'concerthash' - KEY = 'R_0fd8ec1ba81bee526dc9043f443eafb1' VERSION = '2.0.1' def self.get(action,query={}) response = RestClient.get path(action,query) \ No newline at end of file