-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a9e6e5
commit 5e1d825
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec| | |
spec.version = GeoWorks::VERSION | ||
spec.authors = [ 'James Griffin', 'Darren Hardy', 'John Huck', 'Eric James', 'Eliot Jordan' ] | ||
spec.email = ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
spec.summary = %q{Rails engine for Hydra Geo models. Built around Curation Concerns engine. } | ||
spec.description = %q{Rails engine for Hydra Geo models. Built around Curation Concerns engine. } | ||
spec.homepage = 'https://github.com/projecthydra-labs/geo_works' | ||
spec.summary = %q{Rails engine for Hydra Geo models. Built around the Hyrax engine. } | ||
spec.description = %q{Rails engine for Hydra Geo models. Built around the Hyrax engine. } | ||
spec.homepage = 'https://github.com/samvera-labs/geo_works' | ||
spec.license = 'APACHE2' | ||
|
||
spec.files = `git ls-files | grep -v ^spec/fixtures`.split($\) | ||
|