lib/urbanairship/common.rb in urbanairship-5.6.1 vs lib/urbanairship/common.rb in urbanairship-5.7.0

- old
+ new

@@ -18,9 +18,10 @@ 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/' + EXPERIMENTS_URL = BASE_URL + '/experiments/' # Helper method for required keyword args in Ruby 2.0 that is compatible with 2.1+ # @example # def say(greeting: required('greeting')) # puts greeting