summaryrefslogtreecommitdiff
path: root/lib/spandx/gitlab.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:18:02 -0600
commit1f2128c4a2dd18f6c05535e702f288c2472844d1 (patch)
tree1fff7ea922249b038ccf578d3963a4ea889c5a51 /lib/spandx/gitlab.rb
initial commit
Diffstat (limited to 'lib/spandx/gitlab.rb')
-rw-r--r--lib/spandx/gitlab.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/spandx/gitlab.rb b/lib/spandx/gitlab.rb
new file mode 100644
index 0000000..ec464ec
--- /dev/null
+++ b/lib/spandx/gitlab.rb
@@ -0,0 +1,8 @@
+require "spandx/gitlab/version"
+
+module Spandx
+ module Gitlab
+ class Error < StandardError; end
+ # Your code goes here...
+ end
+end