diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 14:07:59 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 14:07:59 -0500 |
commit | 60f863ed1c82fca71f104fe6dff03ce65b6e576a (patch) | |
tree | ce1b0ec92ebe7ecb85d85a4c5cfb35a14acd55a0 /locusts.gemspec | |
parent | feat: Vue (#37) (diff) | |
download | locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.gz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.bz2 locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.lz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.xz locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.tar.zst locusts-60f863ed1c82fca71f104fe6dff03ce65b6e576a.zip |
docs: a lot of them
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | locusts.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locusts.gemspec b/locusts.gemspec index 75b0e6b..fd11e70 100644 --- a/locusts.gemspec +++ b/locusts.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/locusts-r-us/locusts" spec.required_ruby_version = ">= 1.6.7" spec.license = "0BSD" + spec.extra_rdoc_files = ["docs/Ruby.md"] # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" |