Skip to content

Commit 24bc83f

Browse files
committed
Remove documentation from the gem to reduce gem size by 50%
1 parent 2412336 commit 24bc83f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== master
2+
3+
* Remove documentation from the gem to reduce gem size by 50% (jeremyevans)
4+
15
=== 2.36.0 (2024-07-23)
26

37
* Add webauthn_modify_email feature for emailing when a WebAuthn authenticator is added or removed (jeremyevans)

rodauth.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Gem::Specification.new do |s|
44
s.name = 'rodauth'
55
s.version = Rodauth.version
66
s.platform = Gem::Platform::RUBY
7-
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"] + Dir["doc/*.rdoc"] + Dir['doc/release_notes/*.txt']
7+
s.extra_rdoc_files = ["MIT-LICENSE"]
88
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', "Rodauth: Ruby's Most Advanced Authentication Framework", '--main', 'README.rdoc']
99
s.license = "MIT"
1010
s.summary = "Authentication and Account Management Framework for Rack Applications"
1111
s.author = "Jeremy Evans"
1212
s.email = "code@jeremyevans.net"
1313
s.homepage = "https://rodauth.jeremyevans.net"
1414
s.required_ruby_version = ">= 1.9.2"
15-
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"]
15+
s.files = %w(MIT-LICENSE) + Dir["dict/*.txt"] + Dir["lib/**/*.rb"] + Dir["templates/*.str"] + Dir["javascript/*.js"]
1616
s.metadata = {
1717
'bug_tracker_uri' => 'https://github.com/jeremyevans/rodauth/issues',
1818
'changelog_uri' => 'https://rodauth.jeremyevans.net/rdoc/files/CHANGELOG.html',

0 commit comments

Comments
 (0)