dynamoid
https://github.com/veraticus/dynamoid
Ruby ORM for Amazon's DynamoDB
Gitlab::DependencyLinker::BaseLinker#link_regex
Links package names based on regex. Example: link_regex(/(github:|:github =>)\s*['"](?<name>[^'"]+)['"]/) # Will link `user/repo` in `github: "user/repo"` or `:github => "user/repo"`
Edit
git clone [email protected]:veraticus/dynamoid.git
cd dynamoid
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--DependencyLinker--BaseLinker-link_regex-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::DependencyLinker::BaseLinker#link_regex"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--DependencyLinker--BaseLinker-link_regex-for-pr
hub pull-request
# Celebrate!