mirror of
https://github.com/ditkrg/idempotent-request.git
synced 2026-01-22 13:56:45 +00:00
6 lines
67 B
Ruby
6 lines
67 B
Ruby
module Idempotent
|
|
module Request
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|