Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-09-25 | 590 Bytes | |
v4.8.0.tar.gz | 2020-09-25 | 63.2 kB | |
v4.8.0.zip | 2020-09-25 | 106.4 kB | |
Totals: 3 Items | 170.2 kB | 0 |
Includes all the changes in v4.8.0.beta1 to make Lita work better with the latest version of Ruby and the latest gems.
Features:
Lita.default_locale
is added to setI18n.default_locale
, which should be preferred toLita.locale
because it affects all threads.config.robot.default_locale
added as a configuration attribute, which should be preferred toconfig.robot.locale
for the same reason.Lita.default_locale
will be set based on the environment variableLANG
, just asLita.locale
has previously.