summaryrefslogtreecommitdiff
path: root/super_good-solidus_taxjar.gemspec
AgeCommit message (Collapse)Author
2021-05-27Relax Ruby required version in Gemspec to >= 2.5.0Filippo Liverani
2021-03-17Rename module SolidusTaxJar to SolidusTaxjarAdnan Abdulally
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>
2020-06-24Clean up spec setup as per solidus_dev_supportJared Norman
2020-06-22Update gemspec as per solidus_dev_supportJared Norman
2020-06-22Add solidus_dev_supportJared Norman
2019-01-09Fix TravisJared Norman
2019-01-08Remove FactoryBotJared Norman
We don't really need it. Let's keep things simple.
2019-01-08Add factory_bot_railsJared Norman
Also alphabetize things, because who doesn't love the alphabet, you know?
2019-01-08Correct version specificationJared Norman
Let's leave it open ended, and also require the version of Solidus that introduced the configurable tax interface that this extension relies on.
2018-12-30Add more useful development dependenciesJared Norman
2018-12-30Add VCRJared Norman
We'll need to stub out calls to the actual TaxJar API in specs.
2018-12-30Add TaxJar gemJared Norman
I'm pretty sure I'm going to need this.
2018-12-30Start fleshing out dependenciesJared Norman
2018-12-30Initial commitJared Norman