Skip to content

Commit

Permalink
chore(release): v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Feb 15, 2024
1 parent 1ce1ca7 commit 746a906
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ group :development, :test do
gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.59'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 2.25'
gem 'rubocop-rspec', '~> 2.26'
end
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
md_to_pdf (0.0.24)
md_to_pdf (0.0.25)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.1)
markly (~> 0.7)
markly (~> 0.10)
matrix (~> 0.4)
nokogiri (~> 1.1)
nokogiri (~> 1.16)
prawn (~> 2.4)
prawn-table (~> 0.2)
text-hyphen (~> 1.5)
Expand All @@ -21,7 +21,7 @@ GEM
afm (0.2.2)
ast (2.4.2)
color_conversion (0.1.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
front_matter_parser (1.0.1)
hashery (2.1.2)
json (2.7.1)
Expand All @@ -31,11 +31,11 @@ GEM
markly (0.10.0)
matrix (0.4.2)
mini_portile2 (2.8.5)
nokogiri (1.16.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pdf-core (0.9.0)
Expand All @@ -56,26 +56,26 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.59.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -84,13 +84,13 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -114,7 +114,7 @@ DEPENDENCIES
rspec (~> 3.12)
rubocop (~> 1.59)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.25)
rubocop-rspec (~> 2.26)

BUNDLED WITH
2.3.13
2 changes: 1 addition & 1 deletion lib/md_to_pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MarkdownToPDF
VERSION = '0.0.24'
VERSION = '0.0.25'
end
4 changes: 2 additions & 2 deletions md_to_pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "color_conversion", ["~> 0.1"]
s.add_runtime_dependency "front_matter_parser", ["~> 1.0"]
s.add_runtime_dependency "json-schema", ["~> 4.1"]
s.add_runtime_dependency "markly", ["~> 0.7"]
s.add_runtime_dependency "markly", ["~> 0.10"]
s.add_runtime_dependency "matrix", ["~> 0.4"]
s.add_runtime_dependency "nokogiri", ["~> 1.1"]
s.add_runtime_dependency "nokogiri", ["~> 1.16"]
s.add_runtime_dependency "prawn", ["~> 2.4"]
s.add_runtime_dependency "prawn-table", ["~> 0.2"]
s.add_runtime_dependency "text-hyphen", ["~> 1.5"]
Expand Down

0 comments on commit 746a906

Please sign in to comment.