Skip to content

Commit

Permalink
Add plain-text GitLab logo
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Dec 30, 2022
1 parent 14bb9f3 commit 8db3ce9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/repofetch/gitlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
class Repofetch
# Adds support for GitLab repositories.
class Gitlab < Repofetch::Plugin
ASCII = File.read(File.expand_path('gitlab/ASCII', __dir__))

attr_reader :repo_identifier

# @param repo_identifier [String] The repository identifier (either the ID number or the namespaced repo name).
Expand All @@ -30,9 +32,6 @@ def stats
end

def ascii
<<~ASCII
HELLO
WORLD
ASCII
end

Expand Down
17 changes: 17 additions & 0 deletions lib/repofetch/gitlab/ASCII
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GLG LGL
GLGLGL GLGLGL
GLGLGLGL GLGLGLGL
GLGLGLGLGL GLGLGLGLGL
GLGLGLGLGLGL GLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLGLGL
GLGLGLGLGLGLGLGLGLGLGLGLGLGLG
GLGLGLGLGLGLGLGLGLGLGLG
GLGLGLGLGLGLGLGLGLG
GLGLGLGLGLGLG
GLGLGLG

0 comments on commit 8db3ce9

Please sign in to comment.