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

Add license to gemspec.#19

Open
reiz wants to merge 1 commit intojoelmoss:masterfrom
reiz:patch-1
Open

Add license to gemspec.#19
reiz wants to merge 1 commit intojoelmoss:masterfrom
reiz:patch-1

Conversation

@reiz
Copy link
Copy Markdown

@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
Copy Markdown

@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"]
Copy link
Copy Markdown

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