-
- Downloads
Initial import
parents
No related branches found
No related tags found
Showing
- .gitignore 54 additions, 0 deletions.gitignore
- .gitlab-ci.yml 16 additions, 0 deletions.gitlab-ci.yml
- Gemfile 11 additions, 0 deletionsGemfile
- Gemfile.lock 68 additions, 0 deletionsGemfile.lock
- LICENSE 191 additions, 0 deletionsLICENSE
- LICENSE.de 101 additions, 0 deletionsLICENSE.de
- gl-rt-bridge.rb 54 additions, 0 deletionsgl-rt-bridge.rb
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Gemfile
0 → 100644
# frozen_string_literal: true | |||
source 'https://rubygems.org' | |||
gem 'rt-client', '~> 1.0' | |||
gem 'sinatra', '~> 2.0' | |||
group :development do | |||
gem 'rerun', '~> 0.13.0', require: false | |||
gem 'rubocop', '~> 0.76.0', require: false | |||
end |
Gemfile.lock
0 → 100644
LICENSE
0 → 100644
LICENSE.de
0 → 100644
gl-rt-bridge.rb
0 → 100755
Please register or sign in to comment