StuartApp / stuart-client-ruby

Stuart Ruby client
MIT License
0 stars 5 forks source link

name convention for gem files #3

Closed pcaillau closed 6 years ago

pcaillau commented 6 years ago

Gem installation is not straightforward since the file is not named the same as the gem. Changing the names to respect the convention and simplify gem installation.

Yinfei commented 6 years ago

👍 It would be nice to choose if we need to require "stuart" or require "stuart-client-ruby". I'd go for the latter as it's the gem name.

seanhandley commented 6 years ago

Just re-register it on rubygems as stuart IMHO. It's available https://rubygems.org/search?utf8=%E2%9C%93&query=stuart

maximilientyc commented 6 years ago

My feeling is that we need to keep the same naming logic for every client lib we have: stuart-client-#{langage_here}, we already have stuart-client-php, stuart-client-js, stuart-client-java