Commit e937cab6 by Mark Wunsch

Merge pull request #26 from bgentry/master

add :simple_smile: to 😄 emoji for Slack compatibility
parents d9377df7 75ef8541
......@@ -6,7 +6,7 @@ require 'set'
module Rumoji
class Emoji
PEOPLE = Set[
self.new("\u{1F604}", [:smile], "SMILING FACE WITH OPEN MOUTH AND SMILING EYES"),
self.new("\u{1F604}", [:smile, :simple_smile], "SMILING FACE WITH OPEN MOUTH AND SMILING EYES"),
self.new("\u{1F606}", [:laughing], "SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES"),
self.new("\u{1F60A}", [:blush], "SMILING FACE WITH SMILING EYES"),
self.new("\u{1F603}", [:smiley], "SMILING FACE WITH OPEN MOUTH"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment