Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Add license to gemspec. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add license to gemspec. #19

wants to merge 1 commit into from

Conversation

reiz
Copy link

@reiz reiz commented Oct 2, 2017

I'm working on the open source project VersionEye. By adding the license info to the gempspec it becomes available through the public RubyGems API and that way other tools like VersionEye can fetch it easier.

Copy link

@mathieujobin mathieujobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All original code by DHH I have seen was MIT, so this makes sense

@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joel Moss"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original author should probably be retained here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants