Skip to content

Commit

Permalink
Merge pull request #151 from jrgriffiniii/update-gemspec
Browse files Browse the repository at this point in the history
Updates the Gemspec for releases
  • Loading branch information
jcoyne authored Apr 25, 2018
2 parents 9e917ca + b059f37 commit 2e052d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# History of hydra-editor releases

## 4.0.1
* 2018-04-25: Updated the gemspec for authors, email, and homepage

## 4.0.0
* 2018-04-25: Released after testing

Expand Down
6 changes: 3 additions & 3 deletions hydra-editor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require "hydra_editor/version"
Gem::Specification.new do |s|
s.name = "hydra-editor"
s.version = HydraEditor::VERSION
s.authors = ["Justin Coyne", "David Chandek-Stark"]
s.email = ["hydra[email protected]"]
s.homepage = "http://github.com/projecthydra/hydra-editor"
s.authors = ["Justin Coyne", "David Chandek-Stark", "Thomas Johnson"]
s.email = ["samvera[email protected]"]
s.homepage = "http://github.com/samvera/hydra-editor"
s.summary = "A basic metadata editor for hydra-head"
s.description = "A basic metadata editor for hydra-head"

Expand Down
2 changes: 1 addition & 1 deletion lib/hydra_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HydraEditor
VERSION = '4.0.0'.freeze
VERSION = '4.0.1'.freeze
end

0 comments on commit 2e052d5

Please sign in to comment.