lib/pushbullet/constants.rb in pushbullet_client-0.0.2 vs lib/pushbullet/constants.rb in pushbullet_client-0.0.3

- old
+ new

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