From 16c0446cfb7270ace4d4016886e4275baf0ed1cc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 22 Feb 2020 00:53:16 +0000 Subject: [PATCH] local-openid 0.4.2 5 changes since v0.4.1 (2016-05-01): more doc updates, clarify it is APGL-3.0+ website: use dark216 to save power doc: update URLs to point to YHBT.net remove Rakefile and update GNUmakefile gemspec: remove olddoc dependency --- GIT-VERSION-GEN | 2 +- local-openid.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 46784d6..6852810 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.4.1.GIT +DEF_VER=v0.4.2 LF=' ' diff --git a/local-openid.gemspec b/local-openid.gemspec index 9c483ed..d42b908 100644 --- a/local-openid.gemspec +++ b/local-openid.gemspec @@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ? Gem::Specification.new do |s| s.name = %q{local-openid} - s.version = (ENV['VERSION'] || '0.4.1').dup + s.version = (ENV['VERSION'] || '0.4.2').dup s.authors = ["Eric Wong"] s.description = File.read('README').split("\n\n")[1] s.email = %q{e@80x24.org} -- 2.11.4.GIT