Skip to content

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MoralCode committed Jan 15, 2021
1 parent bc9934e commit 3e609ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions JekyllEWP.gemspec
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.

0 comments on commit 3e609ea

Please sign in to comment.