Bump gemojione gem to 2.5.0
Merge request reports
Activity
Why was this necessary? Their changelog only goes to 2.2.0.
If it adds new Emojis, there's a couple additional steps we have to take to update the sprite sheets and JSON data.
Edited by Robert Speicher@rspeicher I meant to ask if there were additional steps, but this was a late night MR when I realized there were new Emojis from the release:
- https://github.com/Ranks/emojione/releases
- https://github.com/jonathanwiesel/gemojione/commit/fca721ecb97e71c1cba2068ada9ce11703bc3c48
@jonathanwiesel, can you comment?
Edited by Stan Hu@stanhu @rspeicher gemojione gem versions doesn't necessarily correspond to emojione releases versions.
Last 3 gemojione releases adds additional library methods and updated images for existing emoji definitions (emojione spring update).
When unicode 9.0 releases at the end of this month and emojione releases their new images and updated JSON definition file I'll release a new gemojione version.
I assume this is the spring update?
http://blog.emojipedia.org/emoji-one-releases-big-spring-update/
@stanhu even when that spring update blog post indicates the addition of the new unicode 9.0 emoji, those are not in the gemojione gem now. They were not mapped in the JSON definition of their own project, probably waiting for the official unicode 9.0 release, so I decided to leave them out for now.
Only the image changes for the current emoji were taken into consideration, you can take a look at them here: http://emojione.com/releases/
I just realised what @rspeicher was referring about the 2.2.0 version. Indeed I had my changelog outdated, just updated now. Was confused with Emojione's version 2.2.0 that is their current.
Sorry for the confusion