-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from jrgriffiniii/update-gemspec
Updates the Gemspec for releases
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |