diff options
author | Adnan Abdulally <adnan.abdulally@printivity.com> | 2021-01-29 10:24:19 -0800 |
---|---|---|
committer | Noah Silvera <noah@super.gd> | 2021-03-17 07:11:08 -0700 |
commit | 51ff05c3de3500fdc6aee55e2919646028055286 (patch) | |
tree | 8709c1a8a6ea3bb361b52bd50c20dbe3c959c323 /super_good-solidus_taxjar.gemspec | |
parent | 6fe0283f541a7a2a8c4940f4ce3626e754a292d9 (diff) |
Rename module SolidusTaxJar to SolidusTaxjar
In order for the Zeitwerk loader to properly identity our classes
from the file names, we should remove camel casing from this name
that isn't consistent with underscores in the file name itself.
Co-authored-by: Nick Van Doorn <nick@super.gd>
Diffstat (limited to 'super_good-solidus_taxjar.gemspec')
-rw-r--r-- | super_good-solidus_taxjar.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/super_good-solidus_taxjar.gemspec b/super_good-solidus_taxjar.gemspec index d54cd91..51fd3e8 100644 --- a/super_good-solidus_taxjar.gemspec +++ b/super_good-solidus_taxjar.gemspec @@ -4,7 +4,7 @@ require "super_good/solidus_taxjar/version" Gem::Specification.new do |spec| spec.name = "super_good-solidus_taxjar" - spec.version = SuperGood::SolidusTaxJar::VERSION + spec.version = SuperGood::SolidusTaxjar::VERSION spec.authors = ["Jared Norman"] spec.email = ["jared@super.gd"] |