You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the gem via bundler or command line, it fails:
$ gem install Emma
ERROR: Could not find a valid gem 'Emma' (>= 0) in any repository
ERROR: Possible alternatives: emma
The lowercase emma gem appears to be owned by someone else.
Also when trying to install Emma using this Github repository as a source it fails as the emma.gemspec is using a lowercase emma. I'd recommend using lower case in the README.md as lowercase is convention.
Also since emma and my_emma are taken I'd recommend using emma_wrapper_ruby. You could use dashes as well but generally dashes are for subcategories of a specific gem (e.g. pry-remote or rack-protection) where underscores separate a multi-word gem (e.g. will_paginate or strong_parameters).
Thanks!
The text was updated successfully, but these errors were encountered:
When trying to install the gem via bundler or command line, it fails:
The lowercase
emma
gem appears to be owned by someone else.Also when trying to install
Emma
using this Github repository as a source it fails as theemma.gemspec
is using a lowercaseemma
. I'd recommend using lower case in theREADME.md
as lowercase is convention.Also since
emma
andmy_emma
are taken I'd recommend usingemma_wrapper_ruby
. You could use dashes as well but generally dashes are for subcategories of a specific gem (e.g.pry-remote
orrack-protection
) where underscores separate a multi-word gem (e.g.will_paginate
orstrong_parameters
).Thanks!
The text was updated successfully, but these errors were encountered: