diff --git a/JekyllEWP.gemspec b/JekyllEWP.gemspec new file mode 100644 index 0000000..d2b71be --- /dev/null +++ b/JekyllEWP.gemspec @@ -0,0 +1,12 @@ +Gem::Specification.new do |s| + s.name = 'JekyllEWP' + s.version = '1.0.1' + s.date = '2020-01-14' + s.summary = "A Jekyll plugin to generate and encrypt PayPal buttons on the fly." + s.description = "This Jekyll plugin creates paypal Encrypted Web Payments buttons and encrypts them at build time so items in your store cannot have their prices or other attributes changed in Inspect Element" + s.authors = ["Adrian Edwards"] + s.email = 'adrian@adriancedwards.com' + s.files = ["lib/jekyllEWP.rb"] + s.homepage = 'https://github.com/MoralCode/Jekyll-EWP' + s.license = 'MIT' +end diff --git a/jekyllEWP.rb b/lib/jekyllEWP.rb similarity index 100% rename from jekyllEWP.rb rename to lib/jekyllEWP.rb