DEBSOURCES
Skip Quicknav
sources / ruby-http-accept / 2.2.1-1 / lib / http / accept / version.rb
12345678910
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2016-2024, by Samuel Williams. module HTTP module Accept VERSION = "2.2.1" end end