Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added license information to versions. #458

Merged
merged 1 commit into from
Nov 16, 2012

Conversation

pivotalcommon
Copy link

The license is stored in the database upon creation of a new version. It is then made visible on the web and via the API. This addresses #363.

Existing gem versions will still need to have their license information backfilled, per #422.

@pivotalcommon
Copy link
Author

Any thoughts on this? Would love to see this get merged.

@flavorjones flavorjones mentioned this pull request Sep 15, 2012
@flavorjones
Copy link

+1 on this -- closing #363 will most definitely help enterprisey Rubyists.

@adkron
Copy link
Contributor

adkron commented Nov 6, 2012

👍

It would be nice to see the license before I download it and find out I have to GPL my project.

@ghost ghost mentioned this pull request Nov 8, 2012
@vinnydiehl
Copy link

👍, I agree with @adkron.

@@ -262,6 +264,10 @@ def join_authors
self.authors = self.authors.join(', ') if self.authors.is_a?(Array)
end

def join_licenses
self.licenses = self.licenses.join(', ') if self.licenses.is_a?(Array)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's check that it responds to join instead of checking if it is an array. 🎉

Choose a reason for hiding this comment

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

will do.

@moonmaster9000
Copy link

hi @adkron I've updated the commit. Cheers.

adkron added a commit that referenced this pull request Nov 16, 2012
@adkron adkron merged commit b0f23a1 into rubygems:master Nov 16, 2012
adkron added a commit that referenced this pull request Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants