.gitignore
0 → 100644
+11
−0
.gitlab-ci.yml
0 → 100644
+25
−0
.rspec
0 → 100644
+3
−0
.ruby-version
0 → 100644
+1
−0
Gemfile
0 → 100644
+6
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
source "https://rubygems.org"
|
||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||
# Specify your gem's dependencies in ci_examples.gemspec
|
||
gemspec |
Loading