Skip to content

Commits on Source 1

  • Tyler Eon's avatar
    Create placeholder `amplitude-rb.rb` file to allow simple Gemfile requiring · d68a8d48
    Tyler Eon authored
    Because the gem name is "amplitude-rb" instead of "amplitude", this will
    cause Bundler to `require 'amplitude-rb'` but there's no such file,
    which is why the README originally showed the inclusion of `require:
    'amplitude'` at the end of the Gemfile line. However, it's more
    user-friendly to simply include a placeholder file with the same name as
    the gem that loads up the appropriate other file.
    d68a8d48
Loading