Top Level Namespace

Defined Under Namespace

Modules: JekyllPagebreak

Instance Method Summary collapse

Instance Method Details

#build_release_url(arch, version) ⇒ Object

Construct our release url



22
23
24
# File 'ext/extconf.rb', line 22

def build_release_url(arch, version)
  "https://github.com/CloudCannon/pagebreak/releases/download/v#{version}/pagebreak-v#{version}-#{arch}.tar.gz"
end