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

Update to Gemoji 3.0. #55

Merged
merged 1 commit into from
Feb 4, 2017
Merged

Update to Gemoji 3.0. #55

merged 1 commit into from
Feb 4, 2017

Conversation

naftulikay
Copy link
Contributor

This seems to work just fine, will await Travis results.

@naftulikay naftulikay mentioned this pull request Jan 4, 2017
@naftulikay
Copy link
Contributor Author

Closes #53 and supersedes #54.

@naftulikay
Copy link
Contributor Author

@benbalter Travis CI failed due to Nokogiri (which I have not touched) not supporting Ruby 2.0 any more: https://travis-ci.org/jekyll/jemoji/jobs/188985491#L199

This seems to be an unrelated issue to this one. Please confirm.

@parkr
Copy link
Member

parkr commented Jan 4, 2017

You can remove Ruby 2.0 from our supported Ruby versions. It should be in .travis.yml. Just make it as a separate commit here.

This seems to work just fine, will await Travis results. Removing
Ruby 2 from the CI pipeline because Nokogiri requires at least 2.1.
@naftulikay
Copy link
Contributor Author

@parkr @benbalter Ruby 2 removed from .travis.yml and build passing.

@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jekyll', '>= 3.0'
s.add_dependency 'html-pipeline', '~> 2.2'
s.add_dependency 'activesupport', '~> 4.0'
s.add_dependency 'gemoji', '~> 2.0'
s.add_dependency 'gemoji', '~> 3.0'

Copy link
Member

Choose a reason for hiding this comment

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

Any reason not to allow >= 2.0, < 4.0?

Copy link
Member

Choose a reason for hiding this comment

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

Oooh, good point. It might create some confusion for some users, though, as then they'd have to manually upgrade gemoji themselves. But I'm down to do that if you think that's wiser. I'd be interested in @benbalter's take.

Copy link
Contributor Author

@naftulikay naftulikay Jan 4, 2017

Choose a reason for hiding this comment

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

@pathawks this approach makes sense to me to allow multiple versions if users want it. In my own Jekyll, I'm choosing a version for both jemoji and gemoji. Should I implement that here?

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like the breaking change is the emoji themselves? What's the motivation for allowing 2.x?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can't comment on whether this breaks any backward compatibility. Is Gemoji 3.0 compatible with still using GitHub hosting of assets?

Copy link
Member

Choose a reason for hiding this comment

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

I was only curious. If there is no reason for users to be running 2.0 then this is fine 👍

Copy link
Contributor

Choose a reason for hiding this comment

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

Is Gemoji 3.0 compatible with still using GitHub hosting of assets?

Ahh. That'll be the question. Do you have an example of emoji not in 2 but in 3 and vise versa that we could test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since GitHub is still hosting the images, I think we're in the clear here. There may be certain emojis that GitHub isn't hosting, but IMHO that's kind of out of our control and Gemoji provides facilities for extracting images.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How would you all like to proceed?

Copy link
Member

Choose a reason for hiding this comment

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

I defer to @parkr and @benbalter 👍

@parkr
Copy link
Member

parkr commented Feb 4, 2017

GitHub is now using this library and hosting all the assets so we should be good to go!

@jekyllbot: merge

@jekyllbot jekyllbot merged commit 4ce0532 into jekyll:master Feb 4, 2017
jekyllbot added a commit that referenced this pull request Feb 4, 2017
@naftulikay naftulikay deleted the feature/gemoji-3.0 branch February 15, 2017 18:07
@jekyll jekyll locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants