google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 471 forks source link

Fix ruby/js build issues #487

Closed phebehp closed 2 years ago

phebehp commented 2 years ago

Fixing CI build issues:

  1. ruby issues: (support for 2.5 dropped by rubocop: https://github.com/rubocop/rubocop/commit/1a60305ffbeb6128d29b631628167e832e21bd9f)
    1. rubocop-ast requires Ruby version >= 2.6.0. The current ruby version is 2.5.0.
    2. Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1].
  2. js-closure issue: Download from https://zlib.net/zlib-1.2.11.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found