lib/table_setter/table.rb in table_setter-0.1.3 vs lib/table_setter/table.rb in table_setter-0.1.4
- old
+ new
@@ -121,10 +121,10 @@
# need to keep an eye on it. Another propblem is that curb doesn't feel like parsing headers, so
# since a head request from google is pretty lightweight we can get away with using Net:HTTP.
# If for whatever reason the google modification time is busted we'll return the epoch,
# and rely on the yaml modified time.
def google_modification_time
- local_url = URI.parse "http://spreadsheets.google.com/feeds/list/#{google_key}/od7/public/basic"
+ local_url = URI.parse "http://spreadsheets.google.com/feeds/list/#{google_key}/od6/public/basic"
web_modification_time local_url
end
# Returns the last-modified time from the remote server. Assumes the remote server knows how to
# do this. Returns the epoch if the remote is dense.