about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-22 00:53:16 +0000
committerEric Wong <e@yhbt.net>2020-02-22 00:53:16 +0000
commit16c0446cfb7270ace4d4016886e4275baf0ed1cc (patch)
tree1c170e30de70297ad1cb7ba1b6616a8ec1d94947
parent49ed15352154348e649f3093fc6845e4e72eedba (diff)
downloadlocal-openid-master.tar.gz
local-openid 0.4.2 HEAD v0.4.2 master
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
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--local-openid.gemspec2
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}