Skip to content

Commit bd4eb4b

Browse files
author
Tom Lahti
committed
update gemspec for documentation
1 parent 35a7656 commit bd4eb4b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

aesx.gemspec

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Gem::Specification.new do |spec|
22
spec.name = "aesx"
3-
spec.version = "0.1.0"
3+
spec.version = "0.1.4"
44
spec.authors = ["Tom lahti"]
55
spec.email = ["[email protected]"]
6-
spec.summary = "A lightweight encryption library, in the style of the AES gem"
7-
spec.description = "Provides almost the same interface as the AES gem, but with modern ciphers. The default cipher is AES-256-GCM. For a list of supported ciphers, run AESX.cipher_list"
6+
spec.summary = "AES gem, but with GCM/CTR ciphers, compression, and more"
7+
spec.description = "Provides almost the same interface as the AES gem, but with modern ciphers and compression. The default cipher is AES-256-GCM. See the README for details."
88
spec.license = "MIT"
9+
spec.homepage = 'https://rubygems.org/gems/aesx'
910

1011
spec.files = Dir["lib/**/*.rb", "test_aesx.rb", "README.md", "LICENSE"]
1112
spec.require_paths = ["lib"]
@@ -25,6 +26,8 @@ Gem::Specification.new do |spec|
2526
end
2627

2728
spec.homepage = "https://github.com/uidzip/aesx"
29+
spec.metadata["homepage_uri"] = spec.homepage
30+
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/aesx"
2831
spec.metadata["source_code_uri"] = spec.homepage
2932
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
3033
end

0 commit comments

Comments
 (0)