Utility to parse and store client version strings from request headers, e.g. X-Zilly-iOS-Version: 1.0.0
.
Add this line to your application's Gemfile:
gem 'tellus-client_version'
Get the current client version:
Tellus::ClientVersion.current
Populate RequestStore
with the client version information given a Rack request:
Tellus::ClientVersion.set_from_request(request)