Source: ruby-gitlab-experiment Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, ruby-activesupport, ruby-request-store, ruby-scientist (>= 1.6~) Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-experiment Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-experiment.git Homepage: https://gitlab.com/gitlab-org/gitlab-experiment Rules-Requires-Root: no Package: ruby-gitlab-experiment Architecture: all Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: GitLab experiment library built on top of scientist This library allow one to run experiments as A/B/n tests and review the data the experiment generates. From that data, one can determine the best performing variant and promote it as the new default code path. Or revert back to the control if no variant outperformed it. . This library provides a clean and elegant DSL (domain specific language) to define, run, and track one's GitLab experiment.