about summary refs log tree commit homepage
path: root/local-openid.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'local-openid.gemspec')
-rw-r--r--local-openid.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/local-openid.gemspec b/local-openid.gemspec
index b536c02..5f9ce88 100644
--- a/local-openid.gemspec
+++ b/local-openid.gemspec
@@ -9,9 +9,8 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
 
   s.authors = ["Eric Wong"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{local.openid@librelist.org}
+  s.email = %q{e@80x24.org}
   s.executables = %w(local-openid)
 
   s.extra_rdoc_files = extra_rdoc_files(manifest)
@@ -22,5 +21,5 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<rack>, ["~> 1.3"])
   s.add_dependency(%q<sinatra>, ["~> 1.0"])
   s.add_dependency(%q<ruby-openid>, ["~> 2.1.7"])
-  # s.licenses = %w(AGPLv3) # accessor not compatible with older RubyGems
+  s.licenses = %w(AGPL-3.0+)
 end