md_resume 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed8f217bff9e006f0f23eaf4bf32465acb8d7b4e42aa79459d4494997e9d0faf
4
- data.tar.gz: 9fb0a3add00c308d7a093ea4b11a70d4936f18be23db362dbb8df6cfc8e8263f
3
+ metadata.gz: 5dfa4e87c4ae8d9354d7068d14daf558d5d30e4e29d74ea9a35fd52143e1f399
4
+ data.tar.gz: d50451dcfee4c7beeb3df4abba20aa2fb59802b3c88c9facf5b74f285986631e
5
5
  SHA512:
6
- metadata.gz: 733016d3c2818796c1bab7d39e0ca43baabbb5f0fefe89ed594af5a2d7e70d0853c52ea6889ffea87c61bddbe258d2b87874ef345f2d4957c194a6d4961303d6
7
- data.tar.gz: d66b987ebd216b443d7f23252b3499631600821a1a9dcb4519b82816ebb15e0ef39030198cf077100796e7ebd74a48c243434e2e73d09812803bc130a61b92f1
6
+ metadata.gz: 041bdb6832252e87b94f977264fb5e14eb338b4e384cdcbeda30722dc90527213431114eb90526903385c3d3b9dd6c3139fe1876f05570b30eb220c3d310120c
7
+ data.tar.gz: 3cd10c90fa1ae5e0710f522690a3d90195de5221a1a419b64f379e3a019c5952efce1726a5d8b6a3882ef2f4a285bc4a72d8f2b9725db3032c31bf9e4c086d3b
data/README.md CHANGED
@@ -58,9 +58,7 @@ The idea for the project is based off of https://github.com/mikepqr/resume.md. I
58
58
 
59
59
  ## Development
60
60
 
61
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
62
-
63
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
61
+ No clue currently. I still have not written proper tests for this.
64
62
 
65
63
  ## Contributing
66
64
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MdResume
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
data/lib/parser.rb CHANGED
@@ -185,9 +185,9 @@ class Parser
185
185
  options.html_path = internal_tmp_dir.join('resume.html')
186
186
  end
187
187
 
188
- def build_defaults(parser); end
188
+ def build_defaults; end
189
189
 
190
- def generate_defaults(parser); end
190
+ def generate_defaults; end
191
191
 
192
192
  attr_reader :parser, :options, :args
193
193
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: md_resume
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - elasticspoon
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-27 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: filewatcher