-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.