capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
870 stars 269 forks source link

Licence missing in the rubygems version and in the gemspec #205

Closed mensfeld closed 7 years ago

mensfeld commented 7 years ago

The "capistrano-rails" gem seems not to have a license at all. Unless a license that specifies otherwise is included, nobody else can use, copy, distribute, or modify that library without being at risk of take-downs, shake-downs, or litigation.

I know, that this gem has a license on github, however it's missing one at rubygems and in a gemspec.

will-in-wi commented 7 years ago

Good point. @mattbrictson any reason not to merge https://github.com/capistrano/rails/pull/206 ?

will-in-wi commented 7 years ago

@mensfeld This will be fixed in the next release of Capistrano::Rails.

mensfeld commented 6 years ago

@will-in-wi good afternoon. Any plans on a next release with this? :-) I really like to have a no non-licence gems in the projects I use or work with. Thank you and sorry for bothering.

mattbrictson commented 6 years ago

Thanks for the reminder! I'll do a release today.

mensfeld commented 6 years ago

@mattbrictson will ping you if that does not happen. I use a gem checking app and it adds me a warning each time I bundle with capistrano-rails :dagger:

mattbrictson commented 6 years ago

https://rubygems.org/gems/capistrano-rails/versions/1.3.1

mensfeld commented 6 years ago

@mattbrictson marked as resolved after gem bump: thank you. Marked as resolved on our side as well :-)

resolved issue