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

Cleanup gemspec and add release instructions #58

Conversation

toolmantim
Copy link
Contributor

Make things a bit more friendly for contributions / adding contributors.

Also fixes the multiple gem versions with the same date thing… as it will just use Date.today

gem.version = "1.2.6"
gem.author = "Erick Schmitt"
gem.email = "ejschmitt@gmail.com"
gem.homepage = "http://github.com/toolmantim/user_agent_parser"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hah, yes! Sorry about that. Will fix tomorrow.

On Sun, Mar 9, 2014 at 3:24 PM, Andy Atkinson notifications@github.com
wrote:

@@ -1,55 +1,31 @@
-# -- encoding: utf-8 --
+Gem::Specification.new do |gem|


Reply to this email directly or view it on GitHub:
https://github.com/ejschmitt/delayed_job_web/pull/58/files#r10412626

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@andyatkinson
Copy link
Collaborator

I see, I didn't notice the date thing, nice catch.

andyatkinson added a commit that referenced this pull request Mar 11, 2014
…se-instructions

Cleanup gemspec and add release instructions
@andyatkinson andyatkinson merged commit 61a4798 into ejschmitt:master Mar 11, 2014
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.

None yet

2 participants