ruby_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
2
  SHA1:
3
- metadata.gz: 0820529b953e560d7992fd244b03517dc74d0a5a
4
- data.tar.gz: 54b7af012448251afdf487cc4947591eb6cf893e
3
+ metadata.gz: 191c703b43a9eb7d75a56576ed6003d026fbb335
4
+ data.tar.gz: 0444e322b078e874d2b0cb9bf3edcb67304cc4fc
5
5
  SHA512:
6
- metadata.gz: 5366c859a819f060811b441124bf1bc46d794efae1b861025fd3919e44923bb2010dfd05bec6ad64bc143cd544247e6c413dc867b8e57b88ec5079c7e7f9db2a
7
- data.tar.gz: 4f492c31d66f7b9df16c9ea777aa9091b578038c7b8e188bd19e9624b9ea0654e976f2a1dc7382b7b0b058bac8705f30c57e2f52837f02928f184fe2faa641b1
6
+ metadata.gz: 281ae23d9a5d6d780aa890f7cfb8734b0c9fcba32ae7efb89b673bb4d2061b750fa75a0643310c50c638487b2b21ea53d647e65f37d5afc80d67f5ae79b9e946
7
+ data.tar.gz: f7c129d0d031fd231e8c94e603492266abda420411f0ffed911ffd81436248dc070bb4b9b91647c12264ca2cc80b6b79ca2c7c9e3e4b0779bc967d25bf5d8805
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_emoji (0.1.0)
4
+ ruby_emoji (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -2,10 +2,8 @@
2
2
 
3
3
  A gem to convert the ":"-notation into an emoji.
4
4
 
5
- *THE GEM IS NOT YET FINISHED!*
6
-
7
- Status right now: ![68%](http://progressed.io/bar/68)
8
-
5
+ This gem is not optimised for the web (html). If you want to use something like
6
+ this but for the web please use [rails_emoji](https://github.com/jsw0528/rails_emoji)
9
7
 
10
8
  ### Build status
11
9
 
@@ -39,3 +37,25 @@ Or use the String#emoji method:
39
37
  ```ruby
40
38
  "Yay, I love emojies! :green_heart:".emoji # => "Yay, I love emojies! 💚"
41
39
  ```
40
+
41
+ ### Testing
42
+
43
+ ```bash
44
+ $ bundle exec rake test
45
+ ```
46
+
47
+
48
+ ### Contributing
49
+
50
+ If there is any thing you'd like to contribute or fix, please:
51
+
52
+ - Fork the repo
53
+ - Add tests for any new functionality
54
+ - Make your changes
55
+ - Verify all new & existing tests pass
56
+ - Make a pull request
57
+
58
+
59
+ ### License
60
+
61
+ The ruby_emoji gem is distributed under the MIT License.
@@ -221,15 +221,15 @@ module RubyEmoji
221
221
  ":monkey_face:"=>"đŸĩ",
222
222
  ":monkey:"=>"🐒",
223
223
  ":horse:"=>"🐴",
224
- ":racehorse:"=>"",
225
- ":camel:"=>"",
224
+ ":racehorse:"=>"🏇",
225
+ ":camel:"=>"đŸĢ",
226
226
  ":sheep:"=>"🐑",
227
227
  ":elephant:"=>"🐘",
228
228
  ":panda_face:"=>"đŸŧ",
229
229
  ":snake:"=>"🐍",
230
230
  ":bird:"=>"đŸĻ",
231
231
  ":baby_chick:"=>"🐤",
232
- ":hatched_chick:"=>"",
232
+ ":hatched_chick:"=>"đŸĨ",
233
233
  ":hatching_chick:"=>"đŸŖ",
234
234
  ":chicken:"=>"🐔",
235
235
  ":penguin:"=>"🐧",
@@ -237,7 +237,7 @@ module RubyEmoji
237
237
  ":bug:"=>"🐛",
238
238
  ":honeybee:"=>"🐝",
239
239
  ":ant:"=>"🐜",
240
- ":beetle:"=>"",
240
+ ":beetle:"=>"🐞",
241
241
  ":snail:"=>"🐌",
242
242
  ":octopus:"=>"🐙",
243
243
  ":tropical_fish:"=>"🐠",
@@ -274,7 +274,7 @@ module RubyEmoji
274
274
  ":sunflower:"=>"đŸŒģ",
275
275
  ":hibiscus:"=>"đŸŒē",
276
276
  ":maple_leaf:"=>"🍁",
277
- ":leaves:"=>"",
277
+ ":leaves:"=>"🍃",
278
278
  ":fallen_leaf:"=>"🍂",
279
279
  ":herb:"=>"đŸŒŋ",
280
280
  ":mushroom:"=>"🍄",
@@ -286,96 +286,94 @@ module RubyEmoji
286
286
  ":seedling:"=>"🌱",
287
287
  ":blossom:"=>"đŸŒŧ",
288
288
  ":ear_of_rice:"=>"🌾",
289
- ":shell:"=>"",
289
+ ":shell:"=>"🐚",
290
290
  ":globe_with_meridians:"=>"🌐",
291
291
  ":sun_with_face:"=>"🌞",
292
292
  ":full_moon_with_face:"=>"🌝",
293
293
  ":new_moon_with_face:"=>"🌚",
294
- ":new_moon:"=>"",
295
- ":waxing_crescent_moon:"=>"",
296
- ":first_quarter_moon:"=>"",
297
- ":waxing_gibbous_moon:"=>"",
298
- ":full_moon:"=>"",
299
- ":waning_gibbous_moon:"=>"",
300
- ":last_quarter_moon:"=>"",
301
- ":waning_crescent_moon:"=>"",
294
+ ":new_moon:"=>"🌑",
295
+ ":waxing_crescent_moon:"=>"🌒",
296
+ ":first_quarter_moon:"=>"🌓",
297
+ ":waxing_gibbous_moon:"=>"🌔",
298
+ ":full_moon:"=>"🌕",
299
+ ":waning_gibbous_moon:"=>"🌖",
300
+ ":last_quarter_moon:"=>"🌗",
301
+ ":waning_crescent_moon:"=>"🌘",
302
302
  ":last_quarter_moon_with_face:"=>"🌜",
303
303
  ":first_quarter_moon_with_face:"=>"🌛",
304
304
  ":crescent_moon:"=>"🌙",
305
- ":earth_africa:"=>"",
306
- ":earth_americas:"=>"",
307
- ":earth_asia:"=>"",
305
+ ":earth_africa:"=>"🌍",
306
+ ":earth_americas:"=>"🌎",
307
+ ":earth_asia:"=>"🌏",
308
308
  ":volcano:"=>"🌋",
309
309
  ":milky_way:"=>"🌌",
310
- ":partly_sunny:"=>"",
311
- ":octocat:"=>"",
312
- ":squirrel:"=>"",
313
- ":bamboo:"=>"",
314
- ":gift_heart:"=>"",
315
- ":dolls:"=>"",
310
+ ":partly_sunny:"=>"⛅ī¸",
311
+ ":bamboo:"=>"🎍",
312
+ ":gift_heart:"=>"💝",
313
+ ":dolls:"=>"🎎",
316
314
  ":school_satchel:"=>"🎒",
317
- ":mortar_board:"=>"",
318
- ":flags:"=>"",
315
+ ":mortar_board:"=>"🎓",
316
+ ":flags:"=>"🎏",
319
317
  ":fireworks:"=>"🎆",
320
- ":sparkler:"=>"",
318
+ ":sparkler:"=>"🎇",
321
319
  ":wind_chime:"=>"🎐",
322
- ":rice_scene:"=>"",
323
- ":jack_o_lantern:"=>"",
320
+ ":rice_scene:"=>"🎑",
321
+ ":jack_o_lantern:"=>"🎃",
324
322
  ":ghost:"=>"đŸ‘ģ",
325
- ":santa:"=>"",
323
+ ":santa:"=>"🎅",
326
324
  ":christmas_tree:"=>"🎄",
327
- ":gift:"=>"",
325
+ ":gift:"=>"🎁",
328
326
  ":bell:"=>"🔔",
329
- ":no_bell:"=>"",
327
+ ":no_bell:"=>"🔕",
330
328
  ":tanabata_tree:"=>"🎋",
331
- ":tada:"=>"",
329
+ ":tada:"=>"🎉",
332
330
  ":confetti_ball:"=>"🎊",
333
331
  ":balloon:"=>"🎈",
334
332
  ":crystal_ball:"=>"🔮",
335
- ":cd:"=>"",
333
+ ":cd:"=>"đŸ’ŋ",
336
334
  ":dvd:"=>"📀",
337
335
  ":floppy_disk:"=>"💾",
338
336
  ":camera:"=>"📷",
339
337
  ":video_camera:"=>"📹",
340
338
  ":movie_camera:"=>"đŸŽĨ",
341
- ":computer:"=>"",
342
- ":tv:"=>"",
343
- ":iphone:"=>"",
344
- ":phone:"=>"",
345
- ":telephone:"=>"",
339
+ ":computer:"=>"đŸ’ģ",
340
+ ":tv:"=>"đŸ“ē",
341
+ ":iphone:"=>"📱",
342
+ ":phone:"=>"☎ī¸",
343
+ ":telephone:"=>"☎ī¸",
346
344
  ":telephone_receiver:"=>"📞",
347
345
  ":pager:"=>"📟",
348
- ":fax:"=>"",
346
+ ":fax:"=>"📠",
349
347
  ":minidisc:"=>"đŸ’Ŋ",
350
- ":vhs:"=>"",
351
- ":sound:"=>"",
352
- ":speaker:"=>"",
353
- ":mute:"=>"",
354
- ":loudspeaker:"=>"",
355
- ":mega:"=>"",
348
+ ":vhs:"=>"đŸ“ŧ",
349
+ ":sound:"=>"🔉",
350
+ ":speaker:"=>"🔈",
351
+ ":mute:"=>"🔇",
352
+ ":loudspeaker:"=>"🔊",
353
+ ":mega:"=>"đŸ“Ŗ",
356
354
  ":hourglass:"=>"⌛",
357
- ":hourglass_flowing_sand:"=>"",
355
+ ":hourglass_flowing_sand:"=>"âŗ",
358
356
  ":alarm_clock:"=>"⏰",
359
357
  ":watch:"=>"⌚",
360
358
  ":radio:"=>"đŸ“ģ",
361
- ":satellite:"=>"",
362
- ":loop:"=>"",
363
- ":mag:"=>"",
364
- ":mag_right:"=>"",
365
- ":unlock:"=>"",
359
+ ":satellite:"=>"🛰",
360
+ ":loop:"=>"âžŋ",
361
+ ":mag:"=>"🔍",
362
+ ":mag_right:"=>"🔎",
363
+ ":unlock:"=>"🔓",
366
364
  ":lock:"=>"🔒",
367
365
  ":lock_with_ink_pen:"=>"🔏",
368
366
  ":closed_lock_with_key:"=>"🔐",
369
367
  ":key:"=>"🔑",
370
- ":bulb:"=>"",
371
- ":flashlight:"=>"",
372
- ":high_brightness:"=>"",
373
- ":low_brightness:"=>"",
368
+ ":bulb:"=>"💡",
369
+ ":flashlight:"=>"đŸ”Ļ",
370
+ ":high_brightness:"=>"🔆",
371
+ ":low_brightness:"=>"🔅",
374
372
  ":electric_plug:"=>"🔌",
375
373
  ":battery:"=>"🔋",
376
- ":calling:"=>"",
377
- ":email:"=>"",
378
- ":mailbox:"=>"",
374
+ ":calling:"=>"📲",
375
+ ":email:"=>"✉ī¸",
376
+ ":mailbox:"=>"đŸ“Ģ",
379
377
  ":postbox:"=>"📮",
380
378
  ":bath:"=>"🛀",
381
379
  ":bathtub:"=>"🛁",
@@ -385,27 +383,27 @@ module RubyEmoji
385
383
  ":nut_and_bolt:"=>"🔩",
386
384
  ":hammer:"=>"🔨",
387
385
  ":seat:"=>"đŸ’ē",
388
- ":moneybag:"=>"",
389
- ":yen:"=>"",
390
- ":dollar:"=>"",
391
- ":pound:"=>"",
392
- ":euro:"=>"",
386
+ ":moneybag:"=>"💰",
387
+ ":yen:"=>"💴",
388
+ ":dollar:"=>"đŸ’ĩ",
389
+ ":pound:"=>"💷",
390
+ ":euro:"=>"đŸ’ļ",
393
391
  ":credit_card:"=>"đŸ’ŗ",
394
392
  ":money_with_wings:"=>"💸",
395
- ":e-mail:"=>"",
393
+ ":e-mail:"=>"📧",
396
394
  ":inbox_tray:"=>"đŸ“Ĩ",
397
395
  ":outbox_tray:"=>"📤",
398
396
  ":envelope:"=>"✉",
399
397
  ":incoming_envelope:"=>"📨",
400
398
  ":postal_horn:"=>"đŸ“¯",
401
- ":mailbox_closed:"=>"",
402
- ":mailbox_with_mail:"=>"",
403
- ":mailbox_with_no_mail:"=>"",
399
+ ":mailbox_closed:"=>"đŸ“Ē",
400
+ ":mailbox_with_mail:"=>"đŸ“Ŧ",
401
+ ":mailbox_with_no_mail:"=>"📭",
404
402
  ":package:"=>"đŸ“Ļ",
405
403
  ":door:"=>"đŸšĒ",
406
- ":smoking:"=>"",
404
+ ":smoking:"=>"đŸšŦ",
407
405
  ":bomb:"=>"đŸ’Ŗ",
408
- ":gun:"=>"",
406
+ ":gun:"=>"đŸ”Ģ",
409
407
  ":hocho:"=>"đŸ”Ē",
410
408
  ":pill:"=>"💊",
411
409
  ":syringe:"=>"💉",
@@ -418,7 +416,7 @@ module RubyEmoji
418
416
  ":scroll:"=>"📜",
419
417
  ":clipboard:"=>"📋",
420
418
  ":calendar:"=>"📅",
421
- ":date:"=>"",
419
+ ":date:"=>"📅",
422
420
  ":card_index:"=>"📇",
423
421
  ":file_folder:"=>"📁",
424
422
  ":open_file_folder:"=>"📂",
@@ -442,56 +440,56 @@ module RubyEmoji
442
440
  ":microscope:"=>"đŸ”Ŧ",
443
441
  ":telescope:"=>"🔭",
444
442
  ":newspaper:"=>"📰",
445
- ":football:"=>"",
446
- ":basketball:"=>"",
447
- ":soccer:"=>"",
443
+ ":football:"=>"🏈",
444
+ ":basketball:"=>"🏀",
445
+ ":soccer:"=>"âšŊī¸",
448
446
  ":baseball:"=>"⚾",
449
- ":tennis:"=>"",
450
- ":8ball:"=>"",
447
+ ":tennis:"=>"🎾",
448
+ ":8ball:"=>"🎱",
451
449
  ":rugby_football:"=>"🏉",
452
450
  ":bowling:"=>"đŸŽŗ",
453
- ":golf:"=>"",
451
+ ":golf:"=>"â›ŗī¸",
454
452
  ":mountain_bicyclist:"=>"đŸšĩ",
455
453
  ":bicyclist:"=>"🚴",
456
454
  ":horse_racing:"=>"🏇",
457
455
  ":snowboarder:"=>"🏂",
458
456
  ":swimmer:"=>"🏊",
459
457
  ":surfer:"=>"🏄",
460
- ":ski:"=>"",
461
- ":spades:"=>"",
462
- ":hearts:"=>"",
463
- ":clubs:"=>"",
464
- ":diamonds:"=>"",
465
- ":gem:"=>"",
458
+ ":ski:"=>"đŸŽŋ",
459
+ ":spades:"=>"♠ī¸",
460
+ ":hearts:"=>"❤ī¸",
461
+ ":clubs:"=>"â™Ŗī¸",
462
+ ":diamonds:"=>"â™Ļī¸",
463
+ ":gem:"=>"💎",
466
464
  ":ring:"=>"💍",
467
465
  ":trophy:"=>"🏆",
468
466
  ":musical_score:"=>"đŸŽŧ",
469
467
  ":musical_keyboard:"=>"🎹",
470
468
  ":violin:"=>"đŸŽģ",
471
- ":space_invader:"=>"",
469
+ ":space_invader:"=>"👾",
472
470
  ":video_game:"=>"🎮",
473
- ":black_joker:"=>"",
471
+ ":black_joker:"=>"🃏",
474
472
  ":flower_playing_cards:"=>"🎴",
475
473
  ":game_die:"=>"🎲",
476
- ":dart:"=>"",
477
- ":mahjong:"=>"",
478
- ":clapper:"=>"",
474
+ ":dart:"=>"đŸŽ¯",
475
+ ":mahjong:"=>"🀄ī¸",
476
+ ":clapper:"=>"đŸŽŦ",
479
477
  ":memo:"=>"📝",
480
478
  ":pencil:"=>"✏",
481
- ":book:"=>"",
482
- ":art:"=>"",
479
+ ":book:"=>"📖",
480
+ ":art:"=>"🎨",
483
481
  ":microphone:"=>"🎤",
484
- ":headphones:"=>"",
482
+ ":headphones:"=>"🎧",
485
483
  ":trumpet:"=>"đŸŽē",
486
484
  ":saxophone:"=>"🎷",
487
485
  ":guitar:"=>"🎸",
488
- ":shoe:"=>"",
489
- ":sandal:"=>"",
490
- ":high_heel:"=>"",
486
+ ":shoe:"=>"👞",
487
+ ":sandal:"=>"👡",
488
+ ":high_heel:"=>"👠",
491
489
  ":lipstick:"=>"💄",
492
- ":boot:"=>"",
493
- ":shirt:"=>"",
494
- ":tshirt:"=>"",
490
+ ":boot:"=>"đŸ‘ĸ",
491
+ ":shirt:"=>"👕",
492
+ ":tshirt:"=>"👕",
495
493
  ":necktie:"=>"👔",
496
494
  ":womans_clothes:"=>"👚",
497
495
  ":dress:"=>"👗",
@@ -500,7 +498,7 @@ module RubyEmoji
500
498
  ":kimono:"=>"👘",
501
499
  ":bikini:"=>"👙",
502
500
  ":ribbon:"=>"🎀",
503
- ":tophat:"=>"",
501
+ ":tophat:"=>"🎩",
504
502
  ":crown:"=>"👑",
505
503
  ":womans_hat:"=>"👒",
506
504
  ":mans_shoe:"=>"👞",
@@ -511,49 +509,49 @@ module RubyEmoji
511
509
  ":purse:"=>"👛",
512
510
  ":eyeglasses:"=>"👓",
513
511
  ":fishing_pole_and_fish:"=>"đŸŽŖ",
514
- ":coffee:"=>"",
515
- ":tea:"=>"",
516
- ":sake:"=>"",
512
+ ":coffee:"=>"☕ī¸",
513
+ ":tea:"=>"đŸĩ",
514
+ ":sake:"=>"đŸļ",
517
515
  ":baby_bottle:"=>"đŸŧ",
518
- ":beer:"=>"",
519
- ":beers:"=>"",
520
- ":cocktail:"=>"",
516
+ ":beer:"=>"đŸē",
517
+ ":beers:"=>"đŸģ",
518
+ ":cocktail:"=>"🍸",
521
519
  ":tropical_drink:"=>"🍹",
522
520
  ":wine_glass:"=>"🍷",
523
521
  ":fork_and_knife:"=>"🍴",
524
- ":pizza:"=>"",
522
+ ":pizza:"=>"🍕",
525
523
  ":hamburger:"=>"🍔",
526
- ":fries:"=>"",
524
+ ":fries:"=>"🍟",
527
525
  ":poultry_leg:"=>"🍗",
528
526
  ":meat_on_bone:"=>"🍖",
529
527
  ":spaghetti:"=>"🍝",
530
- ":curry:"=>"",
528
+ ":curry:"=>"🍛",
531
529
  ":fried_shrimp:"=>"🍤",
532
- ":bento:"=>"",
530
+ ":bento:"=>"🍱",
533
531
  ":sushi:"=>"đŸŖ",
534
- ":fish_cake:"=>"",
532
+ ":fish_cake:"=>"đŸĨ",
535
533
  ":rice_ball:"=>"🍙",
536
534
  ":rice_cracker:"=>"🍘",
537
- ":rice:"=>"",
538
- ":ramen:"=>"",
539
- ":stew:"=>"",
535
+ ":rice:"=>"🍚",
536
+ ":ramen:"=>"🍜",
537
+ ":stew:"=>"🍲",
540
538
  ":oden:"=>"đŸĸ",
541
539
  ":dango:"=>"🍡",
542
- ":egg:"=>"",
540
+ ":egg:"=>"đŸŗ",
543
541
  ":bread:"=>"🍞",
544
542
  ":doughnut:"=>"🍩",
545
543
  ":custard:"=>"🍮",
546
- ":icecream:"=>"",
544
+ ":icecream:"=>"đŸĻ",
547
545
  ":ice_cream:"=>"🍨",
548
546
  ":shaved_ice:"=>"🍧",
549
- ":birthday:"=>"",
550
- ":cake:"=>"",
547
+ ":birthday:"=>"🎂",
548
+ ":cake:"=>"🍰",
551
549
  ":cookie:"=>"đŸĒ",
552
550
  ":chocolate_bar:"=>"đŸĢ",
553
551
  ":candy:"=>"đŸŦ",
554
552
  ":lollipop:"=>"🍭",
555
553
  ":honey_pot:"=>"đŸ¯",
556
- ":apple:"=>"",
554
+ ":apple:"=>"🍎",
557
555
  ":green_apple:"=>"🍏",
558
556
  ":tangerine:"=>"🍊",
559
557
  ":lemon:"=>"🍋",
@@ -566,15 +564,15 @@ module RubyEmoji
566
564
  ":banana:"=>"🍌",
567
565
  ":pear:"=>"🍐",
568
566
  ":pineapple:"=>"🍍",
569
- ":sweet_potato:"=>"",
570
- ":eggplant:"=>"",
567
+ ":sweet_potato:"=>"🍠",
568
+ ":eggplant:"=>"🍆",
571
569
  ":tomato:"=>"🍅",
572
- ":corn:"=>"",
573
- ":house:"=>"",
570
+ ":corn:"=>"đŸŒŊ",
571
+ ":house:"=>"🏠",
574
572
  ":house_with_garden:"=>"🏡",
575
573
  ":school:"=>"đŸĢ",
576
- ":office:"=>"",
577
- ":post_office:"=>"",
574
+ ":office:"=>"đŸĸ",
575
+ ":post_office:"=>"đŸŖ",
578
576
  ":hospital:"=>"đŸĨ",
579
577
  ":bank:"=>"đŸĻ",
580
578
  ":convenience_store:"=>"đŸĒ",
@@ -584,18 +582,18 @@ module RubyEmoji
584
582
  ":church:"=>"â›Ē",
585
583
  ":department_store:"=>"đŸŦ",
586
584
  ":european_post_office:"=>"🏤",
587
- ":city_sunrise:"=>"",
588
- ":city_sunset:"=>"",
585
+ ":city_sunrise:"=>"🌇",
586
+ ":city_sunset:"=>"🌆",
589
587
  ":japanese_castle:"=>"đŸ¯",
590
588
  ":european_castle:"=>"🏰",
591
589
  ":tent:"=>"â›ē",
592
590
  ":factory:"=>"🏭",
593
591
  ":tokyo_tower:"=>"đŸ—ŧ",
594
- ":japan:"=>"",
592
+ ":japan:"=>"🗾",
595
593
  ":mount_fuji:"=>"đŸ—ģ",
596
594
  ":sunrise_over_mountains:"=>"🌄",
597
595
  ":sunrise:"=>"🌅",
598
- ":stars:"=>"",
596
+ ":stars:"=>"🌃",
599
597
  ":statue_of_liberty:"=>"đŸ—Ŋ",
600
598
  ":bridge_at_night:"=>"🌉",
601
599
  ":carousel_horse:"=>"🎠",
@@ -605,7 +603,7 @@ module RubyEmoji
605
603
  ":roller_coaster:"=>"đŸŽĸ",
606
604
  ":ship:"=>"đŸšĸ",
607
605
  ":speedboat:"=>"🚤",
608
- ":boat:"=>"",
606
+ ":boat:"=>"â›ĩ",
609
607
  ":sailboat:"=>"â›ĩ",
610
608
  ":rowboat:"=>"đŸšŖ",
611
609
  ":anchor:"=>"⚓",
@@ -615,30 +613,30 @@ module RubyEmoji
615
613
  ":steam_locomotive:"=>"🚂",
616
614
  ":tram:"=>"🚊",
617
615
  ":mountain_railway:"=>"🚞",
618
- ":bike:"=>"",
616
+ ":bike:"=>"🚲",
619
617
  ":aerial_tramway:"=>"🚡",
620
618
  ":suspension_railway:"=>"🚟",
621
619
  ":mountain_cableway:"=>"🚠",
622
620
  ":tractor:"=>"🚜",
623
- ":blue_car:"=>"",
621
+ ":blue_car:"=>"🚙",
624
622
  ":oncoming_automobile:"=>"🚘",
625
- ":car:"=>"",
626
- ":red_car:"=>"",
623
+ ":car:"=>"🚗",
624
+ ":red_car:"=>"🚗",
627
625
  ":taxi:"=>"🚕",
628
626
  ":oncoming_taxi:"=>"🚖",
629
627
  ":articulated_lorry:"=>"🚛",
630
628
  ":bus:"=>"🚌",
631
629
  ":oncoming_bus:"=>"🚍",
632
- ":rotating_light:"=>"",
630
+ ":rotating_light:"=>"🚨",
633
631
  ":police_car:"=>"🚓",
634
632
  ":oncoming_police_car:"=>"🚔",
635
633
  ":fire_engine:"=>"🚒",
636
634
  ":ambulance:"=>"🚑",
637
635
  ":minibus:"=>"🚐",
638
- ":truck:"=>"",
636
+ ":truck:"=>"🚚",
639
637
  ":train:"=>"🚆",
640
638
  ":station:"=>"🚉",
641
- ":train2:"=>"",
639
+ ":train2:"=>"🚆",
642
640
  ":bullettrain_front:"=>"🚅",
643
641
  ":bullettrain_side:"=>"🚄",
644
642
  ":light_rail:"=>"🚈",
@@ -646,18 +644,18 @@ module RubyEmoji
646
644
  ":railway_car:"=>"🚃",
647
645
  ":trolleybus:"=>"🚎",
648
646
  ":ticket:"=>"đŸŽĢ",
649
- ":fuelpump:"=>"",
647
+ ":fuelpump:"=>"â›Ŋī¸",
650
648
  ":vertical_traffic_light:"=>"đŸšĻ",
651
- ":traffic_light:"=>"",
652
- ":warning:"=>"",
653
- ":construction:"=>"",
654
- ":beginner:"=>"",
655
- ":atm:"=>"",
649
+ ":traffic_light:"=>"đŸšĨ",
650
+ ":warning:"=>"⚠ī¸",
651
+ ":construction:"=>"🚧",
652
+ ":beginner:"=>"🔰",
653
+ ":atm:"=>"🏧",
656
654
  ":slot_machine:"=>"🎰",
657
655
  ":busstop:"=>"🚏",
658
- ":barber:"=>"",
659
- ":hotsprings:"=>"",
660
- ":checkered_flag:"=>"",
656
+ ":barber:"=>"💈",
657
+ ":hotsprings:"=>"♨ī¸",
658
+ ":checkered_flag:"=>"🏁",
661
659
  ":crossed_flags:"=>"🎌",
662
660
  ":izakaya_lantern:"=>"🏮",
663
661
  ":moyai:"=>"đŸ—ŋ",
@@ -665,112 +663,112 @@ module RubyEmoji
665
663
  ":performing_arts:"=>"🎭",
666
664
  ":round_pushpin:"=>"📍",
667
665
  ":triangular_flag_on_post:"=>"🚩",
668
- ":jp:"=>"",
669
- ":kr:"=>"",
670
- ":cn:"=>"",
671
- ":us:"=>"",
672
- ":fr:"=>"",
673
- ":es:"=>"",
674
- ":it:"=>"",
675
- ":ru:"=>"",
676
- ":gb:"=>"",
677
- ":uk:"=>"",
678
- ":de:"=>"",
679
- ":one:"=>"",
680
- ":two:"=>"",
681
- ":three:"=>"",
682
- ":four:"=>"",
683
- ":five:"=>"",
684
- ":six:"=>"",
685
- ":seven:"=>"",
686
- ":eight:"=>"",
687
- ":nine:"=>"",
666
+ ":jp:"=>"đŸ‡¯đŸ‡ĩ",
667
+ ":kr:"=>"đŸ‡ēđŸ‡Ļ",
668
+ ":cn:"=>"🇨đŸ‡ŗ",
669
+ ":us:"=>"đŸ‡ē🇸",
670
+ ":fr:"=>"đŸ‡Ģ🇷",
671
+ ":es:"=>"đŸ‡Ē🇸",
672
+ ":it:"=>"🇮🇹",
673
+ ":ru:"=>"🇷đŸ‡ē",
674
+ ":gb:"=>"đŸ‡Ŧ🇧",
675
+ ":uk:"=>"đŸ‡Ŧ🇧",
676
+ ":de:"=>"🇩đŸ‡Ē",
677
+ ":one:"=>"1ī¸âƒŖ",
678
+ ":two:"=>"2ī¸âƒŖ",
679
+ ":three:"=>"3ī¸âƒŖ",
680
+ ":four:"=>"4ī¸âƒŖ",
681
+ ":five:"=>"5ī¸âƒŖ",
682
+ ":six:"=>"6ī¸âƒŖ",
683
+ ":seven:"=>"7ī¸âƒŖ",
684
+ ":eight:"=>"8ī¸âƒŖ",
685
+ ":nine:"=>"9ī¸âƒŖ",
688
686
  ":keycap_ten:"=>"🔟",
689
- ":1234:"=>"",
690
- ":zero:"=>"",
691
- ":hash:"=>"",
692
- ":symbols:"=>"",
693
- ":arrow_backward:"=>"",
694
- ":arrow_down:"=>"",
695
- ":arrow_forward:"=>"",
696
- ":arrow_left:"=>"",
697
- ":capital_abcd:"=>"",
698
- ":abcd:"=>"",
699
- ":abc:"=>"",
700
- ":arrow_lower_left:"=>"",
701
- ":arrow_lower_right:"=>"",
687
+ ":1234:"=>"đŸ”ĸ",
688
+ ":zero:"=>"0ī¸âƒŖ",
689
+ ":hash:"=>"#ī¸âƒŖ",
690
+ ":symbols:"=>"đŸ”Ŗ",
691
+ ":arrow_backward:"=>"◀ī¸",
692
+ ":arrow_down:"=>"âŦ‡ī¸",
693
+ ":arrow_forward:"=>"â–ļī¸",
694
+ ":arrow_left:"=>"âŦ…ī¸",
695
+ ":capital_abcd:"=>"🔠",
696
+ ":abcd:"=>"🔡",
697
+ ":abc:"=>"🔤",
698
+ ":arrow_lower_left:"=>"↙ī¸",
699
+ ":arrow_lower_right:"=>"↘ī¸",
702
700
  ":arrow_right:"=>"➡",
703
- ":arrow_up:"=>"",
704
- ":arrow_upper_left:"=>"",
705
- ":arrow_upper_right:"=>"",
706
- ":arrow_double_down:"=>"",
707
- ":arrow_double_up:"=>"",
708
- ":arrow_down_small:"=>"",
709
- ":arrow_heading_down:"=>"",
710
- ":arrow_heading_up:"=>"",
701
+ ":arrow_up:"=>"âŦ†ī¸",
702
+ ":arrow_upper_left:"=>"↖ī¸",
703
+ ":arrow_upper_right:"=>"↗",
704
+ ":arrow_double_down:"=>"âŦ",
705
+ ":arrow_double_up:"=>"âĢ",
706
+ ":arrow_down_small:"=>"đŸ”Ŋ",
707
+ ":arrow_heading_down:"=>"â¤ĩī¸ī¸",
708
+ ":arrow_heading_up:"=>"⤴ī¸",
711
709
  ":leftwards_arrow_with_hook:"=>"↩",
712
- ":arrow_right_hook:"=>"",
710
+ ":arrow_right_hook:"=>"â†Ēī¸",
713
711
  ":left_right_arrow:"=>"↔",
714
- ":arrow_up_down:"=>"",
715
- ":arrow_up_small:"=>"",
716
- ":arrows_clockwise:"=>"",
717
- ":arrows_counterclockwise:"=>"",
718
- ":rewind:"=>"",
719
- ":fast_forward:"=>"",
712
+ ":arrow_up_down:"=>"↕ī¸",
713
+ ":arrow_up_small:"=>"đŸ”ŧ",
714
+ ":arrows_clockwise:"=>"🔃",
715
+ ":arrows_counterclockwise:"=>"🔄",
716
+ ":rewind:"=>"âĒ",
717
+ ":fast_forward:"=>"⏊",
720
718
  ":information_source:"=>"ℹ",
721
- ":ok:"=>"",
719
+ ":ok:"=>"🆗",
722
720
  ":twisted_rightwards_arrows:"=>"🔀",
723
- ":repeat:"=>"",
724
- ":repeat_one:"=>"",
725
- ":new:"=>"",
726
- ":top:"=>"",
727
- ":up:"=>"",
728
- ":cool:"=>"",
729
- ":free:"=>"",
730
- ":ng:"=>"",
721
+ ":repeat:"=>"🔁",
722
+ ":repeat_one:"=>"🔂",
723
+ ":new:"=>"🆕",
724
+ ":top:"=>"🔝",
725
+ ":up:"=>"🆙",
726
+ ":cool:"=>"🆒",
727
+ ":free:"=>"🆓",
728
+ ":ng:"=>"🆖",
731
729
  ":cinema:"=>"đŸŽĻ",
732
- ":koko:"=>"",
733
- ":signal_strength:"=>"",
734
- ":u5272:"=>"",
735
- ":u5408:"=>"",
736
- ":u55b6:"=>"",
737
- ":u6307:"=>"",
738
- ":u6708:"=>"",
739
- ":u6709:"=>"",
740
- ":u6e80:"=>"",
741
- ":u7121:"=>"",
742
- ":u7533:"=>"",
743
- ":u7a7a:"=>"",
744
- ":u7981:"=>"",
745
- ":sa:"=>"",
730
+ ":koko:"=>"🈁",
731
+ ":signal_strength:"=>"đŸ“ļ",
732
+ ":u5272:"=>"🈹",
733
+ ":u5408:"=>"🈴",
734
+ ":u55b6:"=>"đŸˆē",
735
+ ":u6307:"=>"đŸˆ¯ī¸",
736
+ ":u6708:"=>"🈷ī¸",
737
+ ":u6709:"=>"đŸˆļ",
738
+ ":u6e80:"=>"đŸˆĩ",
739
+ ":u7121:"=>"🈚ī¸",
740
+ ":u7533:"=>"🈸",
741
+ ":u7a7a:"=>"đŸˆŗ",
742
+ ":u7981:"=>"🈲",
743
+ ":sa:"=>"🈂ī¸",
746
744
  ":restroom:"=>"đŸšģ",
747
- ":mens:"=>"",
748
- ":womens:"=>"",
745
+ ":mens:"=>"🚹",
746
+ ":womens:"=>"đŸšē",
749
747
  ":baby_symbol:"=>"đŸšŧ",
750
- ":no_smoking:"=>"",
751
- ":parking:"=>"",
752
- ":wheelchair:"=>"",
748
+ ":no_smoking:"=>"🚭",
749
+ ":parking:"=>"đŸ…ŋī¸",
750
+ ":wheelchair:"=>"â™ŋī¸",
753
751
  ":metro:"=>"🚇",
754
752
  ":baggage_claim:"=>"🛄",
755
- ":accept:"=>"",
756
- ":wc:"=>"",
757
- ":potable_water:"=>"",
758
- ":put_litter_in_its_place:"=>"",
759
- ":secret:"=>"",
760
- ":congratulations:"=>"",
761
- ":m:"=>"",
753
+ ":accept:"=>"🉑",
754
+ ":wc:"=>"🚾",
755
+ ":potable_water:"=>"🚰",
756
+ ":put_litter_in_its_place:"=>"🚮",
757
+ ":secret:"=>"㊙ī¸",
758
+ ":congratulations:"=>"㊙ī¸",
759
+ ":m:"=>"Ⓜī¸",
762
760
  ":passport_control:"=>"🛂",
763
761
  ":left_luggage:"=>"🛅",
764
762
  ":customs:"=>"🛃",
765
- ":ideograph_advantage:"=>"",
766
- ":cl:"=>"",
767
- ":sos:"=>"",
768
- ":id:"=>"",
763
+ ":ideograph_advantage:"=>"🉐",
764
+ ":cl:"=>"🆑",
765
+ ":sos:"=>"🆘",
766
+ ":id:"=>"🆔",
769
767
  ":no_entry_sign:"=>"đŸšĢ",
770
- ":underage:"=>"",
768
+ ":underage:"=>"🔞",
771
769
  ":no_mobile_phones:"=>"đŸ“ĩ",
772
- ":do_not_litter:"=>"",
773
- ":non-potable_water:"=>"",
770
+ ":do_not_litter:"=>"đŸš¯",
771
+ ":non-potable_water:"=>"🚱",
774
772
  ":no_bicycles:"=>"đŸšŗ",
775
773
  ":no_pedestrians:"=>"🚷",
776
774
  ":children_crossing:"=>"🚸",
@@ -779,10 +777,10 @@ module RubyEmoji
779
777
  ":sparkle:"=>"❇",
780
778
  ":eight_pointed_black_star:"=>"✴",
781
779
  ":heart_decoration:"=>"💟",
782
- ":vs:"=>"",
780
+ ":vs:"=>"🆚",
783
781
  ":vibration_mode:"=>"đŸ“ŗ",
784
782
  ":mobile_phone_off:"=>"📴",
785
- ":chart:"=>"",
783
+ ":chart:"=>"💹",
786
784
  ":currency_exchange:"=>"💱",
787
785
  ":aries:"=>"♈",
788
786
  ":taurus:"=>"♉",
@@ -797,65 +795,65 @@ module RubyEmoji
797
795
  ":aquarius:"=>"♒",
798
796
  ":pisces:"=>"♓",
799
797
  ":ophiuchus:"=>"⛎",
800
- ":six_pointed_star:"=>"",
798
+ ":six_pointed_star:"=>"đŸ”¯",
801
799
  ":negative_squared_cross_mark:"=>"❎",
802
- ":a:"=>"",
803
- ":b:"=>"",
804
- ":ab:"=>"",
805
- ":o2:"=>"",
800
+ ":a:"=>"🅰ī¸",
801
+ ":b:"=>"🅱ī¸",
802
+ ":ab:"=>"🆎",
803
+ ":o2:"=>"🅾ī¸",
806
804
  ":diamond_shape_with_a_dot_inside:"=>"💠",
807
- ":recycle:"=>"",
808
- ":end:"=>"",
809
- ":back:"=>"",
810
- ":on:"=>"",
811
- ":soon:"=>"",
812
- ":clock1:"=>"",
813
- ":clock130:"=>"",
814
- ":clock10:"=>"",
815
- ":clock1030:"=>"",
816
- ":clock11:"=>"",
817
- ":clock1130:"=>"",
818
- ":clock12:"=>"",
819
- ":clock1230:"=>"",
820
- ":clock2:"=>"",
821
- ":clock230:"=>"",
822
- ":clock3:"=>"",
823
- ":clock330:"=>"",
824
- ":clock4:"=>"",
825
- ":clock430:"=>"",
826
- ":clock5:"=>"",
827
- ":clock530:"=>"",
828
- ":clock6:"=>"",
829
- ":clock630:"=>"",
830
- ":clock7:"=>"",
831
- ":clock730:"=>"",
832
- ":clock8:"=>"",
833
- ":clock830:"=>"",
834
- ":clock9:"=>"",
835
- ":clock930:"=>"",
805
+ ":recycle:"=>"â™ģī¸",
806
+ ":end:"=>"🔚",
807
+ ":back:"=>"🔙",
808
+ ":on:"=>"🔛",
809
+ ":soon:"=>"🔜",
810
+ ":clock1:"=>"🕐",
811
+ ":clock130:"=>"🕜",
812
+ ":clock10:"=>"🕙",
813
+ ":clock1030:"=>"đŸ•Ĩ",
814
+ ":clock11:"=>"🕚",
815
+ ":clock1130:"=>"đŸ•Ļ",
816
+ ":clock12:"=>"🕛",
817
+ ":clock1230:"=>"🕜",
818
+ ":clock2:"=>"🕑",
819
+ ":clock230:"=>"🕝",
820
+ ":clock3:"=>"🕒",
821
+ ":clock330:"=>"🕞",
822
+ ":clock4:"=>"🕓",
823
+ ":clock430:"=>"🕟",
824
+ ":clock5:"=>"🕔",
825
+ ":clock530:"=>"🕠",
826
+ ":clock6:"=>"🕕",
827
+ ":clock630:"=>"🕡",
828
+ ":clock7:"=>"🕖",
829
+ ":clock730:"=>"đŸ•ĸ",
830
+ ":clock8:"=>"🕗",
831
+ ":clock830:"=>"đŸ•Ŗ",
832
+ ":clock9:"=>"🕘",
833
+ ":clock930:"=>"🕤",
836
834
  ":heavy_dollar_sign:"=>"💲",
837
- ":copyright:"=>"",
838
- ":registered:"=>"",
839
- ":tm:"=>"",
835
+ ":copyright:"=>"Šī¸",
836
+ ":registered:"=>"ÂŽī¸",
837
+ ":tm:"=>"â„ĸī¸",
840
838
  ":x:"=>"❌",
841
- ":heavy_exclamation_mark:"=>"",
842
- ":bangbang:"=>"",
843
- ":interrobang:"=>"",
844
- ":o:"=>"",
839
+ ":heavy_exclamation_mark:"=>"❗ī¸",
840
+ ":bangbang:"=>"â€ŧī¸",
841
+ ":interrobang:"=>"⁉ī¸",
842
+ ":o:"=>"⭕ī¸",
845
843
  ":heavy_multiplication_x:"=>"✖",
846
844
  ":heavy_plus_sign:"=>"➕",
847
845
  ":heavy_minus_sign:"=>"➖",
848
846
  ":heavy_division_sign:"=>"➗",
849
847
  ":white_flower:"=>"💮",
850
- ":100:"=>"",
848
+ ":100:"=>"đŸ’¯",
851
849
  ":heavy_check_mark:"=>"✔",
852
850
  ":ballot_box_with_check:"=>"☑",
853
851
  ":radio_button:"=>"🔘",
854
- ":link:"=>"",
852
+ ":link:"=>"🔗",
855
853
  ":curly_loop:"=>"➰",
856
854
  ":wavy_dash:"=>"〰",
857
855
  ":part_alternation_mark:"=>"ã€Ŋ",
858
- ":trident:"=>"",
856
+ ":trident:"=>"🔱",
859
857
  ":black_small_square:"=>"â–Ē",
860
858
  ":white_small_square:"=>"â–Ģ",
861
859
  ":black_medium_small_square:"=>"◾",
@@ -867,16 +865,15 @@ module RubyEmoji
867
865
  ":white_check_mark:"=>"✅",
868
866
  ":black_square_button:"=>"🔲",
869
867
  ":white_square_button:"=>"đŸ”ŗ",
870
- ":black_circle:"=>"",
871
- ":white_circle:"=>"",
872
- ":red_circle:"=>"",
868
+ ":black_circle:"=>"âšĢī¸",
869
+ ":white_circle:"=>"âšĒī¸",
870
+ ":red_circle:"=>"🔴",
873
871
  ":large_blue_circle:"=>"đŸ”ĩ",
874
872
  ":large_blue_diamond:"=>"🔷",
875
873
  ":large_orange_diamond:"=>"đŸ”ļ",
876
874
  ":small_blue_diamond:"=>"🔹",
877
875
  ":small_orange_diamond:"=>"🔸",
878
- ":small_red_triangle:"=>"",
879
- ":small_red_triangle_down:"=>"",
880
- ":shipit:"=>""
876
+ ":small_red_triangle:"=>"đŸ”ē",
877
+ ":small_red_triangle_down:"=>"đŸ”ģ"
881
878
  }
882
879
  end
@@ -1,3 +1,3 @@
1
1
  module RubyEmoji
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: ruby_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
  - Yves Siegrist
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-05 00:00:00.000000000 Z
11
+ date: 2016-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -64,7 +64,6 @@ files:
64
64
  - CODE_OF_CONDUCT.md
65
65
  - Gemfile
66
66
  - Gemfile.lock
67
- - LICENSE
68
67
  - LICENSE.txt
69
68
  - README.md
70
69
  - Rakefile
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016 Yvu Siegrist
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.