https://github.com/danger/danger-gitlab-gem
A gem that holds the GitLab specific dependency tree
https://github.com/danger/danger-gitlab-gem
Last synced: about 1 year ago
JSON representation
A gem that holds the GitLab specific dependency tree
- Host: GitHub
- URL: https://github.com/danger/danger-gitlab-gem
- Owner: danger
- License: mit
- Created: 2016-10-26T08:56:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T15:22:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T18:42:03.110Z (about 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Danger GitLab Gemspec
A gem that exists to ensure [all dependencies](https://github.com/danger/danger/issues/506) are set up for Danger when GitLab.
Because Ruby does not have optional dependencies, we wanted to ensure first class support inside Danger but with as small of a dependency tree as possible for everyone. We love GitLab, this is not to exclude support at all.
There is nothing in this repo other than the gemspec, whose job is to ensure that the `gitlab` gem is included in people's projects.
## Deployment
```
gem build danger-gitlab.gemspec
gem push danger-githubx.y.z.gem
```