lib/urbanairship/common.rb in urbanairship-5.4.0 vs lib/urbanairship/common.rb in urbanairship-5.5.0

- old
+ new

@@ -17,9 +17,10 @@ REPORTS_URL = BASE_URL + '/reports/' LISTS_URL = BASE_URL + '/lists/' PIPELINES_URL = BASE_URL + '/pipelines/' FEEDS_URL = BASE_URL + '/feeds/' LOCATION_URL = BASE_URL + '/location/' + CREATE_AND_SEND_URL = BASE_URL + '/create-and-send/' # Helper method for required keyword args in Ruby 2.0 that is compatible with 2.1+ # @example # def say(greeting: required('greeting')) # puts greeting