Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Jan 29, 2024
2 parents 6ea533e + c859bff commit 81debda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/md_resume/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MdResume
VERSION = '0.1.2'
VERSION = '0.1.3'
end
4 changes: 2 additions & 2 deletions lib/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ def serve_defaults
options.html_path = internal_tmp_dir.join('resume.html')
end

def build_defaults(parser); end
def build_defaults; end

def generate_defaults(parser); end
def generate_defaults; end

attr_reader :parser, :options, :args

Expand Down

0 comments on commit 81debda

Please sign in to comment.