simple_emoji 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e82d7e25459bf89240807455b50e5eaaa5ee488d
4
- data.tar.gz: 1316108aaf09de6cbdd2ae234a3132bbf641969d
2
+ SHA256:
3
+ metadata.gz: 6d2d669ce704da91a9936760a2c91664b2b95f2805893a80740b474707e7cb54
4
+ data.tar.gz: 0db6e7f508ad27d80eb66b397a1e2aea9142238eacdf9743f4e6a63bad0163b4
5
5
  SHA512:
6
- metadata.gz: 92e7638601e09f819a4d50ab8fcb0e1f7ac442f86111339f830d8dd362670b6f6f4cde4c5243866e1847eba5b5f5705d71a3514aedb1502c94474ede990cc0f1
7
- data.tar.gz: 99a29db51318465eb6246ddeb6a15ecb752e9c2e7f24f1bfb0835acdfe2bb45c5f2fd3e6441daf8d2f8ffe78841dc945b2be30d5603a585e88233be3c27659cf
6
+ metadata.gz: b7f39fe711acc1b828afbb4f5e43f792df86544ef01b9d051e294c5787cd205755add512670a2ada6d27746fd0f49e34851931605ad339e2ecec60f5cf44052a
7
+ data.tar.gz: e860898470563afbf99bba5f70f792ab452b43fc2662b8ad6d18a08758d8a0f2eaf1d23b91fc56df73409e1ae38138ba513d3157829a3ef6ad10c8273a9a91c3
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # SimpleEmoji
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/simple_emoji`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ A large collection of ruby aliases for emojis and special symbols. Use Simple Emoji instead of using unreadable unicode characters starting with &#.
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
6
5
 
7
6
  ## Installation
8
7
 
@@ -22,13 +21,23 @@ Or install it yourself as:
22
21
 
23
22
  ## Usage
24
23
 
25
- TODO: Write usage instructions here
24
+ emoji = SimpleEmoji::Index.new
25
+
26
+ emoji.grinning_face
27
+ => 😀
28
+ emoji.winking_face
29
+ => 😜
30
+ emoji.tears_of_joy
31
+ => 😂
32
+
33
+ Refer to all aliases here: https://simple-emoji.herokuapp.com/
26
34
 
27
35
  ## Development
36
+ A emoji is enclosed within a span tag. &#128521 is the decimal code for the emoji 😜
28
37
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
38
+ The actual code rendered is
39
+ `"<span class=\"emoji-winking-face\">&#128521</span>"` which gives flexibility for css.
30
40
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
41
 
33
42
  ## Contributing
34
43
 
@@ -1,19 +1,18 @@
1
1
  {
2
- "winking_tongue": "&#128540",
3
2
  "grinning_face": "&#128512",
4
3
  "grinning_face_with_smiling_eyes": "&#128513",
5
- "tears_of_joy": "&#128514",
6
- "rofl": "&#129315",
4
+ "face_with_tears_of_joy": "&#128514",
5
+ "rolling_on_the_floor_laughing": "&#129315",
7
6
  "smiling_face_with_open_mouth": "&#128515",
8
- "smiling_face_and_eyes_with_open_mouth": "&#128516",
9
- "smiling_face_with_cold_sweat": "&#128517",
10
- "smiling_face_with_closed_eyes": "&#128517",
7
+ "smiling_face_with_open_mouth_and_smiling_eyes": "&#128516",
8
+ "smiling_face_with_open_mouth_and_cold_sweat": "&#128517",
9
+ "smiling_face_with_open_mouth_and_tightly_closed_eyes": "&#128518",
11
10
  "winking_face": "&#128521",
12
11
  "smiling_face_with_smiling_eyes": "&#128522",
13
12
  "face_savouring_delicious_food": "&#128523",
14
- "face_with_sunglasses": "&#128526",
15
- "smiling_face_with_heart_eyes": "&#128525",
16
- "face_throwing_kisses": "&#128536;",
13
+ "smiling_face_with_sunglasses": "&#128526",
14
+ "smiling_face_with_heart_shaped_eyes": "&#128525",
15
+ "face_throwing_a_kiss": "&#128536",
17
16
  "kissing_face": "&#128535",
18
17
  "kissing_face_with_smiling_eyes": "&#128537",
19
18
  "kissing_face_with_closed_eyes": "&#128538",
@@ -22,11 +21,11 @@
22
21
  "hugging_face": "&#129303",
23
22
  "thinking_face": "&#129300",
24
23
  "neutral_face": "&#128528",
25
- "expression_less_face": "&#128529",
24
+ "expressionless_face": "&#128529",
26
25
  "face_without_mouth": "&#128566",
27
- "face_with_rolling_eye": "&#128580",
26
+ "face_with_rolling_eyes": "&#128580",
28
27
  "smirking_face": "&#128527",
29
- "persevreing_face": "&#128547",
28
+ "persevering_face": "&#128547",
30
29
  "disappointed_but_relieved_face": "&#128549",
31
30
  "face_with_open_mouth": "&#128558",
32
31
  "zipper_mouth_face": "&#129296",
@@ -37,8 +36,8 @@
37
36
  "relieved_face": "&#128524",
38
37
  "nerd_face": "&#129299",
39
38
  "face_with_stuck_out_tongue": "&#128539",
40
- "stuck_out_tongue_winking_eye": "&#128540",
41
- "stuck_out_tongue_and_closed_eyes": "&#128541",
39
+ "face_with_stuck_out_tongue_and_winking_eye": "&#128540",
40
+ "face_with_stuck_out_tongue_and_tightly_closed_eyes": "&#128541",
42
41
  "drooling_face": "&#129316",
43
42
  "unamused_face": "&#128530",
44
43
  "face_with_cold_sweat": "&#128531",
@@ -60,11 +59,11 @@
60
59
  "fearful_face": "&#128552",
61
60
  "weary_face": "&#128553",
62
61
  "grimacing_face": "&#128556",
63
- "open_mouth_and_cold_sweat": "&#128560",
64
- "face_screaming_with_fear": "&#128561",
62
+ "face_with_open_mouth_and_cold_sweat": "&#128560",
63
+ "face_screaming_in_fear": "&#128561",
65
64
  "flushed_face": "&#128563",
66
65
  "dizzy_face": "&#128565",
67
- "very_angry_face": "&#128545",
66
+ "pouting_face": "&#128545",
68
67
  "angry_face": "&#128544",
69
68
  "smiling_face_with_halo": "&#128519",
70
69
  "face_with_cowboy_hat": "&#129312",
@@ -76,27 +75,547 @@
76
75
  "nauseated_face": "&#129314",
77
76
  "sneezing_face": "&#129319",
78
77
  "smiling_face_with_horns": "&#128520",
79
- "angry_face_with_horns": "&#128127",
78
+ "imp": "&#128127",
80
79
  "japanese_ogre": "&#128121",
81
80
  "japanese_goblin": "&#128122",
82
81
  "skull": "&#128128",
83
- "skull_and_cross_bones": "&#9760",
82
+ "skull_and_crossbones": "&#9760",
84
83
  "ghost": "&#128123",
85
- "alien": "&#128125",
84
+ "extraterrestrial_alien": "&#128125",
86
85
  "alien_monster": "&#128126",
87
86
  "robot_face": "&#129302",
88
87
  "pile_of_poo": "&#128169",
89
- "smiling_cat_with_open_mouth": "&#128570",
90
- "smiling_cat_with_smiling_eyes": "&#128568",
91
- "cat_with_tears_of_joy": "&#128569",
92
- "cat_with_heart_eyes": "&#128571",
93
- "cat_with_wry_face": "&#128572",
94
- "kissing_cat": "&#128573",
88
+ "smiling_cat_face_with_open_mouth": "&#128570",
89
+ "grinning_cat_face_with_smiling_eyes": "&#128568",
90
+ "cat_face_with_tears_of_joy": "&#128569",
91
+ "smiling_cat_face_with_heart_shaped_eyes": "&#128571",
92
+ "cat_face_with_wry_smile": "&#128572",
93
+ "kissing_cat_face_with_closed_eyes": "&#128573",
95
94
  "weary_cat_face": "&#128576",
96
95
  "crying_cat_face": "&#128575",
97
96
  "pouting_cat_face": "&#128574",
98
- "see_no_evil": "&#128584",
99
- "hear_no_evil": "&#128585",
100
- "speak_no_evil": "&#128586",
101
- "boy": "&#128102"
102
- }
97
+ "see_no_evil_monkey": "&#128584",
98
+ "hear_no_evil_monkey": "&#128585",
99
+ "speak_no_evil_monkey": "&#128586",
100
+ "boy": "&#128102",
101
+ "boy_type_1_2": "&#128102 &#127995",
102
+ "boy_type_3": "&#128102 &#127996",
103
+ "boy_type_4": "&#128102 &#127997",
104
+ "boy_type_5": "&#128102 &#127998",
105
+ "boy_type_6": "&#128102 &#127999",
106
+ "girl": "&#128103",
107
+ "girl_type_1_2": "&#128103 &#127995",
108
+ "girl_type_3": "&#128103 &#127996",
109
+ "girl_type_4": "&#128103 &#127997",
110
+ "girl_type_5": "&#128103 &#127998",
111
+ "girl_type_6": "&#128103 &#127999",
112
+ "man": "&#128104",
113
+ "man_type_1_2": "&#128104 &#127995",
114
+ "man_type_3": "&#128104 &#127996",
115
+ "man_type_4": "&#128104 &#127997",
116
+ "man_type_5": "&#128104 &#127998",
117
+ "man_type_6": "&#128104 &#127999",
118
+ "woman": "&#128105",
119
+ "woman_type_1_2": "&#128105 &#127995",
120
+ "woman_type_3": "&#128105 &#127996",
121
+ "woman_type_4": "&#128105 &#127997",
122
+ "woman_type_5": "&#128105 &#127998",
123
+ "woman_type_6": "&#128105 &#127999",
124
+ "older_man": "&#128116",
125
+ "old_man_type_1_2": "&#128116 &#127995",
126
+ "old_man_type_3": "&#128116 &#127996",
127
+ "old_man_type_4": "&#128116 &#127997",
128
+ "old_man_type_5": "&#128116 &#127998",
129
+ "old_man_type_6": "&#128116 &#127999",
130
+ "older_woman": "&#128117",
131
+ "old_woman_type_1_2": "&#128117 &#127995",
132
+ "old_woman_type_3": "&#128117 &#127996",
133
+ "old_woman_type_4": "&#128117 &#127997",
134
+ "old_woman_type_5": "&#128117 &#127998",
135
+ "old_woman_type_6": "&#128117 &#127999",
136
+ "baby": "&#128118",
137
+ "baby_type_1_2": "&#128118 &#127995",
138
+ "baby_type_3": "&#128118 &#127996",
139
+ "baby_type_4": "&#128118 &#127997",
140
+ "baby_type_5": "&#128118 &#127998",
141
+ "baby_type_6": "&#128118 &#127999",
142
+ "baby_angel": "&#128124",
143
+ "baby_angel_type_1_2": "&#128124 &#127995",
144
+ "baby_angel_type_3": "&#128124 &#127996",
145
+ "baby_angel_type_4": "&#128124 &#127997",
146
+ "baby_angel_type_5": "&#128124 &#127998",
147
+ "baby_angel_type_6": "&#128124 &#127999",
148
+ "police_officer": "&#128110",
149
+ "police_officer_type_1_2": "&#128110 &#127995",
150
+ "police_officer_type_3": "&#128110 &#127996",
151
+ "police_officer_type_4": "&#128110 &#127997",
152
+ "police_officer_type_5": "&#128110 &#127998",
153
+ "police_officer_type_6": "&#128110 &#127999",
154
+ "sleuth_or_spy": "&#128373",
155
+ "detective_type_1_2": "&#128373 &#127995",
156
+ "detective_type_3": "&#128373 &#127996",
157
+ "detective_type_4": "&#128373 &#127997",
158
+ "detective_type_5": "&#128373 &#127998",
159
+ "detective_type_6": "&#128373 &#127999",
160
+ "guardsman": "&#128130",
161
+ "guardsman_type_1_2": "&#128130 &#127995",
162
+ "guardsman_type_3": "&#128130 &#127996",
163
+ "guardsman_type_4": "&#128130 &#127997",
164
+ "guardsman_type_5": "&#128130 &#127998",
165
+ "guardsman_type_6": "&#128130 &#127999",
166
+ "construction_worker": "&#128119",
167
+ "construction_worker_type_1_2": "&#128119 &#127995",
168
+ "construction_worker_type_3": "&#128119 &#127996",
169
+ "construction_worker_type_4": "&#128119 &#127997",
170
+ "construction_worker_type_5": "&#128119 &#127998",
171
+ "construction_worker_type_6": "&#128119 &#127999",
172
+ "man_with_turban": "&#128115",
173
+ "person_with_turban_type_1_2": "&#128115 &#127995",
174
+ "person_with_turban_type_3": "&#128115 &#127996",
175
+ "person_with_turban_type_4": "&#128115 &#127997",
176
+ "person_with_turban_type_5": "&#128115 &#127998",
177
+ "person_with_turban_type_6": "&#128115 &#127999",
178
+ "person_with_blond_hair": "&#128113",
179
+ "blond_person_type_1_2": "&#128113 &#127995",
180
+ "blond_person_type_3": "&#128113 &#127996",
181
+ "blond_person_type_4": "&#128113 &#127997",
182
+ "blond_person_type_5": "&#128113 &#127998",
183
+ "blond_person_type_6": "&#128113 &#127999",
184
+ "father_christmas": "&#127877",
185
+ "santa_claus_type_1_2": "&#127877 &#127995",
186
+ "santa_claus_type_3": "&#127877 &#127996",
187
+ "santa_claus_type_4": "&#127877 &#127997",
188
+ "santa_claus_type_5": "&#127877 &#127998",
189
+ "santa_claus_type_6": "&#127877 &#127999",
190
+ "mother_christmas": "&#129334",
191
+ "mother_christmas_type_1_2": "&#129334 &#127995",
192
+ "mother_christmas_type_3": "&#129334 &#127996",
193
+ "mother_christmas_type_4": "&#129334 &#127997",
194
+ "mother_christmas_type_5": "&#129334 &#127998",
195
+ "mother_christmas_type_6": "&#129334 &#127999",
196
+ "princess": "&#128120",
197
+ "princess_type_1_2": "&#128120 &#127995",
198
+ "princess_type_3": "&#128120 &#127996",
199
+ "princess_type_4": "&#128120 &#127997",
200
+ "princess_type_5": "&#128120 &#127998",
201
+ "princess_type_6": "&#128120 &#127999",
202
+ "prince": "&#129332",
203
+ "prince_type_1_2": "&#129332 &#127995",
204
+ "prince_type_3": "&#129332 &#127996",
205
+ "prince_type_4": "&#129332 &#127997",
206
+ "prince_type_5": "&#129332 &#127998",
207
+ "prince_type_6": "&#129332 &#127999",
208
+ "bride_with_veil": "&#128112",
209
+ "bride_with_veil_type_1_2": "&#128112 &#127995",
210
+ "bride_with_veil_type_3": "&#128112 &#127996",
211
+ "bride_with_veil_type_4": "&#128112 &#127997",
212
+ "bride_with_veil_type_5": "&#128112 &#127998",
213
+ "bride_with_veil_type_6": "&#128112 &#127999",
214
+ "man_in_tuxedo": "&#129333",
215
+ "man_in_tuxedo_type_1_2": "&#129333 &#127995",
216
+ "man_in_tuxedo_type_3": "&#129333 &#127996",
217
+ "man_in_tuxedo_type_4": "&#129333 &#127997",
218
+ "man_in_tuxedo_type_5": "&#129333 &#127998",
219
+ "man_in_tuxedo_type_6": "&#129333 &#127999",
220
+ "pregnant_woman": "&#129328",
221
+ "pregnant_woman_type_1_2": "&#129328 &#127995",
222
+ "pregnant_woman_type_3": "&#129328 &#127996",
223
+ "pregnant_woman_type_4": "&#129328 &#127997",
224
+ "pregnant_woman_type_5": "&#129328 &#127998",
225
+ "pregnant_woman_type_6": "&#129328 &#127999",
226
+ "man_with_gua_pi_mao": "&#128114",
227
+ "man_with_chinese_cap_type_1_2": "&#128114 &#127995",
228
+ "man_with_chinese_cap_type_3": "&#128114 &#127996",
229
+ "man_with_chinese_cap_type_4": "&#128114 &#127997",
230
+ "man_with_chinese_cap_type_5": "&#128114 &#127998",
231
+ "man_with_chinese_cap_type_6": "&#128114 &#127999",
232
+ "person_frowning": "&#128589",
233
+ "person_frowning_type_1_2": "&#128589 &#127995",
234
+ "person_frowning_type_3": "&#128589 &#127996",
235
+ "person_frowning_type_4": "&#128589 &#127997",
236
+ "person_frowning_type_5": "&#128589 &#127998",
237
+ "person_frowning_type_6": "&#128589 &#127999",
238
+ "person_with_pouting_face": "&#128590",
239
+ "person_pouting_type_1_2": "&#128590 &#127995",
240
+ "person_pouting_type_3": "&#128590 &#127996",
241
+ "person_pouting_type_4": "&#128590 &#127997",
242
+ "person_pouting_type_5": "&#128590 &#127998",
243
+ "person_pouting_type_6": "&#128590 &#127999",
244
+ "face_with_no_good_gesture": "&#128581",
245
+ "person_gesturing_not_ok_type_1_2": "&#128581 &#127995",
246
+ "person_gesturing_not_ok_type_3": "&#128581 &#127996",
247
+ "person_gesturing_not_ok_type_4": "&#128581 &#127997",
248
+ "person_gesturing_not_ok_type_5": "&#128581 &#127998",
249
+ "person_gesturing_not_ok_type_6": "&#128581 &#127999",
250
+ "face_with_ok_gesture": "&#128582",
251
+ "person_gesturing_ok_type_1_2": "&#128582 &#127995",
252
+ "person_gesturing_ok_type_3": "&#128582 &#127996",
253
+ "person_gesturing_ok_type_4": "&#128582 &#127997",
254
+ "person_gesturing_ok_type_5": "&#128582 &#127998",
255
+ "person_gesturing_ok_type_6": "&#128582 &#127999",
256
+ "information_desk_person": "&#128129",
257
+ "person_tipping_hand_type_1_2": "&#128129 &#127995",
258
+ "person_tipping_hand_type_3": "&#128129 &#127996",
259
+ "person_tipping_hand_type_4": "&#128129 &#127997",
260
+ "person_tipping_hand_type_5": "&#128129 &#127998",
261
+ "person_tipping_hand_type_6": "&#128129 &#127999",
262
+ "happy_person_raising_one_hand": "&#128587",
263
+ "person_raising_hand_type_1_2": "&#128587 &#127995",
264
+ "person_raising_hand_type_3": "&#128587 &#127996",
265
+ "person_raising_hand_type_4": "&#128587 &#127997",
266
+ "person_raising_hand_type_5": "&#128587 &#127998",
267
+ "person_raising_hand_type_6": "&#128587 &#127999",
268
+ "person_bowing_deeply": "&#128583",
269
+ "person_bowing_type_1_2": "&#128583 &#127995",
270
+ "person_bowing_type_3": "&#128583 &#127996",
271
+ "person_bowing_type_4": "&#128583 &#127997",
272
+ "person_bowing_type_5": "&#128583 &#127998",
273
+ "person_bowing_type_6": "&#128583 &#127999",
274
+ "face_palm": "&#129318",
275
+ "person_facepalming_type_1_2": "&#129318 &#127995",
276
+ "person_facepalming_type_3": "&#129318 &#127996",
277
+ "person_facepalming_type_4": "&#129318 &#127997",
278
+ "person_facepalming_type_5": "&#129318 &#127998",
279
+ "person_facepalming_type_6": "&#129318 &#127999",
280
+ "shrug": "&#129335",
281
+ "person_shrugging_type_1_2": "&#129335 &#127995",
282
+ "person_shrugging_type_3": "&#129335 &#127996",
283
+ "person_shrugging_type_4": "&#129335 &#127997",
284
+ "person_shrugging_type_5": "&#129335 &#127998",
285
+ "person_shrugging_type_6": "&#129335 &#127999",
286
+ "face_massage": "&#128134",
287
+ "person_getting_massage_type_1_2": "&#128134 &#127995",
288
+ "person_getting_massage_type_3": "&#128134 &#127996",
289
+ "person_getting_massage_type_4": "&#128134 &#127997",
290
+ "person_getting_massage_type_5": "&#128134 &#127998",
291
+ "person_getting_massage_type_6": "&#128134 &#127999",
292
+ "haircut": "&#128135",
293
+ "person_getting_haircut_type_1_2": "&#128135 &#127995",
294
+ "person_getting_haircut_type_3": "&#128135 &#127996",
295
+ "person_getting_haircut_type_4": "&#128135 &#127997",
296
+ "person_getting_haircut_type_5": "&#128135 &#127998",
297
+ "person_getting_haircut_type_6": "&#128135 &#127999",
298
+ "pedestrian": "&#128694",
299
+ "person_walking_type_1_2": "&#128694 &#127995",
300
+ "person_walking_type_3": "&#128694 &#127996",
301
+ "person_walking_type_4": "&#128694 &#127997",
302
+ "person_walking_type_5": "&#128694 &#127998",
303
+ "person_walking_type_6": "&#128694 &#127999",
304
+ "runner": "&#127939",
305
+ "person_running_type_1_2": "&#127939 &#127995",
306
+ "person_running_type_3": "&#127939 &#127996",
307
+ "person_running_type_4": "&#127939 &#127997",
308
+ "person_running_type_5": "&#127939 &#127998",
309
+ "person_running_type_6": "&#127939 &#127999",
310
+ "dancer": "&#128131",
311
+ "woman_dancing_type_1_2": "&#128131 &#127995",
312
+ "woman_dancing_type_3": "&#128131 &#127996",
313
+ "woman_dancing_type_4": "&#128131 &#127997",
314
+ "woman_dancing_type_5": "&#128131 &#127998",
315
+ "woman_dancing_type_6": "&#128131 &#127999",
316
+ "man_dancing": "&#128378",
317
+ "man_dancing_type_1_2": "&#128378 &#127995",
318
+ "man_dancing_type_3": "&#128378 &#127996",
319
+ "man_dancing_type_4": "&#128378 &#127997",
320
+ "man_dancing_type_5": "&#128378 &#127998",
321
+ "man_dancing_type_6": "&#128378 &#127999",
322
+ "woman_with_bunny_ears": "&#128111",
323
+ "man_in_business_suit_levitating": "&#128372",
324
+ "speaking_head_in_silhouette": "&#128483",
325
+ "bust_in_silhouette": "&#128100",
326
+ "busts_in_silhouette": "&#128101",
327
+ "man_and_woman_holding_hands": "&#128107",
328
+ "two_men_holding_hands": "&#128108",
329
+ "two_women_holding_hands": "&#128109",
330
+ "kiss": "&#128143",
331
+ "kiss_woman_man": "&#128105 &#8205 &#10084 &#65039 &#8205 &#128139 &#8205 &#128104",
332
+ "kiss_man_man": "&#128104 &#8205 &#10084 &#65039 &#8205 &#128139 &#8205 &#128104",
333
+ "kiss_woman_woman": "&#128105 &#8205 &#10084 &#65039 &#8205 &#128139 &#8205 &#128105",
334
+ "couple_with_heart": "&#128145",
335
+ "couple_with_heart_woman_man": "&#128105 &#8205 &#10084 &#65039 &#8205 &#128104 ",
336
+ "couple_with_heart_man_man": "&#128104 &#8205 &#10084 &#65039 &#8205 &#128104 ",
337
+ "couple_with_heart_woman_woman": "&#128105 &#8205 &#10084 &#65039 &#8205 &#128105 ",
338
+ "family": "&#128106",
339
+ "family_man_woman_boy": "&#128104 &#8205 &#128105 &#8205 &#128102 ",
340
+ "family_man_woman_girl": "&#128104 &#8205 &#128105 &#8205 &#128103 ",
341
+ "family_man_woman_girl_boy": "&#128104 &#8205 &#128105 &#8205 &#128103 &#8205 &#128102 ",
342
+ "family_man_woman_boy_boy": "&#128104 &#8205 &#128105 &#8205 &#128102 &#8205 &#128102 ",
343
+ "family_man_woman_girl_girl": "&#128104 &#8205 &#128105 &#8205 &#128103 &#8205 &#128103 ",
344
+ "family_man_man_boy": "&#128104 &#8205 &#128104 &#8205 &#128102 ",
345
+ "family_man_man_girl": "&#128104 &#8205 &#128104 &#8205 &#128103 ",
346
+ "family_man_man_girl_boy": "&#128104 &#8205 &#128104 &#8205 &#128103 &#8205 &#128102 ",
347
+ "family_man_man_boy_boy": "&#128104 &#8205 &#128104 &#8205 &#128102 &#8205 &#128102 ",
348
+ "family_man_man_girl_girl": "&#128104 &#8205 &#128104 &#8205 &#128103 &#8205 &#128103 ",
349
+ "family_woman_woman_boy": "&#128105 &#8205 &#128105 &#8205 &#128102 ",
350
+ "family_woman_woman_girl": "&#128105 &#8205 &#128105 &#8205 &#128103 ",
351
+ "family_woman_woman_girl_boy": "&#128105 &#8205 &#128105 &#8205 &#128103 &#8205 &#128102 ",
352
+ "family_woman_woman_boy_boy": "&#128105 &#8205 &#128105 &#8205 &#128102 &#8205 &#128102 ",
353
+ "family_woman_woman_girl_girl": "&#128105 &#8205 &#128105 &#8205 &#128103 &#8205 &#128103 ",
354
+ "emoji_modifier_fitzpatrick_type_1_2": "&#127995",
355
+ "emoji_modifier_fitzpatrick_type_3": "&#127996",
356
+ "emoji_modifier_fitzpatrick_type_4": "&#127997",
357
+ "emoji_modifier_fitzpatrick_type_5": "&#127998",
358
+ "emoji_modifier_fitzpatrick_type_6": "&#127999",
359
+ "flexed_biceps": "&#128170",
360
+ "flexed_biceps_type_1_2": "&#128170 &#127995",
361
+ "flexed_biceps_type_3": "&#128170 &#127996",
362
+ "flexed_biceps_type_4": "&#128170 &#127997",
363
+ "flexed_biceps_type_5": "&#128170 &#127998",
364
+ "flexed_biceps_type_6": "&#128170 &#127999",
365
+ "selfie": "&#129331",
366
+ "selfie_type_1_2": "&#129331 &#127995",
367
+ "selfie_type_3": "&#129331 &#127996",
368
+ "selfie_type_4": "&#129331 &#127997",
369
+ "selfie_type_5": "&#129331 &#127998",
370
+ "selfie_type_6": "&#129331 &#127999",
371
+ "white_left_pointing_backhand_index": "&#128072",
372
+ "backhand_index_pointing_left_type_1_2": "&#128072 &#127995",
373
+ "backhand_index_pointing_left_type_3": "&#128072 &#127996",
374
+ "backhand_index_pointing_left_type_4": "&#128072 &#127997",
375
+ "backhand_index_pointing_left_type_5": "&#128072 &#127998",
376
+ "backhand_index_pointing_left_type_6": "&#128072 &#127999",
377
+ "white_right_pointing_backhand_index": "&#128073",
378
+ "backhand_index_pointing_right_type_1_2": "&#128073 &#127995",
379
+ "backhand_index_pointing_right_type_3": "&#128073 &#127996",
380
+ "backhand_index_pointing_right_type_4": "&#128073 &#127997",
381
+ "backhand_index_pointing_right_type_5": "&#128073 &#127998",
382
+ "backhand_index_pointing_right_type_6": "&#128073 &#127999",
383
+ "white_up_pointing_index": "&#9757",
384
+ "index_pointing_up_type_1_2": "&#9757 &#127995",
385
+ "index_pointing_up_type_3": "&#9757 &#127996",
386
+ "index_pointing_up_type_4": "&#9757 &#127997",
387
+ "index_pointing_up_type_5": "&#9757 &#127998",
388
+ "index_pointing_up_type_6": "&#9757 &#127999",
389
+ "white_up_pointing_backhand_index": "&#128070",
390
+ "backhand_index_pointing_up_type_1_2": "&#128070 &#127995",
391
+ "backhand_index_pointing_up_type_3": "&#128070 &#127996",
392
+ "backhand_index_pointing_up_type_4": "&#128070 &#127997",
393
+ "backhand_index_pointing_up_type_5": "&#128070 &#127998",
394
+ "backhand_index_pointing_up_type_6": "&#128070 &#127999",
395
+ "reversed_hand_with_middle_finger_extended": "&#128405",
396
+ "middle_finger_type_1_2": "&#128405 &#127995",
397
+ "middle_finger_type_3": "&#128405 &#127996",
398
+ "middle_finger_type_4": "&#128405 &#127997",
399
+ "middle_finger_type_5": "&#128405 &#127998",
400
+ "middle_finger_type_6": "&#128405 &#127999",
401
+ "white_down_pointing_backhand_index": "&#128071",
402
+ "backhand_index_pointing_down_type_1_2": "&#128071 &#127995",
403
+ "backhand_index_pointing_down_type_3": "&#128071 &#127996",
404
+ "backhand_index_pointing_down_type_4": "&#128071 &#127997",
405
+ "backhand_index_pointing_down_type_5": "&#128071 &#127998",
406
+ "backhand_index_pointing_down_type_6": "&#128071 &#127999",
407
+ "victory_hand": "&#9996",
408
+ "victory_hand_type_1_2": "&#9996 &#127995",
409
+ "victory_hand_type_3": "&#9996 &#127996",
410
+ "victory_hand_type_4": "&#9996 &#127997",
411
+ "victory_hand_type_5": "&#9996 &#127998",
412
+ "victory_hand_type_6": "&#9996 &#127999",
413
+ "hand_with_index_and_middle_fingers_crossed": "&#129310",
414
+ "crossed_fingers_type_1_2": "&#129310 &#127995",
415
+ "crossed_fingers_type_3": "&#129310 &#127996",
416
+ "crossed_fingers_type_4": "&#129310 &#127997",
417
+ "crossed_fingers_type_5": "&#129310 &#127998",
418
+ "crossed_fingers_type_6": "&#129310 &#127999",
419
+ "raised_hand_with_part_between_middle_and_ring_fingers": "&#128406",
420
+ "vulcan_salute_type_1_2": "&#128406 &#127995",
421
+ "vulcan_salute_type_3": "&#128406 &#127996",
422
+ "vulcan_salute_type_4": "&#128406 &#127997",
423
+ "vulcan_salute_type_5": "&#128406 &#127998",
424
+ "vulcan_salute_type_6": "&#128406 &#127999",
425
+ "sign_of_the_horns": "&#129304",
426
+ "sign_of_the_horns_type_1_2": "&#129304 &#127995",
427
+ "sign_of_the_horns_type_3": "&#129304 &#127996",
428
+ "sign_of_the_horns_type_4": "&#129304 &#127997",
429
+ "sign_of_the_horns_type_5": "&#129304 &#127998",
430
+ "sign_of_the_horns_type_6": "&#129304 &#127999",
431
+ "call_me_hand": "&#129305",
432
+ "call_me_hand_type_1_2": "&#129305 &#127995",
433
+ "call_me_hand_type_3": "&#129305 &#127996",
434
+ "call_me_hand_type_4": "&#129305 &#127997",
435
+ "call_me_hand_type_5": "&#129305 &#127998",
436
+ "call_me_hand_type_6": "&#129305 &#127999",
437
+ "raised_hand_with_fingers_splayed": "&#128400",
438
+ "raised_hand_with_fingers_splayed_type_1_2": "&#128400 &#127995",
439
+ "raised_hand_with_fingers_splayed_type_3": "&#128400 &#127996",
440
+ "raised_hand_with_fingers_splayed_type_4": "&#128400 &#127997",
441
+ "raised_hand_with_fingers_splayed_type_5": "&#128400 &#127998",
442
+ "raised_hand_with_fingers_splayed_type_6": "&#128400 &#127999",
443
+ "raised_hand": "&#9995",
444
+ "raised_hand_type_1_2": "&#9995 &#127995",
445
+ "raised_hand_type_3": "&#9995 &#127996",
446
+ "raised_hand_type_4": "&#9995 &#127997",
447
+ "raised_hand_type_5": "&#9995 &#127998",
448
+ "raised_hand_type_6": "&#9995 &#127999",
449
+ "ok_hand_sign": "&#128076",
450
+ "ok_hand_type_1_2": "&#128076 &#127995",
451
+ "ok_hand_type_3": "&#128076 &#127996",
452
+ "ok_hand_type_4": "&#128076 &#127997",
453
+ "ok_hand_type_5": "&#128076 &#127998",
454
+ "ok_hand_type_6": "&#128076 &#127999",
455
+ "thumbs_up_sign": "&#128077",
456
+ "thumbs_up_type_1_2": "&#128077 &#127995",
457
+ "thumbs_up_type_3": "&#128077 &#127996",
458
+ "thumbs_up_type_4": "&#128077 &#127997",
459
+ "thumbs_up_type_5": "&#128077 &#127998",
460
+ "thumbs_up_type_6": "&#128077 &#127999",
461
+ "thumbs_down_sign": "&#128078",
462
+ "thumbs_down_type_1_2": "&#128078 &#127995",
463
+ "thumbs_down_type_3": "&#128078 &#127996",
464
+ "thumbs_down_type_4": "&#128078 &#127997",
465
+ "thumbs_down_type_5": "&#128078 &#127998",
466
+ "thumbs_down_type_6": "&#128078 &#127999",
467
+ "raised_fist": "&#9994",
468
+ "raised_fist_type_1_2": "&#9994 &#127995",
469
+ "raised_fist_type_3": "&#9994 &#127996",
470
+ "raised_fist_type_4": "&#9994 &#127997",
471
+ "raised_fist_type_5": "&#9994 &#127998",
472
+ "raised_fist_type_6": "&#9994 &#127999",
473
+ "fisted_hand_sign": "&#128074",
474
+ "oncoming_fist_type_1_2": "&#128074 &#127995",
475
+ "oncoming_fist_type_3": "&#128074 &#127996",
476
+ "oncoming_fist_type_4": "&#128074 &#127997",
477
+ "oncoming_fist_type_5": "&#128074 &#127998",
478
+ "oncoming_fist_type_6": "&#128074 &#127999",
479
+ "left_facing_fist": "&#129307",
480
+ "left_facing_fist_type_1_2": "&#129307 &#127995",
481
+ "left_facing_fist_type_3": "&#129307 &#127996",
482
+ "left_facing_fist_type_4": "&#129307 &#127997",
483
+ "left_facing_fist_type_5": "&#129307 &#127998",
484
+ "left_facing_fist_type_6": "&#129307 &#127999",
485
+ "right_facing_fist": "&#129308",
486
+ "right_facing_fist_type_1_2": "&#129308 &#127995",
487
+ "right_facing_fist_type_3": "&#129308 &#127996",
488
+ "right_facing_fist_type_4": "&#129308 &#127997",
489
+ "right_facing_fist_type_5": "&#129308 &#127998",
490
+ "right_facing_fist_type_6": "&#129308 &#127999",
491
+ "raised_back_of_hand": "&#129306",
492
+ "raised_back_of_hand_type_1_2": "&#129306 &#127995",
493
+ "raised_back_of_hand_type_3": "&#129306 &#127996",
494
+ "raised_back_of_hand_type_4": "&#129306 &#127997",
495
+ "raised_back_of_hand_type_5": "&#129306 &#127998",
496
+ "raised_back_of_hand_type_6": "&#129306 &#127999",
497
+ "waving_hand_sign": "&#128075",
498
+ "waving_hand_type_1_2": "&#128075 &#127995",
499
+ "waving_hand_type_3": "&#128075 &#127996",
500
+ "waving_hand_type_4": "&#128075 &#127997",
501
+ "waving_hand_type_5": "&#128075 &#127998",
502
+ "waving_hand_type_6": "&#128075 &#127999",
503
+ "clapping_hands_sign": "&#128079",
504
+ "clapping_hands_type_1_2": "&#128079 &#127995",
505
+ "clapping_hands_type_3": "&#128079 &#127996",
506
+ "clapping_hands_type_4": "&#128079 &#127997",
507
+ "clapping_hands_type_5": "&#128079 &#127998",
508
+ "clapping_hands_type_6": "&#128079 &#127999",
509
+ "writing_hand": "&#9997",
510
+ "writing_hand_type_1_2": "&#9997 &#127995",
511
+ "writing_hand_type_3": "&#9997 &#127996",
512
+ "writing_hand_type_4": "&#9997 &#127997",
513
+ "writing_hand_type_5": "&#9997 &#127998",
514
+ "writing_hand_type_6": "&#9997 &#127999",
515
+ "open_hands_sign": "&#128080",
516
+ "open_hands_type_1_2": "&#128080 &#127995",
517
+ "open_hands_type_3": "&#128080 &#127996",
518
+ "open_hands_type_4": "&#128080 &#127997",
519
+ "open_hands_type_5": "&#128080 &#127998",
520
+ "open_hands_type_6": "&#128080 &#127999",
521
+ "person_raising_both_hands_in_celebration": "&#128588",
522
+ "person_raising_hands_type_1_2": "&#128588 &#127995",
523
+ "person_raising_hands_type_3": "&#128588 &#127996",
524
+ "person_raising_hands_type_4": "&#128588 &#127997",
525
+ "person_raising_hands_type_5": "&#128588 &#127998",
526
+ "person_raising_hands_type_6": "&#128588 &#127999",
527
+ "person_with_folded_hands": "&#128591",
528
+ "folded_hands_type_1_2": "&#128591 &#127995",
529
+ "folded_hands_type_3": "&#128591 &#127996",
530
+ "folded_hands_type_4": "&#128591 &#127997",
531
+ "folded_hands_type_5": "&#128591 &#127998",
532
+ "folded_hands_type_6": "&#128591 &#127999",
533
+ "handshake": "&#129309",
534
+ "handshake_type_1_2": "&#129309 &#127995",
535
+ "handshake_type_3": "&#129309 &#127996",
536
+ "handshake_type_4": "&#129309 &#127997",
537
+ "handshake_type_5": "&#129309 &#127998",
538
+ "handshake_type_6": "&#129309 &#127999",
539
+ "nail_polish": "&#128133",
540
+ "nail_polish_type_1_2": "&#128133 &#127995",
541
+ "nail_polish_type_3": "&#128133 &#127996",
542
+ "nail_polish_type_4": "&#128133 &#127997",
543
+ "nail_polish_type_5": "&#128133 &#127998",
544
+ "nail_polish_type_6": "&#128133 &#127999",
545
+ "ear": "&#128066",
546
+ "ear_type_1_2": "&#128066 &#127995",
547
+ "ear_type_3": "&#128066 &#127996",
548
+ "ear_type_4": "&#128066 &#127997",
549
+ "ear_type_5": "&#128066 &#127998",
550
+ "ear_type_6": "&#128066 &#127999",
551
+ "nose": "&#128067",
552
+ "nose_type_1_2": "&#128067 &#127995",
553
+ "nose_type_3": "&#128067 &#127996",
554
+ "nose_type_4": "&#128067 &#127997",
555
+ "nose_type_5": "&#128067 &#127998",
556
+ "nose_type_6": "&#128067 &#127999",
557
+ "footprints": "&#128099",
558
+ "eyes": "&#128064",
559
+ "eye": "&#128065",
560
+ "eye_left_speech_bubble": "&#128065 &#8205 &#128488",
561
+ "tongue": "&#128069",
562
+ "mouth": "&#128068",
563
+ "kiss_mark": "&#128139",
564
+ "heart_with_arrow": "&#128152",
565
+ "heavy_black_heart": "&#10084",
566
+ "beating_heart": "&#128147",
567
+ "broken_heart": "&#128148",
568
+ "two_hearts": "&#128149",
569
+ "sparkling_heart": "&#128150",
570
+ "growing_heart": "&#128151",
571
+ "blue_heart": "&#128153",
572
+ "green_heart": "&#128154",
573
+ "yellow_heart": "&#128155",
574
+ "purple_heart": "&#128156",
575
+ "black_heart": "&#128420",
576
+ "heart_with_ribbon": "&#128157",
577
+ "revolving_hearts": "&#128158",
578
+ "heart_decoration": "&#128159",
579
+ "heavy_heart_exclamation_mark_ornament": "&#10083",
580
+ "love_letter": "&#128140",
581
+ "sleeping_symbol": "&#128164",
582
+ "anger_symbol": "&#128162",
583
+ "bomb": "&#128163",
584
+ "collision_symbol": "&#128165",
585
+ "splashing_sweat_symbol": "&#128166",
586
+ "dash_symbol": "&#128168",
587
+ "dizzy_symbol": "&#128171",
588
+ "speech_balloon": "&#128172",
589
+ "left_speech_bubble": "&#128488",
590
+ "right_anger_bubble": "&#128495",
591
+ "thought_balloon": "&#128173",
592
+ "hole": "&#128371",
593
+ "eyeglasses": "&#128083",
594
+ "dark_sunglasses": "&#128374",
595
+ "necktie": "&#128084",
596
+ "t_shirt": "&#128085",
597
+ "jeans": "&#128086",
598
+ "dress": "&#128087",
599
+ "kimono": "&#128088",
600
+ "bikini": "&#128089",
601
+ "womans_clothes": "&#128090",
602
+ "purse": "&#128091",
603
+ "handbag": "&#128092",
604
+ "pouch": "&#128093",
605
+ "shopping_bags": "&#128717",
606
+ "school_satchel": "&#127890",
607
+ "mans_shoe": "&#128094",
608
+ "athletic_shoe": "&#128095",
609
+ "high_heeled_shoe": "&#128096",
610
+ "womans_sandal": "&#128097",
611
+ "womans_boots": "&#128098",
612
+ "crown": "&#128081",
613
+ "womans_hat": "&#128082",
614
+ "top_hat": "&#127913",
615
+ "graduation_cap": "&#127891",
616
+ "helmet_with_white_cross": "&#9937",
617
+ "prayer_beads": "&#128255",
618
+ "lipstick": "&#128132",
619
+ "ring": "&#128141",
620
+ "gem_stone": "&#128142"
621
+ }
@@ -1,3 +1,3 @@
1
1
  module SimpleEmoji
2
- VERSION = "0.2.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_emoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Srinidhi G S
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-10 00:00:00.000000000 Z
11
+ date: 2019-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.6.14
101
+ rubygems_version: 2.7.7
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Emoji from it's name. No more unreadable unicode