rgeo / rgeo-activerecord

RGeo ActiveRecord extensions and tools for spatial connection adapters
Other
89 stars 64 forks source link

Add license type to .gemspec? #58

Closed veganstraightedge closed 4 years ago

veganstraightedge commented 4 years ago

Hi rgeo folks 👋🏻

Thanks for these gems. We use them and accept the terms of the licenses.

But to make it simpler for our CI automation tools to recognize that this license is compliant with the ones that we are cool with, can you add it to the .gemspec please? Whether its BSD or MIT or whatever.


For example…

https://github.com/pivotal/LicenseFinder#a-plea-to-package-authors-and-maintainers

Gem::Specification.new do |s|
  s.name = "my_great_gem"
  s.license = "MIT"
end
veganstraightedge commented 4 years ago

Thank you!

Will there be a patch release of the gem to publish this change into the wild?