-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated uc3-dmp-id gem readme. fixed issue with landing page not disp…
…laying the download PDF link
- Loading branch information
Showing
5 changed files
with
19 additions
and
10 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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Uc3DmpId | ||
|
||
Helper methods for working with DMP ID JSON records | ||
|
||
After you have made changes, be sure to increment the version number in `lib/uc3-dmp-id/version.rb`. | ||
|
||
To build and push this gem to RubyGems: | ||
- Make sure you are logged into RubyGems in your terminal window (see their docs) | ||
- Run `gem build uc3-dmp-id.gemspec` to build the gem | ||
- Run `gem push uc3-dmp-id-[version].gem` to publish to RubyGems | ||
|
||
After you have pushed a new version to RubyGems, you should rebuild and redeploy the AWS SAM application. |
Binary file not shown.
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