这是indexloc提供的服务,不要输入任何密码
Skip to content

3.0.0

  • 3.0.0
  • 9609a9b
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • 3.0.0
  • 9609a9b
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tagged this 07 Oct 16:59
* Aliasing Distribution Causes Namespace Collision

**Description**
The gem loads prior to the main application code and aliasing the gems
namespace to a root namespace creates conflicts with main app. This
update removes the aliasing to prevent this from happening.

**Relates to Issue**
https://github.com/estebanz01/ruby-statistics/issues/45

* Version 3.0
removes distribution namespace aliasing

**Description**
This update remove the `Distribution` name space aliasing. To avoid
issues it is recommended that any references to `Distribution` are
replaced with the full name path `Statistics::Distribution` to avoid any
disruption.

Co-authored-by: Rebecca Chapin <msneverheart@gmail.com>
Co-authored-by: Rebecca Chapin <rchapin@Rebeccas-MacBook-Pro.local>
Assets 2
Loading