Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rumoji
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
rumoji
Commits
c66c4738
Unverified
Commit
c66c4738
authored
Feb 15, 2018
by
Colin Rice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding missing symbol group.
parent
68e8fd4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lib/rumoji/emoji.rb
+1
-1
lib/rumoji/emoji/food.rb
+2
-2
No files found.
lib/rumoji/emoji.rb
View file @
c66c4738
...
...
@@ -62,7 +62,7 @@ module Rumoji
autoload
:PLACES
,
'rumoji/emoji/places'
autoload
:SYMBOLS
,
'rumoji/emoji/symbols'
ALL
=
PEOPLE
|
NATURE
|
OBJECTS
|
PLACES
|
SYMBOLS
ALL
=
PEOPLE
|
NATURE
|
OBJECTS
|
PLACES
|
SYMBOLS
|
FOOD
ALL_REGEXP
=
Regexp
.
new
(
ALL
.
map
(
&
:string
).
join
(
'|'
))
...
...
lib/rumoji/emoji/food.rb
View file @
c66c4738
...
...
@@ -4,7 +4,7 @@ require 'set'
module
Rumoji
class
Emoji
FOOD
=
SortedSet
[
self
.
new
(
"
\u
{1
f34e
}"
,
[
:apple
]),
self
.
new
(
"
\u
{1
F34E
}"
,
[
:apple
]),
self
.
new
(
"
\u
{1f34c}"
,
[
:banana
]),
self
.
new
(
"
\u
{1f37a}"
,
[
:beer
]),
self
.
new
(
"
\u
{1f37b}"
,
[
:beers
]),
...
...
@@ -66,7 +66,7 @@ module Rumoji
self
.
new
(
"
\u
{1F954}"
,
[
:potato
]),
self
.
new
(
"
\u
{1F95A}"
,
[
:egg
]),
self
.
new
(
"
\u
{1F95C}"
,
[
:peanuts
]),
self
.
new
(
"
\u
{1F953}"
,
[
:bacon
]),
self
.
new
(
"
\u
{1F953}"
,
[
:bacon
]
,
"BACON"
),
self
.
new
(
"
\u
{1F950}"
,
[
:croissant
]),
self
.
new
(
"
\u
{1F95E}"
,
[
:pancakes
]),
self
.
new
(
"
\u
{1F957}"
,
[
:green_salad
]),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment