File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11### HEAD
22
3+ ### 2.0.2 Nov 27, 2025
4+
5+ * Fix rubocop linter
6+ * Fix VERSION_STRING to use ::Rack.release instead of ::Rack.version
7+ * Add allowed_push_host to the gemspec
8+ * Remove rbconfig require from Gemfile
9+ * Order dependencies alphabetically
10+ * Move yard to the docs group in Gemfile
11+ * Move development dependencies to the Gemfile
12+ * Simplify gemspec version require
13+
314### 2.0.1 Feb 27, 2024
415
516* Don't include the ` doc/ ` , ` pkg/ ` , or ` vendor/ ` directory in the gem package
Original file line number Diff line number Diff line change 11module Webmachine
22 # Library version
3- VERSION = '2.0.1 ' . freeze
3+ VERSION = '2.0.2 ' . freeze
44
55 # String for use in "Server" HTTP response header, which includes
66 # the {VERSION}.
You can’t perform that action at this time.
0 commit comments