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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +24 -4
- data/lib/ruby_emoji.rb +282 -285
- data/lib/ruby_emoji/version.rb +1 -1
- metadata +2 -3
- data/LICENSE +0 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 191c703b43a9eb7d75a56576ed6003d026fbb335
|
4
|
+
data.tar.gz: 0444e322b078e874d2b0cb9bf3edcb67304cc4fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 281ae23d9a5d6d780aa890f7cfb8734b0c9fcba32ae7efb89b673bb4d2061b750fa75a0643310c50c638487b2b21ea53d647e65f37d5afc80d67f5ae79b9e946
|
7
|
+
data.tar.gz: f7c129d0d031fd231e8c94e603492266abda420411f0ffed911ffd81436248dc070bb4b9b91647c12264ca2cc80b6b79ca2c7c9e3e4b0779bc967d25bf5d8805
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -2,10 +2,8 @@
|
|
2
2
|
|
3
3
|
A gem to convert the ":"-notation into an emoji.
|
4
4
|
|
5
|
-
|
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.
|
data/lib/ruby_emoji.rb
CHANGED
@@ -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
|
-
":
|
312
|
-
":
|
313
|
-
":
|
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
|
data/lib/ruby_emoji/version.rb
CHANGED
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.
|
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-
|
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.
|