lib/squash_matrix/constants.rb in squash_matrix-1.0.1 vs lib/squash_matrix/constants.rb in squash_matrix-1.0.2

- old
+ new

@@ -5,10 +5,10 @@ SQUASH_MATRIX_URL = 'www.squashmatrix.com' LOGIN_PATH = '/Account/LogOn' PLAYER_RESULTS_PATH = '/Home/PlayerResults/:id' PLAYER_HOME_PATH = '/Home/Player/:id' CLUB_PATH = '/Home/Club/:id' - SEARCH_RESULTS_PATH = '/Home/get_search_results' + SEARCH_RESULTS_PATH = '/Home/Search' PLAYER_RSULTS_QUERY = 'max=0&X-Requested-With=XMLHttpRequest' SET_COOKIE_HEADER = 'set-cookie' COOKIE_HEADER = 'cookie' LOCATION_HEADER = 'location' X_WWW__FROM_URL_ENCODED = 'application/x-www-form-urlencoded'