Skip to content

Commit

Permalink
Remove documentation from the gem to reduce gem size by 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 15, 2024
1 parent 913c4bb commit 3017a35
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 25% (jeremyevans)

= 3.83.0 (2024-08-12)

* Add assume_ssl plugin for making request ssl? method always return true (jeremyevans)
Expand Down
4 changes: 2 additions & 2 deletions roda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
"source_code_uri" => "https://github.com/jeremyevans/roda"
}

s.files = %w'README.rdoc MIT-LICENSE CHANGELOG' + Dir['doc/*.rdoc'] + Dir['doc/release_notes/3.*.txt'] + Dir['lib/**/*.rb']
s.extra_rdoc_files = %w'README.rdoc MIT-LICENSE CHANGELOG' + Dir["doc/*.rdoc"] + Dir['doc/release_notes/3.*.txt']
s.files = %w'MIT-LICENSE' + Dir['lib/**/*.rb']
s.extra_rdoc_files = %w'MIT-LICENSE'

s.add_dependency "rack"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 3017a35

Please sign in to comment.