lib/pushbullet/constants.rb in pushbullet_client-0.0.18 vs lib/pushbullet/constants.rb in pushbullet_client-0.0.19

- old
+ new

@@ -1,5 +1,6 @@ module Pushbullet module Constants + API_BASE_PATH = 'https://api.pushbullet.com' API_V2_BASE_PATH = 'https://api.pushbullet.com/v2' end end