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
8470bfed
Unverified
Commit
8470bfed
authored
Feb 15, 2018
by
Colin Rice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding over 200 new emoji codes.
parent
c66c4738
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
lib/rumoji/emoji.rb
+2
-1
lib/rumoji/emoji/food.rb
+2
-1
lib/rumoji/emoji/newmoji.rb
+0
-0
No files found.
lib/rumoji/emoji.rb
View file @
8470bfed
...
...
@@ -61,8 +61,9 @@ module Rumoji
autoload
:OBJECTS
,
'rumoji/emoji/objects'
autoload
:PLACES
,
'rumoji/emoji/places'
autoload
:SYMBOLS
,
'rumoji/emoji/symbols'
autoload
:NEWMOJI
,
'rumoji/emoji/newmoji'
ALL
=
PEOPLE
|
NATURE
|
OBJECTS
|
PLACES
|
SYMBOLS
|
FOOD
ALL
=
PEOPLE
|
NATURE
|
OBJECTS
|
PLACES
|
SYMBOLS
|
FOOD
|
NEWMOJI
ALL_REGEXP
=
Regexp
.
new
(
ALL
.
map
(
&
:string
).
join
(
'|'
))
...
...
lib/rumoji/emoji/food.rb
View file @
8470bfed
...
...
@@ -73,7 +73,7 @@ module Rumoji
self
.
new
(
"
\u
{1F959}"
,
[
:stuffed_flatbread
]),
self
.
new
(
"
\u
{1F943}"
,
[
:tumbler_glass
]),
self
.
new
(
"
\u
{1F942}"
,
[
:clinking_glasses
]),
self
.
new
(
"
\u
{1F95B}"
,
[
:glass_of_milk
])
self
.
new
(
"
\u
{1F95B}"
,
[
:glass_of_milk
])
,
]
end
end
\ No newline at end of file
lib/rumoji/emoji/newmoji.rb
0 → 100644
View file @
8470bfed
This diff is collapsed.
Click to expand it.
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