Skip to content

Commit

Permalink
Remove documentation from the gem to reduce gem size by 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 15, 2024
1 parent 2412336 commit 24bc83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== master

* Remove documentation from the gem to reduce gem size by 50% (jeremyevans)

=== 2.36.0 (2024-07-23)

* Add webauthn_modify_email feature for emailing when a WebAuthn authenticator is added or removed (jeremyevans)
Expand Down
4 changes: 2 additions & 2 deletions rodauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Gem::Specification.new do |s|
s.name = 'rodauth'
s.version = Rodauth.version
s.platform = Gem::Platform::RUBY
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"] + Dir["doc/*.rdoc"] + Dir['doc/release_notes/*.txt']
s.extra_rdoc_files = ["MIT-LICENSE"]
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', "Rodauth: Ruby's Most Advanced Authentication Framework", '--main', 'README.rdoc']
s.license = "MIT"
s.summary = "Authentication and Account Management Framework for Rack Applications"
s.author = "Jeremy Evans"
s.email = "[email protected]"
s.homepage = "https://rodauth.jeremyevans.net"
s.required_ruby_version = ">= 1.9.2"
s.files = %w(MIT-LICENSE CHANGELOG README.rdoc) + Dir["dict/*.txt"] + Dir["doc/**/*.rdoc"] + Dir['doc/release_notes/*.txt'] + Dir["lib/**/*.rb"] + Dir["templates/*.str"] + Dir["javascript/*.js"]
s.files = %w(MIT-LICENSE) + Dir["dict/*.txt"] + Dir["lib/**/*.rb"] + Dir["templates/*.str"] + Dir["javascript/*.js"]
s.metadata = {
'bug_tracker_uri' => 'https://github.com/jeremyevans/rodauth/issues',
'changelog_uri' => 'https://rodauth.jeremyevans.net/rdoc/files/CHANGELOG.html',
Expand Down

0 comments on commit 24bc83f

Please sign in to comment.