Skip to content

Commit

Permalink
Fix PDF constant
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgessler committed Mar 1, 2024
1 parent 4948434 commit dda7090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/phlex/pdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Phlex
module Pdf
module PDF
VERSION = "0.1.2"
end
end
2 changes: 1 addition & 1 deletion phlex-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require_relative "lib/phlex/pdf/version"

Gem::Specification.new do |spec|
spec.name = "phlex-pdf"
spec.version = Phlex::Pdf::VERSION
spec.version = Phlex::PDF::VERSION
spec.authors = ["Brad Gessler"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion sig/phlex/pdf.rbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Phlex
module Pdf
module PDF
VERSION: String
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
end
Expand Down

0 comments on commit dda7090

Please sign in to comment.