From c6ab9d200e02caabbadc988952584c19e4e60e8d Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Wed, 21 Aug 2019 11:39:03 -0700 Subject: [PATCH 1/2] Update gemspec to include PO email; update jcoyne's email justin@curationexperts.com is a long stale email. Update it, and add Jen's email as PO. --- hydra-derivatives.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra-derivatives.gemspec b/hydra-derivatives.gemspec index 18de6ef..e7a2242 100644 --- a/hydra-derivatives.gemspec +++ b/hydra-derivatives.gemspec @@ -3,8 +3,8 @@ version = File.read(File.expand_path("../VERSION", __FILE__)).strip Gem::Specification.new do |spec| spec.name = "hydra-derivatives" spec.version = version - spec.authors = ["Justin Coyne"] - spec.email = ["justin@curationexperts.com"] + spec.authors = ["Justin Coyne"]n + spec.email = ["jenlindner@gmail.com", "jcoyne85@stanford.edu"] spec.description = "Derivative generation plugin for hydra" spec.summary = "Derivative generation plugin for hydra" spec.license = "APACHE2" From c60aaea510364bb98cef1802581ca0b261ef04d1 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Wed, 21 Aug 2019 11:40:07 -0700 Subject: [PATCH 2/2] Bump version to 3.5.0 Release to add support for AF 13. --- VERSION | 2 +- hydra-derivatives.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4d9d11c..1545d96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 +3.5.0 diff --git a/hydra-derivatives.gemspec b/hydra-derivatives.gemspec index e7a2242..7fe1dd9 100644 --- a/hydra-derivatives.gemspec +++ b/hydra-derivatives.gemspec @@ -3,7 +3,7 @@ version = File.read(File.expand_path("../VERSION", __FILE__)).strip Gem::Specification.new do |spec| spec.name = "hydra-derivatives" spec.version = version - spec.authors = ["Justin Coyne"]n + spec.authors = ["Justin Coyne"] spec.email = ["jenlindner@gmail.com", "jcoyne85@stanford.edu"] spec.description = "Derivative generation plugin for hydra" spec.summary = "Derivative generation plugin for hydra"