Skip to content

Commit 3e609ea

Browse files
committed
add gemspec
1 parent bc9934e commit 3e609ea

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

JekyllEWP.gemspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Gem::Specification.new do |s|
2+
s.name = 'JekyllEWP'
3+
s.version = '1.0.1'
4+
s.date = '2020-01-14'
5+
s.summary = "A Jekyll plugin to generate and encrypt PayPal buttons on the fly."
6+
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"
7+
s.authors = ["Adrian Edwards"]
8+
s.email = 'adrian@adriancedwards.com'
9+
s.files = ["lib/jekyllEWP.rb"]
10+
s.homepage = 'https://github.com/MoralCode/Jekyll-EWP'
11+
s.license = 'MIT'
12+
end
File renamed without changes.

0 commit comments

Comments
 (0)