Skip to content

Commit 2e052d5

Browse files
authored
Merge pull request #151 from jrgriffiniii/update-gemspec
Updates the Gemspec for releases
2 parents 9e917ca + b059f37 commit 2e052d5

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History of hydra-editor releases
22

3+
## 4.0.1
4+
* 2018-04-25: Updated the gemspec for authors, email, and homepage
5+
36
## 4.0.0
47
* 2018-04-25: Released after testing
58

hydra-editor.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require "hydra_editor/version"
77
Gem::Specification.new do |s|
88
s.name = "hydra-editor"
99
s.version = HydraEditor::VERSION
10-
s.authors = ["Justin Coyne", "David Chandek-Stark"]
11-
s.email = ["hydra-tech@googlegroups.com"]
12-
s.homepage = "http://github.com/projecthydra/hydra-editor"
10+
s.authors = ["Justin Coyne", "David Chandek-Stark", "Thomas Johnson"]
11+
s.email = ["samvera-tech@googlegroups.com"]
12+
s.homepage = "http://github.com/samvera/hydra-editor"
1313
s.summary = "A basic metadata editor for hydra-head"
1414
s.description = "A basic metadata editor for hydra-head"
1515

lib/hydra_editor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HydraEditor
2-
VERSION = '4.0.0'.freeze
2+
VERSION = '4.0.1'.freeze
33
end

0 commit comments

Comments
 (0)