Skip to content

Commit

Permalink
fix: importmap cli namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dvinciguerra committed Aug 22, 2024
1 parent fffd003 commit eec59a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions importmap-cli.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# frozen_string_literal: true

require_relative 'lib/importmap/cli/version'
require_relative 'lib/importmap_cli/version'

Gem::Specification.new do |spec|
spec.name = 'importmap-cli'
spec.version = Importmap::Cli::VERSION
spec.version = ImportmapCLI::VERSION
spec.authors = ['Daniel Vinciguerra']
spec.email = ['[email protected]']

Expand Down
6 changes: 2 additions & 4 deletions lib/importmap_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

module Importmap
module Cli
VERSION = '0.1.0'
end
module ImportmapCLI
VERSION = '0.1.0'
end

0 comments on commit eec59a4

Please sign in to comment.