Benjamin Fleischer

Results 150 issues of Benjamin Fleischer

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

- https://github.com/nathanhumbert/rails_code_stats/ - https://github.com/danmayer/code_statistics / https://github.com/cloudability/code_statistics/ - https://github.com/alexeypetrushin/code_stats

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

Some companies [will only use gems with a certain license](https://github.com/rubygems/rubygems.org/issues/363#issuecomment-5079786). The canonical and easy way to check is [via the gemspec](http://docs.rubygems.org/read/chapter/20#license) via e.g. ``` spec.license = 'MIT' # or spec.licenses...

RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...

that is, `Rails.logger.info "some logger"` isn't formatted or otherwise touched by Lograge or any of its settings. I wanted to log everything as JSON what I see it that lograge...

Some companies will only use gems with a certain license. The canonical and easy way to check is [via the gemspec](http://docs.rubygems.org/read/chapter/20#license), via e.g. ``` spec.license = 'MIT' # or spec.licenses...