factory-helper 1.7.7 → 1.8.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: 5fbbbb519f8f1dbe393178390b6f41ce4239acc1
4
- data.tar.gz: 809e33ccec06695e3e5d60ad58de1d6ccc8bc106
3
+ metadata.gz: 164b0c8d1fa1788eeb0fa9eb0ae61a4468b422d2
4
+ data.tar.gz: 825cda3419b81507cf554814def4533087221fb4
5
5
  SHA512:
6
- metadata.gz: 10b256810c2f943ae3df56bd75743c40137919c6c0a14bf30a948690b65f1dbf6a44f264155e1fecbe6969b6a0aa6083c6a95b9ad820afb03a7965931571e945
7
- data.tar.gz: 3f804a177fb2d1739c0651f725fc4cedb56861ca7ba9be9aec909b7b1d194909995733003a2cbc7a186e3cd0789698ba14d4ffc7423ba85ddcadb0cfa497f4d7
6
+ metadata.gz: 2aec89ecf6709af0f6166cfa42a3e2eb0932812ed45c2ef2189f999f804f97142197c69ca4dd46d4bc12c37d463ebd66a922784ad173082726205774afc452a6
7
+ data.tar.gz: aef43dfd437e2dca2e772827dd3ad554816abd0a730e708a9692267935e6722c3796464f56593ebaf4995b1f4c0ff2fbe4a8bafc262f352c8cbec8173aa61d5b
data/README.md CHANGED
@@ -440,25 +440,28 @@ FactoryHelper::SlackEmoji.emoji #=> ":last_quarter_moon:"
440
440
  FactoryHelper::SlackEmoji.people #=> ":sleepy:"
441
441
 
442
442
  # from nature category
443
- FactoryHelper::SlackEmoji.nature #=> ":chestnut:"
443
+ FactoryHelper::SlackEmoji.nature #=> ":dog:"
444
444
 
445
445
  # from food and drink category
446
446
  FactoryHelper::SlackEmoji.food_and_drink #=> ":tangerine:"
447
447
 
448
- # from celebration category
449
- FactoryHelper::SlackEmoji.celebration #=> ":ribbon:"
450
-
451
448
  # from activity category
452
- FactoryHelper::SlackEmoji.activity #=> ":performing_arts:"
449
+ FactoryHelper::SlackEmoji.activity #=> ":ice_hockey_stick_and_puck:"
453
450
 
454
451
  # from travel and places category
455
452
  FactoryHelper::SlackEmoji.travel_and_places #=> ":truck:"
456
453
 
457
- # from objects & symbols category
458
- FactoryHelper::SlackEmoji.objects_and_symbols #=> ":alarm_clock:"
454
+ # from objects category
455
+ FactoryHelper::SlackEmoji.objects #=> ":iphone:"
456
+
457
+ # from symbols category
458
+ FactoryHelper::SlackEmoji.symbols #=> ":cupid:"
459
+
460
+ # from flags category
461
+ FactoryHelper::SlackEmoji.flags #=> ":flag-pr:"
459
462
 
460
463
  # from custom category
461
- FactoryHelper::SlackEmoji.custom #=> ":suspect:"
464
+ FactoryHelper::SlackEmoji.custom #=> ":glitch_crab:"
462
465
  ```
463
466
 
464
467
  Customization
@@ -15,10 +15,6 @@ module FactoryHelper
15
15
  fetch('slack_emoji.food_and_drink')
16
16
  end
17
17
 
18
- def celebration
19
- fetch('slack_emoji.celebration')
20
- end
21
-
22
18
  def activity
23
19
  fetch('slack_emoji.activity')
24
20
  end
@@ -27,8 +23,16 @@ module FactoryHelper
27
23
  fetch('slack_emoji.travel_and_places')
28
24
  end
29
25
 
30
- def objects_and_symbols
31
- fetch('slack_emoji.objects_and_symbols')
26
+ def objects
27
+ fetch('slack_emoji.objects')
28
+ end
29
+
30
+ def symbols
31
+ fetch('slack_emoji.symbols')
32
+ end
33
+
34
+ def flags
35
+ fetch('slack_emoji.flags')
32
36
  end
33
37
 
34
38
  def custom
@@ -39,6 +43,15 @@ module FactoryHelper
39
43
  parse('slack_emoji.emoji')
40
44
  end
41
45
 
46
+ def objects_and_symbols
47
+ warn '[DEPRECATION] "FactoryHelper::SlackEmoji.objects_and_symbols" is deprecated. Please use "FactoryHelper::SlackEmoji.objects" or "FactoryHelper::SlackEmoji.symbols" instead.'
48
+ parse('slack_emoji.objects_and_symbols')
49
+ end
50
+
51
+ def celebration
52
+ warn '[DEPRECATION] "FactoryHelper::SlackEmoji.celebration" is deprecated. Please use "FactoryHelper::SlackEmoji.objects" or "FactoryHelper::SlackEmoji.symbols" instead.'
53
+ parse('slack_emoji.objects_and_symbols')
54
+ end
42
55
  end
43
56
  end
44
57
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module FactoryHelper #:nodoc:
3
- VERSION = '1.7.7'
3
+ VERSION = '1.8.0'
4
4
  end
@@ -160,20 +160,25 @@ en:
160
160
  - "#{Company.name}"
161
161
 
162
162
  slack_emoji:
163
- people: [':grinning:', ':grin:', ':joy:', ':smiley:', ':smile:', ':sweat_smile:', ':satisfied:', ':innocent:', ':smiling_imp:', ':imp:', ':wink:', ':blush:', ':relaxed:', ':yum:', ':relieved:', ':heart_eyes:', ':sunglasses:', ':smirk:', ':neutral_face:', ':expressionless:', ':unamused:', ':sweat:', ':pensive:', ':confused:', ':confounded:', ':kissing:', ':kissing_heart:', ':kissing_smiling_eyes:', ':kissing_closed_eyes:', ':stuck_out_tongue:', ':stuck_out_tongue_winking_eye:', ':stuck_out_tongue_closed_eyes:', ':disappointed:', ':worried:', ':angry:', ':rage:', ':cry:', ':persevere:', ':triumph:', ':disappointed_relieved:', ':frowning:', ':anguished:', ':fearful:', ':weary:', ':sleepy:', ':tired_face:', ':grimacing:', ':sob:', ':open_mouth:', ':hushed:', ':cold_sweat:', ':scream:', ':astonished:', ':flushed:', ':sleeping:', ':dizzy_face:', ':no_mouth:', ':mask:', ':smile_cat:', ':joy_cat:', ':smiley_cat:', ':heart_eyes_cat:', ':smirk_cat:', ':kissing_cat:', ':pouting_cat:', ':crying_cat_face:', ':scream_cat:', ':footprints:', ':bust_in_silhouette:', ':busts_in_silhouette:', ':baby:', ':boy:', ':girl:', ':man:', ':woman:', ':family:', ':couple:', ':two_men_holding_hands:', ':two_women_holding_hands:', ':dancers:', ':bride_with_veil:', ':person_with_blond_hair:', ':man_with_gua_pi_mao:', ':man_with_turban:', ':older_man:', ':older_woman:', ':cop:', ':construction_worker:', ':princess:', ':guardsman:', ':angel:', ':santa:', ':ghost:', ':japanese_ogre:', ':japanese_goblin:', ':shit:', ':skull:', ':alien:', ':space_invader:', ':bow:', ':information_desk_person:', ':no_good:', ':ok_woman:', ':raising_hand:', ':person_with_pouting_face:', ':person_frowning:', ':massage:', ':haircut:', ':couple_with_heart:', ':couplekiss:', ':raised_hands:', ':clap:', ':ear:', ':eyes:', ':nose:', ':lips:', ':kiss:', ':tongue:', ':nail_care:', ':wave:', ':thumbsup:', ':thumbsdown:', ':point_up:', ':point_up_2:', ':point_down:', ':point_left:', ':point_right:', ':ok_hand:', ':v:', ':punch:', ':fist:', ':raised_hand:', ':muscle:', ':open_hands:', ':pray:']
164
- nature: [':seedling:', ':evergreen_tree:', ':deciduous_tree:', ':palm_tree:', ':cactus:', ':tulip:', ':cherry_blossom:', ':rose:', ':hibiscus:', ':sunflower:', ':blossom:', ':bouquet:', ':ear_of_rice:', ':herb:', ':four_leaf_clover:', ':maple_leaf:', ':fallen_leaf:', ':leaves:', ':mushroom:', ':chestnut:', ':rat:', ':mouse2:', ':mouse:', ':hamster:', ':ox:', ':water_buffalo:', ':cow2:', ':cow:', ':tiger2:', ':leopard:', ':tiger:', ':rabbit2:', ':rabbit:', ':cat2:', ':cat:', ':racehorse:', ':horse:', ':ram:', ':sheep:', ':goat:', ':rooster:', ':chicken:', ':baby_chick:', ':hatching_chick:', ':hatched_chick:', ':bird:', ':penguin:', ':elephant:', ':dromedary_camel:', ':camel:', ':boar:', ':pig2:', ':pig:', ':pig_nose:', ':dog2:', ':poodle:', ':dog:', ':wolf:', ':bear:', ':koala:', ':panda_face:', ':monkey_face:', ':see_no_evil:', ':hear_no_evil:', ':speak_no_evil:', ':monkey:', ':dragon:', ':dragon_face:', ':crocodile:', ':snake:', ':turtle:', ':frog:', ':whale2:', ':whale:', ':flipper:', ':octopus:', ':fish:', ':tropical_fish:', ':blowfish:', ':shell:', ':snail:', ':bug:', ':ant:', ':honeybee:', ':beetle:', ':paw_prints:', ':zap:', ':fire:', ':crescent_moon:', ':sunny:', ':partly_sunny:', ':cloud:', ':droplet:', ':sweat_drops:', ':umbrella:', ':dash:', ':snowflake:', ':star2:', ':star:', ':stars:', ':sunrise_over_mountains:', ':sunrise:', ':rainbow:', ':ocean:', ':volcano:', ':milky_way:', ':mount_fuji:', ':japan:', ':globe_with_meridians:', ':earth_africa:', ':earth_americas:', ':earth_asia:', ':new_moon:', ':waxing_crescent_moon:', ':first_quarter_moon:', ':waxing_gibbous_moon:', ':full_moon:', ':waning_gibbous_moon:', ':last_quarter_moon:', ':waning_crescent_moon:', ':new_moon_with_face:', ':full_moon_with_face:', ':first_quarter_moon_with_face:', ':last_quarter_moon_with_face:', ':sun_with_face:']
165
- food_and_drink: [':tomato:', ':eggplant:', ':corn:', ':sweet_potato:', ':grapes:', ':melon:', ':watermelon:', ':tangerine:', ':lemon:', ':banana:', ':pineapple:', ':apple:', ':green_apple:', ':pear:', ':peach:', ':cherries:', ':strawberry:', ':hamburger:', ':pizza:', ':meat_on_bone:', ':poultry_leg:', ':rice_cracker:', ':rice_ball:', ':rice:', ':curry:', ':ramen:', ':spaghetti:', ':bread:', ':fries:', ':dango:', ':oden:', ':sushi:', ':fried_shrimp:', ':fish_cake:', ':icecream:', ':shaved_ice:', ':ice_cream:', ':doughnut:', ':cookie:', ':chocolate_bar:', ':candy:', ':lollipop:', ':custard:', ':honey_pot:', ':cake:', ':bento:', ':stew:', ':egg:', ':fork_and_knife:', ':tea:', ':coffee:', ':sake:', ':wine_glass:', ':cocktail:', ':tropical_drink:', ':beer:', ':beers:', ':baby_bottle:']
166
- celebration: [':ribbon:', ':gift:', ':birthday:', ':jack_o_lantern:', ':christmas_tree:', ':tanabata_tree:', ':bamboo:', ':rice_scene:', ':fireworks:', ':sparkler:', ':tada:', ':confetti_ball:', ':balloon:', ':dizzy:', ':sparkles:', ':collision:', ':mortar_board:', ':crown:', ':dolls:', ':flags:', ':wind_chime:', ':crossed_flags:', ':lantern:', ':ring:', ':heart:', ':broken_heart:', ':love_letter:', ':two_hearts:', ':revolving_hearts:', ':heartbeat:', ':heartpulse:', ':sparkling_heart:', ':cupid:', ':gift_heart:', ':heart_decoration:', ':purple_heart:', ':yellow_heart:', ':green_heart:', ':blue_heart:']
167
- activity: [':running:', ':walking:', ':dancer:', ':rowboat:', ':swimmer:', ':surfer:', ':bath:', ':snowboarder:', ':ski:', ':snowman:', ':bicyclist:', ':mountain_bicyclist:', ':horse_racing:', ':tent:', ':fishing_pole_and_fish:', ':soccer:', ':basketball:', ':football:', ':baseball:', ':tennis:', ':rugby_football:', ':golf:', ':trophy:', ':running_shirt_with_sash:', ':checkered_flag:', ':musical_keyboard:', ':guitar:', ':violin:', ':saxophone:', ':trumpet:', ':musical_note:', ':notes:', ':musical_score:', ':headphones:', ':microphone:', ':performing_arts:', ':ticket:', ':tophat:', ':circus_tent:', ':clapper:', ':art:', ':dart:', ':8ball:', ':bowling:', ':slot_machine:', ':game_die:', ':video_game:', ':flower_playing_cards:', ':black_joker:', ':mahjong:', ':carousel_horse:', ':ferris_wheel:', ':roller_coaster:']
168
- travel_and_places: [':train:', ':mountain_railway:', ':steam_locomotive:', ':monorail:', ':bullettrain_side:', ':bullettrain_front:', ':train2:', ':metro:', ':light_rail:', ':station:', ':tram:', ':bus:', ':oncoming_bus:', ':trolleybus:', ':minibus:', ':ambulance:', ':fire_engine:', ':police_car:', ':oncoming_police_car:', ':rotating_light:', ':taxi:', ':oncoming_taxi:', ':red_car:', ':oncoming_automobile:', ':blue_car:', ':truck:', ':articulated_lorry:', ':tractor:', ':bike:', ':busstop:', ':fuelpump:', ':construction:', ':vertical_traffic_light:', ':traffic_light:', ':rocket:', ':helicopter:', ':airplane:', ':seat:', ':anchor:', ':ship:', ':speedboat:', ':sailboat:', ':aerial_tramway:', ':mountain_cableway:', ':suspension_railway:', ':passport_control:', ':customs:', ':baggage_claim:', ':left_luggage:', ':yen:', ':euro:', ':pound:', ':dollar:', ':statue_of_liberty:', ':moyai:', ':foggy:', ':tokyo_tower:', ':fountain:', ':european_castle:', ':japanese_castle:', ':city_sunrise:', ':city_sunset:', ':night_with_stars:', ':bridge_at_night:', ':house:', ':house_with_garden:', ':office:', ':department_store:', ':factory:', ':post_office:', ':european_post_office:', ':hospital:', ':bank:', ':hotel:', ':love_hotel:', ':convenience_store:', ':school:', ':cn:', ':de:', ':es:', ':fr:', ':uk:', ':it:', ':jp:', ':kr:', ':ru:', ':us:']
169
- objects_and_symbols: [':watch:', ':iphone:', ':calling:', ':computer:', ':alarm_clock:', ':hourglass_flowing_sand:', ':hourglass:', ':camera:', ':video_camera:', ':movie_camera:', ':tv:', ':radio:', ':pager:', ':telephone_receiver:', ':telephone:', ':fax:', ':minidisc:', ':floppy_disk:', ':cd:', ':dvd:', ':vhs:', ':battery:', ':electric_plug:', ':bulb:', ':flashlight:', ':satellite:', ':credit_card:', ':money_with_wings:', ':moneybag:', ':gem:', ':closed_umbrella:', ':pouch:', ':purse:', ':handbag:', ':briefcase:', ':school_satchel:', ':lipstick:', ':eyeglasses:', ':womans_hat:', ':sandal:', ':high_heel:', ':boot:', ':shoe:', ':athletic_shoe:', ':bikini:', ':dress:', ':kimono:', ':womans_clothes:', ':tshirt:', ':necktie:', ':jeans:', ':door:', ':shower:', ':bathtub:', ':toilet:', ':barber:', ':syringe:', ':pill:', ':microscope:', ':telescope:', ':crystal_ball:', ':wrench:', ':hocho:', ':nut_and_bolt:', ':hammer:', ':bomb:', ':smoking:', ':gun:', ':bookmark:', ':newspaper:', ':key:', ':envelope:', ':envelope_with_arrow:', ':incoming_envelope:', ':e-mail:', ':inbox_tray:', ':outbox_tray:', ':package:', ':postal_horn:', ':postbox:', ':mailbox_closed:', ':mailbox:', ':mailbox_with_mail:', ':mailbox_with_no_mail:', ':page_facing_up:', ':page_with_curl:', ':bookmark_tabs:', ':chart_with_upwards_trend:', ':chart_with_downwards_trend:', ':bar_chart:', ':date:', ':calendar:', ':low_brightness:', ':high_brightness:', ':scroll:', ':clipboard:', ':open_book:', ':notebook:', ':notebook_with_decorative_cover:', ':ledger:', ':closed_book:', ':green_book:', ':blue_book:', ':orange_book:', ':books:', ':card_index:', ':link:', ':paperclip:', ':pushpin:', ':scissors:', ':triangular_ruler:', ':round_pushpin:', ':straight_ruler:', ':triangular_flag_on_post:', ':file_folder:', ':open_file_folder:', ':black_nib:', ':pencil2:', ':pencil:', ':lock_with_ink_pen:', ':closed_lock_with_key:', ':lock:', ':unlock:', ':mega:', ':loudspeaker:', ':sound:', ':speaker:', ':mute:', ':zzz:', ':bell:', ':no_bell:', ':thought_balloon:', ':speech_balloon:', ':children_crossing:', ':mag:', ':mag_right:', ':no_entry_sign:', ':no_entry:', ':name_badge:', ':no_pedestrians:', ':do_not_litter:', ':no_bicycles:', ':non-potable_water:', ':no_mobile_phones:', ':underage:', ':accept:', ':ideograph_advantage:', ':white_flower:', ':secret:', ':congratulations:', ':u5408:', ':u6e80:', ':u7981:', ':u6709:', ':u7121:', ':u7533:', ':u55b6:', ':u6708:', ':u5272:', ':u7a7a:', ':sa:', ':koko:', ':u6307:', ':chart:', ':sparkle:', ':eight_spoked_asterisk:', ':negative_squared_cross_mark:', ':white_check_mark:', ':eight_pointed_black_star:', ':vibration_mode:', ':mobile_phone_off:', ':vs:', ':a:', ':b:', ':ab:', ':cl:', ':o2:', ':sos:', ':id:', ':parking:', ':wc:', ':cool:', ':free:', ':new:', ':ng:', ':ok:', ':up:', ':atm:', ':aries:', ':taurus:', ':gemini:', ':cancer:', ':leo:', ':virgo:', ':libra:', ':scorpius:', ':sagittarius:', ':capricorn:', ':aquarius:', ':pisces:', ':restroom:', ':mens:', ':womens:', ':baby_symbol:', ':wheelchair:', ':potable_water:', ':no_smoking:', ':put_litter_in_its_place:', ':arrow_forward:', ':arrow_backward:', ':arrow_up_small:', ':arrow_down_small:', ':fast_forward:', ':rewind:', ':arrow_double_up:', ':arrow_double_down:', ':arrow_right:', ':arrow_left:', ':arrow_up:', ':arrow_down:', ':arrow_upper_right:', ':arrow_lower_right:', ':arrow_lower_left:', ':arrow_upper_left:', ':arrow_up_down:', ':left_right_arrow:', ':arrows_counterclockwise:', ':arrow_right_hook:', ':leftwards_arrow_with_hook:', ':arrow_heading_up:', ':arrow_heading_down:', ':twisted_rightwards_arrows:', ':repeat:', ':repeat_one:', ':zero:', ':one:', ':two:', ':three:', ':four:', ':five:', ':six:', ':seven:', ':eight:', ':nine:', ':keycap_ten:', ':1234:', ':abc:', ':abcd:', ':capital_abcd:', ':information_source:', ':signal_strength:', ':cinema:', ':symbols:', ':heavy_plus_sign:', ':heavy_minus_sign:', ':wavy_dash:', ':heavy_division_sign:', ':heavy_multiplication_x:', ':heavy_check_mark:', ':arrows_clockwise:', ':tm:', ':copyright:', ':registered:', ':currency_exchange:', ':heavy_dollar_sign:', ':curly_loop:', ':loop:', ':part_alternation_mark:', ':heavy_exclamation_mark:', ':question:', ':grey_exclamation:', ':grey_question:', ':interrobang:', ':x:', ':o:', ':100:', ':end:', ':back:', ':on:', ':top:', ':soon:', ':cyclone:', ':m:', ':ophiuchus:', ':six_pointed_star:', ':beginner:', ':trident:', ':warning:', ':hotsprings:', ':recycle:', ':anger:', ':diamond_shape_with_a_dot_inside:', ':spades:', ':clubs:', ':hearts:', ':diamonds:', ':ballot_box_with_check:', ':white_circle:', ':black_circle:', ':radio_button:', ':red_circle:', ':large_blue_circle:', ':small_red_triangle:', ':small_red_triangle_down:', ':small_orange_diamond:', ':small_blue_diamond:', ':large_orange_diamond:', ':large_blue_diamond:', ':black_small_square:', ':white_small_square:', ':black_large_square:', ':white_large_square:', ':black_medium_square:', ':white_medium_square:', ':black_medium_small_square:', ':white_medium_small_square:', ':black_square_button:', ':white_square_button:', ':clock1:', ':clock2:', ':clock3:', ':clock4:', ':clock5:', ':clock6:', ':clock7:', ':clock8:', ':clock9:', ':clock10:', ':clock11:', ':clock12:', ':clock130:', ':clock230:', ':clock330:', ':clock430:', ':clock530:', ':clock630:', ':clock730:', ':clock830:', ':clock930:', ':clock1030:', ':clock1130:', ':clock1230:']
170
- custom: [':beryl:', ':bowtie:', ':crab:', ':cubimal_chick:', ':dusty_stick:', ':feelsgood:', ':finnadie:', ':fu:', ':goberserk:', ':godmode:', ':hurtrealbad:', ':metal:', ':neckbeard:', ':octocat:', ':piggy:', ':rage1:', ':rage2:', ':rage3:', ':rage4:', ':rube:', ':simple_smile:', ':slack:', ':squirrel:', ':suspect:', ':taco:', ':trollface:']
163
+ people: [':grinning:', ':grimacing:', ':grin:', ':joy:', ':smiley:', ':smile:', ':sweat_smile:', ':laughing:', ':innocent:', ':wink:', ':blush:', ':slightly_smiling_face:', ':upside_down_face:', ':relaxed:', ':yum:', ':relieved:', ':heart_eyes:', ':kissing_heart:', ':kissing:', ':kissing_smiling_eyes:', ':kissing_closed_eyes:', ':stuck_out_tongue_winking_eye:', ':stuck_out_tongue_closed_eyes:', ':stuck_out_tongue:', ':money_mouth_face:', ':nerd_face:', ':sunglasses:', ':hugging_face:', ':smirk:', ':no_mouth:', ':neutral_face:', ':expressionless:', ':unamused:', ':face_with_rolling_eyes:', ':thinking_face:', ':flushed:', ':disappointed:', ':worried:', ':angry:', ':rage:', ':pensive:', ':confused:', ':slightly_frowning_face:', ':white_frowning_face:', ':persevere:', ':confounded:', ':tired_face:', ':weary:', ':triumph:', ':open_mouth:', ':scream:', ':fearful:', ':cold_sweat:', ':hushed:', ':frowning:', ':anguished:', ':cry:', ':disappointed_relieved:', ':sleepy:', ':sweat:', ':sob:', ':dizzy_face:', ':astonished:', ':zipper_mouth_face:', ':mask:', ':face_with_thermometer:', ':face_with_head_bandage:', ':sleeping:', ':zzz:', ':hankey:', ':smiling_imp:', ':imp:', ':japanese_ogre:', ':japanese_goblin:', ':skull:', ':ghost:', ':alien:', ':robot_face:', ':smiley_cat:', ':smile_cat:', ':joy_cat:', ':heart_eyes_cat:', ':smirk_cat:', ':kissing_cat:', ':scream_cat:', ':crying_cat_face:', ':pouting_cat:', ':raised_hands:', ':raised_hands::skin-tone-2:', ':raised_hands::skin-tone-3:', ':raised_hands::skin-tone-4:', ':raised_hands::skin-tone-5:', ':raised_hands::skin-tone-6:', ':clap:', ':clap::skin-tone-2:', ':clap::skin-tone-3:', ':clap::skin-tone-4:', ':clap::skin-tone-5:', ':clap::skin-tone-6:', ':wave:', ':wave::skin-tone-2:', ':wave::skin-tone-3:', ':wave::skin-tone-4:', ':wave::skin-tone-5:', ':wave::skin-tone-6:', ':+1:', ':+1::skin-tone-2:', ':+1::skin-tone-3:', ':+1::skin-tone-4:', ':+1::skin-tone-5:', ':+1::skin-tone-6:', ':-1:', ':-1::skin-tone-2:', ':-1::skin-tone-3:', ':-1::skin-tone-4:', ':-1::skin-tone-5:', ':-1::skin-tone-6:', ':facepunch:', ':facepunch::skin-tone-2:', ':facepunch::skin-tone-3:', ':facepunch::skin-tone-4:', ':facepunch::skin-tone-5:', ':facepunch::skin-tone-6:', ':fist:', ':fist::skin-tone-2:', ':fist::skin-tone-3:', ':fist::skin-tone-4:', ':fist::skin-tone-5:', ':fist::skin-tone-6:', ':v:', ':v::skin-tone-2:', ':v::skin-tone-3:', ':v::skin-tone-4:', ':v::skin-tone-5:', ':v::skin-tone-6:', ':ok_hand:', ':ok_hand::skin-tone-2:', ':ok_hand::skin-tone-3:', ':ok_hand::skin-tone-4:', ':ok_hand::skin-tone-5:', ':ok_hand::skin-tone-6:', ':hand:', ':hand::skin-tone-2:', ':hand::skin-tone-3:', ':hand::skin-tone-4:', ':hand::skin-tone-5:', ':hand::skin-tone-6:', ':open_hands:', ':open_hands::skin-tone-2:', ':open_hands::skin-tone-3:', ':open_hands::skin-tone-4:', ':open_hands::skin-tone-5:', ':open_hands::skin-tone-6:', ':muscle:', ':muscle::skin-tone-2:', ':muscle::skin-tone-3:', ':muscle::skin-tone-4:', ':muscle::skin-tone-5:', ':muscle::skin-tone-6:', ':pray:', ':pray::skin-tone-2:', ':pray::skin-tone-3:', ':pray::skin-tone-4:', ':pray::skin-tone-5:', ':pray::skin-tone-6:', ':point_up:', ':point_up::skin-tone-2:', ':point_up::skin-tone-3:', ':point_up::skin-tone-4:', ':point_up::skin-tone-5:', ':point_up::skin-tone-6:', ':point_up_2:', ':point_up_2::skin-tone-2:', ':point_up_2::skin-tone-3:', ':point_up_2::skin-tone-4:', ':point_up_2::skin-tone-5:', ':point_up_2::skin-tone-6:', ':point_down:', ':point_down::skin-tone-2:', ':point_down::skin-tone-3:', ':point_down::skin-tone-4:', ':point_down::skin-tone-5:', ':point_down::skin-tone-6:', ':point_left:', ':point_left::skin-tone-2:', ':point_left::skin-tone-3:', ':point_left::skin-tone-4:', ':point_left::skin-tone-5:', ':point_left::skin-tone-6:', ':point_right:', ':point_right::skin-tone-2:', ':point_right::skin-tone-3:', ':point_right::skin-tone-4:', ':point_right::skin-tone-5:', ':point_right::skin-tone-6:', ':middle_finger:', ':middle_finger::skin-tone-2:', ':middle_finger::skin-tone-3:', ':middle_finger::skin-tone-4:', ':middle_finger::skin-tone-5:', ':middle_finger::skin-tone-6:', ':raised_hand_with_fingers_splayed:', ':raised_hand_with_fingers_splayed::skin-tone-2:', ':raised_hand_with_fingers_splayed::skin-tone-3:', ':raised_hand_with_fingers_splayed::skin-tone-4:', ':raised_hand_with_fingers_splayed::skin-tone-5:', ':raised_hand_with_fingers_splayed::skin-tone-6:', ':the_horns:', ':the_horns::skin-tone-2:', ':the_horns::skin-tone-3:', ':the_horns::skin-tone-4:', ':the_horns::skin-tone-5:', ':the_horns::skin-tone-6:', ':spock-hand:', ':spock-hand::skin-tone-2:', ':spock-hand::skin-tone-3:', ':spock-hand::skin-tone-4:', ':spock-hand::skin-tone-5:', ':spock-hand::skin-tone-6:', ':writing_hand:', ':writing_hand::skin-tone-2:', ':writing_hand::skin-tone-3:', ':writing_hand::skin-tone-4:', ':writing_hand::skin-tone-5:', ':writing_hand::skin-tone-6:', ':nail_care:', ':nail_care::skin-tone-2:', ':nail_care::skin-tone-3:', ':nail_care::skin-tone-4:', ':nail_care::skin-tone-5:', ':nail_care::skin-tone-6:', ':lips:', ':tongue:', ':ear:', ':ear::skin-tone-2:', ':ear::skin-tone-3:', ':ear::skin-tone-4:', ':ear::skin-tone-5:', ':ear::skin-tone-6:', ':nose:', ':nose::skin-tone-2:', ':nose::skin-tone-3:', ':nose::skin-tone-4:', ':nose::skin-tone-5:', ':nose::skin-tone-6:', ':eye:', ':eyes:', ':bust_in_silhouette:', ':busts_in_silhouette:', ':speaking_head_in_silhouette:', ':baby:', ':baby::skin-tone-2:', ':baby::skin-tone-3:', ':baby::skin-tone-4:', ':baby::skin-tone-5:', ':baby::skin-tone-6:', ':boy:', ':boy::skin-tone-2:', ':boy::skin-tone-3:', ':boy::skin-tone-4:', ':boy::skin-tone-5:', ':boy::skin-tone-6:', ':girl:', ':girl::skin-tone-2:', ':girl::skin-tone-3:', ':girl::skin-tone-4:', ':girl::skin-tone-5:', ':girl::skin-tone-6:', ':man:', ':man::skin-tone-2:', ':man::skin-tone-3:', ':man::skin-tone-4:', ':man::skin-tone-5:', ':man::skin-tone-6:', ':woman:', ':woman::skin-tone-2:', ':woman::skin-tone-3:', ':woman::skin-tone-4:', ':woman::skin-tone-5:', ':woman::skin-tone-6:', ':person_with_blond_hair:', ':person_with_blond_hair::skin-tone-2:', ':person_with_blond_hair::skin-tone-3:', ':person_with_blond_hair::skin-tone-4:', ':person_with_blond_hair::skin-tone-5:', ':person_with_blond_hair::skin-tone-6:', ':older_man:', ':older_man::skin-tone-2:', ':older_man::skin-tone-3:', ':older_man::skin-tone-4:', ':older_man::skin-tone-5:', ':older_man::skin-tone-6:', ':older_woman:', ':older_woman::skin-tone-2:', ':older_woman::skin-tone-3:', ':older_woman::skin-tone-4:', ':older_woman::skin-tone-5:', ':older_woman::skin-tone-6:', ':man_with_gua_pi_mao:', ':man_with_gua_pi_mao::skin-tone-2:', ':man_with_gua_pi_mao::skin-tone-3:', ':man_with_gua_pi_mao::skin-tone-4:', ':man_with_gua_pi_mao::skin-tone-5:', ':man_with_gua_pi_mao::skin-tone-6:', ':man_with_turban:', ':man_with_turban::skin-tone-2:', ':man_with_turban::skin-tone-3:', ':man_with_turban::skin-tone-4:', ':man_with_turban::skin-tone-5:', ':man_with_turban::skin-tone-6:', ':cop:', ':cop::skin-tone-2:', ':cop::skin-tone-3:', ':cop::skin-tone-4:', ':cop::skin-tone-5:', ':cop::skin-tone-6:', ':construction_worker:', ':construction_worker::skin-tone-2:', ':construction_worker::skin-tone-3:', ':construction_worker::skin-tone-4:', ':construction_worker::skin-tone-5:', ':construction_worker::skin-tone-6:', ':guardsman:', ':guardsman::skin-tone-2:', ':guardsman::skin-tone-3:', ':guardsman::skin-tone-4:', ':guardsman::skin-tone-5:', ':guardsman::skin-tone-6:', ':sleuth_or_spy:', ':sleuth_or_spy::skin-tone-2:', ':sleuth_or_spy::skin-tone-3:', ':sleuth_or_spy::skin-tone-4:', ':sleuth_or_spy::skin-tone-5:', ':sleuth_or_spy::skin-tone-6:', ':santa:', ':santa::skin-tone-2:', ':santa::skin-tone-3:', ':santa::skin-tone-4:', ':santa::skin-tone-5:', ':santa::skin-tone-6:', ':angel:', ':angel::skin-tone-2:', ':angel::skin-tone-3:', ':angel::skin-tone-4:', ':angel::skin-tone-5:', ':angel::skin-tone-6:', ':princess:', ':princess::skin-tone-2:', ':princess::skin-tone-3:', ':princess::skin-tone-4:', ':princess::skin-tone-5:', ':princess::skin-tone-6:', ':bride_with_veil:', ':bride_with_veil::skin-tone-2:', ':bride_with_veil::skin-tone-3:', ':bride_with_veil::skin-tone-4:', ':bride_with_veil::skin-tone-5:', ':bride_with_veil::skin-tone-6:', ':walking:', ':walking::skin-tone-2:', ':walking::skin-tone-3:', ':walking::skin-tone-4:', ':walking::skin-tone-5:', ':walking::skin-tone-6:', ':runner:', ':runner::skin-tone-2:', ':runner::skin-tone-3:', ':runner::skin-tone-4:', ':runner::skin-tone-5:', ':runner::skin-tone-6:', ':dancer:', ':dancer::skin-tone-2:', ':dancer::skin-tone-3:', ':dancer::skin-tone-4:', ':dancer::skin-tone-5:', ':dancer::skin-tone-6:', ':dancers:', ':couple:', ':two_men_holding_hands:', ':two_women_holding_hands:', ':bow:', ':bow::skin-tone-2:', ':bow::skin-tone-3:', ':bow::skin-tone-4:', ':bow::skin-tone-5:', ':bow::skin-tone-6:', ':information_desk_person:', ':information_desk_person::skin-tone-2:', ':information_desk_person::skin-tone-3:', ':information_desk_person::skin-tone-4:', ':information_desk_person::skin-tone-5:', ':information_desk_person::skin-tone-6:', ':no_good:', ':no_good::skin-tone-2:', ':no_good::skin-tone-3:', ':no_good::skin-tone-4:', ':no_good::skin-tone-5:', ':no_good::skin-tone-6:', ':ok_woman:', ':ok_woman::skin-tone-2:', ':ok_woman::skin-tone-3:', ':ok_woman::skin-tone-4:', ':ok_woman::skin-tone-5:', ':ok_woman::skin-tone-6:', ':raising_hand:', ':raising_hand::skin-tone-2:', ':raising_hand::skin-tone-3:', ':raising_hand::skin-tone-4:', ':raising_hand::skin-tone-5:', ':raising_hand::skin-tone-6:', ':person_with_pouting_face:', ':person_with_pouting_face::skin-tone-2:', ':person_with_pouting_face::skin-tone-3:', ':person_with_pouting_face::skin-tone-4:', ':person_with_pouting_face::skin-tone-5:', ':person_with_pouting_face::skin-tone-6:', ':person_frowning:', ':person_frowning::skin-tone-2:', ':person_frowning::skin-tone-3:', ':person_frowning::skin-tone-4:', ':person_frowning::skin-tone-5:', ':person_frowning::skin-tone-6:', ':haircut:', ':haircut::skin-tone-2:', ':haircut::skin-tone-3:', ':haircut::skin-tone-4:', ':haircut::skin-tone-5:', ':haircut::skin-tone-6:', ':massage:', ':massage::skin-tone-2:', ':massage::skin-tone-3:', ':massage::skin-tone-4:', ':massage::skin-tone-5:', ':massage::skin-tone-6:', ':couple_with_heart:', ':woman-heart-woman:', ':man-heart-man:', ':couplekiss:', ':woman-kiss-woman:', ':man-kiss-man:', ':family:', ':man-woman-girl:', ':man-woman-girl-boy:', ':man-woman-boy-boy:', ':man-woman-girl-girl:', ':woman-woman-boy:', ':woman-woman-girl:', ':woman-woman-girl-boy:', ':woman-woman-boy-boy:', ':woman-woman-girl-girl:', ':man-man-boy:', ':man-man-girl:', ':man-man-girl-boy:', ':man-man-boy-boy:', ':man-man-girl-girl:', ':womans_clothes:', ':shirt:', ':jeans:', ':necktie:', ':dress:', ':bikini:', ':kimono:', ':lipstick:', ':kiss:', ':footprints:', ':high_heel:', ':sandal:', ':boot:', ':mans_shoe:', ':athletic_shoe:', ':womans_hat:', ':tophat:', ':helmet_with_white_cross:', ':mortar_board:', ':crown:', ':school_satchel:', ':pouch:', ':purse:', ':handbag:', ':briefcase:', ':eyeglasses:', ':dark_sunglasses:', ':ring:', ':closed_umbrella:']
164
+ nature: [':dog:', ':cat:', ':mouse:', ':hamster:', ':rabbit:', ':bear:', ':panda_face:', ':koala:', ':tiger:', ':lion_face:', ':cow:', ':pig:', ':pig_nose:', ':frog:', ':octopus:', ':monkey_face:', ':see_no_evil:', ':hear_no_evil:', ':speak_no_evil:', ':monkey:', ':chicken:', ':penguin:', ':bird:', ':baby_chick:', ':hatching_chick:', ':hatched_chick:', ':wolf:', ':boar:', ':horse:', ':unicorn_face:', ':bee:', ':bug:', ':snail:', ':beetle:', ':ant:', ':spider:', ':scorpion:', ':crab:', ':snake:', ':turtle:', ':tropical_fish:', ':fish:', ':blowfish:', ':dolphin:', ':whale:', ':whale2:', ':crocodile:', ':leopard:', ':tiger2:', ':water_buffalo:', ':ox:', ':cow2:', ':dromedary_camel:', ':camel:', ':elephant:', ':goat:', ':ram:', ':sheep:', ':racehorse:', ':pig2:', ':rat:', ':mouse2:', ':rooster:', ':turkey:', ':dove_of_peace:', ':dog2:', ':poodle:', ':cat2:', ':rabbit2:', ':chipmunk:', ':feet:', ':dragon:', ':dragon_face:', ':cactus:', ':christmas_tree:', ':evergreen_tree:', ':deciduous_tree:', ':palm_tree:', ':seedling:', ':herb:', ':shamrock:', ':four_leaf_clover:', ':bamboo:', ':tanabata_tree:', ':leaves:', ':fallen_leaf:', ':maple_leaf:', ':ear_of_rice:', ':hibiscus:', ':sunflower:', ':rose:', ':tulip:', ':blossom:', ':cherry_blossom:', ':bouquet:', ':mushroom:', ':chestnut:', ':jack_o_lantern:', ':shell:', ':spider_web:', ':earth_americas:', ':earth_africa:', ':earth_asia:', ':full_moon:', ':waning_gibbous_moon:', ':last_quarter_moon:', ':waning_crescent_moon:', ':new_moon:', ':waxing_crescent_moon:', ':first_quarter_moon:', ':moon:', ':new_moon_with_face:', ':full_moon_with_face:', ':first_quarter_moon_with_face:', ':last_quarter_moon_with_face:', ':sun_with_face:', ':crescent_moon:', ':star:', ':star2:', ':dizzy:', ':sparkles:', ':comet:', ':sunny:', ':mostly_sunny:', ':partly_sunny:', ':barely_sunny:', ':partly_sunny_rain:', ':cloud:', ':rain_cloud:', ':thunder_cloud_and_rain:', ':lightning:', ':zap:', ':fire:', ':boom:', ':snowflake:', ':snow_cloud:', ':snowman_without_snow:', ':snowman:', ':wind_blowing_face:', ':dash:', ':tornado:', ':fog:', ':umbrella:', ':umbrella_with_rain_drops:', ':droplet:', ':sweat_drops:', ':ocean:']
165
+ food_and_drink: [':green_apple:', ':apple:', ':pear:', ':tangerine:', ':lemon:', ':banana:', ':watermelon:', ':grapes:', ':strawberry:', ':melon:', ':cherries:', ':peach:', ':pineapple:', ':tomato:', ':eggplant:', ':hot_pepper:', ':corn:', ':sweet_potato:', ':honey_pot:', ':bread:', ':cheese_wedge:', ':poultry_leg:', ':meat_on_bone:', ':fried_shrimp:', ':egg:', ':hamburger:', ':fries:', ':hotdog:', ':pizza:', ':spaghetti:', ':taco:', ':burrito:', ':ramen:', ':stew:', ':fish_cake:', ':sushi:', ':bento:', ':curry:', ':rice_ball:', ':rice:', ':rice_cracker:', ':oden:', ':dango:', ':shaved_ice:', ':ice_cream:', ':icecream:', ':cake:', ':birthday:', ':custard:', ':candy:', ':lollipop:', ':chocolate_bar:', ':popcorn:', ':doughnut:', ':cookie:', ':beer:', ':beers:', ':wine_glass:', ':cocktail:', ':tropical_drink:', ':champagne:', ':sake:', ':tea:', ':coffee:', ':baby_bottle:', ':fork_and_knife:', ':knife_fork_plate:']
166
+ activity: [':soccer:', ':basketball:', ':football:', ':baseball:', ':tennis:', ':volleyball:', ':rugby_football:', ':8ball:', ':golf:', ':golfer:', ':table_tennis_paddle_and_ball:', ':badminton_racquet_and_shuttlecock:', ':ice_hockey_stick_and_puck:', ':field_hockey_stick_and_ball:', ':cricket_bat_and_ball:', ':ski:', ':skier:', ':snowboarder:', ':ice_skate:', ':bow_and_arrow:', ':fishing_pole_and_fish:', ':rowboat:', ':rowboat::skin-tone-2:', ':rowboat::skin-tone-3:', ':rowboat::skin-tone-4:', ':rowboat::skin-tone-5:', ':rowboat::skin-tone-6:', ':swimmer:', ':swimmer::skin-tone-2:', ':swimmer::skin-tone-3:', ':swimmer::skin-tone-4:', ':swimmer::skin-tone-5:', ':swimmer::skin-tone-6:', ':surfer:', ':surfer::skin-tone-2:', ':surfer::skin-tone-3:', ':surfer::skin-tone-4:', ':surfer::skin-tone-5:', ':surfer::skin-tone-6:', ':bath:', ':bath::skin-tone-2:', ':bath::skin-tone-3:', ':bath::skin-tone-4:', ':bath::skin-tone-5:', ':bath::skin-tone-6:', ':person_with_ball:', ':person_with_ball::skin-tone-2:', ':person_with_ball::skin-tone-3:', ':person_with_ball::skin-tone-4:', ':person_with_ball::skin-tone-5:', ':person_with_ball::skin-tone-6:', ':weight_lifter:', ':weight_lifter::skin-tone-2:', ':weight_lifter::skin-tone-3:', ':weight_lifter::skin-tone-4:', ':weight_lifter::skin-tone-5:', ':weight_lifter::skin-tone-6:', ':bicyclist:', ':bicyclist::skin-tone-2:', ':bicyclist::skin-tone-3:', ':bicyclist::skin-tone-4:', ':bicyclist::skin-tone-5:', ':bicyclist::skin-tone-6:', ':mountain_bicyclist:', ':mountain_bicyclist::skin-tone-2:', ':mountain_bicyclist::skin-tone-3:', ':mountain_bicyclist::skin-tone-4:', ':mountain_bicyclist::skin-tone-5:', ':mountain_bicyclist::skin-tone-6:', ':horse_racing:', ':horse_racing::skin-tone-2:', ':horse_racing::skin-tone-3:', ':horse_racing::skin-tone-4:', ':horse_racing::skin-tone-5:', ':horse_racing::skin-tone-6:', ':man_in_business_suit_levitating:', ':trophy:', ':running_shirt_with_sash:', ':sports_medal:', ':medal:', ':reminder_ribbon:', ':rosette:', ':ticket:', ':admission_tickets:', ':performing_arts:', ':art:', ':circus_tent:', ':microphone:', ':headphones:', ':musical_score:', ':musical_keyboard:', ':saxophone:', ':trumpet:', ':guitar:', ':violin:', ':clapper:', ':video_game:', ':space_invader:', ':dart:', ':game_die:', ':slot_machine:', ':bowling:']
167
+ travel_and_places: [':car:', ':taxi:', ':blue_car:', ':bus:', ':trolleybus:', ':racing_car:', ':police_car:', ':ambulance:', ':fire_engine:', ':minibus:', ':truck:', ':articulated_lorry:', ':tractor:', ':racing_motorcycle:', ':bike:', ':rotating_light:', ':oncoming_police_car:', ':oncoming_bus:', ':oncoming_automobile:', ':oncoming_taxi:', ':aerial_tramway:', ':mountain_cableway:', ':suspension_railway:', ':railway_car:', ':train:', ':monorail:', ':bullettrain_side:', ':bullettrain_front:', ':light_rail:', ':mountain_railway:', ':steam_locomotive:', ':train2:', ':metro:', ':tram:', ':station:', ':helicopter:', ':small_airplane:', ':airplane:', ':airplane_departure:', ':airplane_arriving:', ':boat:', ':motor_boat:', ':speedboat:', ':ferry:', ':passenger_ship:', ':rocket:', ':satellite:', ':seat:', ':anchor:', ':construction:', ':fuelpump:', ':busstop:', ':vertical_traffic_light:', ':traffic_light:', ':checkered_flag:', ':ship:', ':ferris_wheel:', ':roller_coaster:', ':carousel_horse:', ':building_construction:', ':foggy:', ':tokyo_tower:', ':factory:', ':fountain:', ':rice_scene:', ':mountain:', ':snow_capped_mountain:', ':mount_fuji:', ':volcano:', ':japan:', ':camping:', ':tent:', ':national_park:', ':motorway:', ':railway_track:', ':sunrise:', ':sunrise_over_mountains:', ':desert:', ':beach_with_umbrella:', ':desert_island:', ':city_sunrise:', ':city_sunset:', ':cityscape:', ':night_with_stars:', ':bridge_at_night:', ':milky_way:', ':stars:', ':sparkler:', ':fireworks:', ':rainbow:', ':house_buildings:', ':european_castle:', ':japanese_castle:', ':stadium:', ':statue_of_liberty:', ':house:', ':house_with_garden:', ':derelict_house_building:', ':office:', ':department_store:', ':post_office:', ':european_post_office:', ':hospital:', ':bank:', ':hotel:', ':convenience_store:', ':school:', ':love_hotel:', ':wedding:', ':classical_building:', ':church:', ':mosque:', ':synagogue:', ':kaaba:', ':shinto_shrine:']
168
+ objects: [':watch:', ':iphone:', ':calling:', ':computer:', ':keyboard:', ':desktop_computer:', ':printer:', ':three_button_mouse:', ':trackball:', ':joystick:', ':compression:', ':minidisc:', ':floppy_disk:', ':cd:', ':dvd:', ':vhs:', ':camera:', ':camera_with_flash:', ':video_camera:', ':movie_camera:', ':film_projector:', ':film_frames:', ':telephone_receiver:', ':phone:', ':pager:', ':fax:', ':tv:', ':radio:', ':studio_microphone:', ':level_slider:', ':control_knobs:', ':stopwatch:', ':timer_clock:', ':alarm_clock:', ':mantelpiece_clock:', ':hourglass_flowing_sand:', ':hourglass:', ':satellite_antenna:', ':battery:', ':electric_plug:', ':bulb:', ':flashlight:', ':candle:', ':wastebasket:', ':oil_drum:', ':money_with_wings:', ':dollar:', ':yen:', ':euro:', ':pound:', ':moneybag:', ':credit_card:', ':gem:', ':scales:', ':wrench:', ':hammer:', ':hammer_and_pick:', ':hammer_and_wrench:', ':pick:', ':nut_and_bolt:', ':gear:', ':chains:', ':gun:', ':bomb:', ':hocho:', ':dagger_knife:', ':crossed_swords:', ':shield:', ':smoking:', ':skull_and_crossbones:', ':coffin:', ':funeral_urn:', ':amphora:', ':crystal_ball:', ':prayer_beads:', ':barber:', ':alembic:', ':telescope:', ':microscope:', ':hole:', ':pill:', ':syringe:', ':thermometer:', ':label:', ':bookmark:', ':toilet:', ':shower:', ':bathtub:', ':key:', ':old_key:', ':couch_and_lamp:', ':sleeping_accommodation:', ':bed:', ':door:', ':bellhop_bell:', ':frame_with_picture:', ':world_map:', ':umbrella_on_ground:', ':moyai:', ':shopping_bags:', ':balloon:', ':flags:', ':ribbon:', ':gift:', ':confetti_ball:', ':tada:', ':dolls:', ':wind_chime:', ':crossed_flags:', ':izakaya_lantern:', ':email:', ':envelope_with_arrow:', ':incoming_envelope:', ':e-mail:', ':love_letter:', ':postbox:', ':mailbox_closed:', ':mailbox:', ':mailbox_with_mail:', ':mailbox_with_no_mail:', ':package:', ':postal_horn:', ':inbox_tray:', ':outbox_tray:', ':scroll:', ':page_with_curl:', ':bookmark_tabs:', ':bar_chart:', ':chart_with_upwards_trend:', ':chart_with_downwards_trend:', ':page_facing_up:', ':date:', ':calendar:', ':spiral_calendar_pad:', ':card_index:', ':card_file_box:', ':ballot_box_with_ballot:', ':file_cabinet:', ':clipboard:', ':spiral_note_pad:', ':file_folder:', ':open_file_folder:', ':card_index_dividers:', ':rolled_up_newspaper:', ':newspaper:', ':notebook:', ':closed_book:', ':green_book:', ':blue_book:', ':orange_book:', ':notebook_with_decorative_cover:', ':ledger:', ':books:', ':book:', ':link:', ':paperclip:', ':linked_paperclips:', ':scissors:', ':triangular_ruler:', ':straight_ruler:', ':pushpin:', ':round_pushpin:', ':triangular_flag_on_post:', ':waving_white_flag:', ':waving_black_flag:', ':closed_lock_with_key:', ':lock:', ':unlock:', ':lock_with_ink_pen:', ':lower_left_ballpoint_pen:', ':lower_left_fountain_pen:', ':black_nib:', ':memo:', ':pencil2:', ':lower_left_crayon:', ':lower_left_paintbrush:', ':mag:', ':mag_right:']
169
+ symbols: [':heart:', ':yellow_heart:', ':green_heart:', ':blue_heart:', ':purple_heart:', ':broken_heart:', ':heavy_heart_exclamation_mark_ornament:', ':two_hearts:', ':revolving_hearts:', ':heartbeat:', ':heartpulse:', ':sparkling_heart:', ':cupid:', ':gift_heart:', ':heart_decoration:', ':peace_symbol:', ':latin_cross:', ':star_and_crescent:', ':om_symbol:', ':wheel_of_dharma:', ':star_of_david:', ':six_pointed_star:', ':menorah_with_nine_branches:', ':yin_yang:', ':orthodox_cross:', ':place_of_worship:', ':ophiuchus:', ':aries:', ':taurus:', ':gemini:', ':cancer:', ':leo:', ':virgo:', ':libra:', ':scorpius:', ':sagittarius:', ':capricorn:', ':aquarius:', ':pisces:', ':id:', ':atom_symbol:', ':u7a7a:', ':u5272:', ':radioactive_sign:', ':biohazard_sign:', ':mobile_phone_off:', ':vibration_mode:', ':u6709:', ':u7121:', ':u7533:', ':u55b6:', ':u6708:', ':eight_pointed_black_star:', ':vs:', ':accept:', ':white_flower:', ':ideograph_advantage:', ':secret:', ':congratulations:', ':u5408:', ':u6e80:', ':u7981:', ':a:', ':b:', ':ab:', ':cl:', ':o2:', ':sos:', ':no_entry:', ':name_badge:', ':no_entry_sign:', ':x:', ':o:', ':anger:', ':hotsprings:', ':no_pedestrians:', ':do_not_litter:', ':no_bicycles:', ':non-potable_water:', ':underage:', ':no_mobile_phones:', ':exclamation:', ':grey_exclamation:', ':question:', ':grey_question:', ':bangbang:', ':interrobang:', ':100:', ':low_brightness:', ':high_brightness:', ':trident:', ':fleur_de_lis:', ':part_alternation_mark:', ':warning:', ':children_crossing:', ':beginner:', ':recycle:', ':u6307:', ':chart:', ':sparkle:', ':eight_spoked_asterisk:', ':eject:', ':negative_squared_cross_mark:', ':white_check_mark:', ':diamond_shape_with_a_dot_inside:', ':cyclone:', ':loop:', ':globe_with_meridians:', ':m:', ':atm:', ':sa:', ':passport_control:', ':customs:', ':baggage_claim:', ':left_luggage:', ':wheelchair:', ':no_smoking:', ':wc:', ':parking:', ':potable_water:', ':mens:', ':womens:', ':baby_symbol:', ':restroom:', ':put_litter_in_its_place:', ':cinema:', ':signal_strength:', ':koko:', ':ng:', ':ok:', ':up:', ':cool:', ':new:', ':free:', ':zero:', ':one:', ':two:', ':three:', ':four:', ':five:', ':six:', ':seven:', ':eight:', ':nine:', ':keycap_ten:', ':keycap_star:', ':1234:', ':arrow_forward:', ':double_vertical_bar:', ':black_right_pointing_triangle_with_double_vertical_bar:', ':black_square_for_stop:', ':black_circle_for_record:', ':black_right_pointing_double_triangle_with_vertical_bar:', ':black_left_pointing_double_triangle_with_vertical_bar:', ':fast_forward:', ':rewind:', ':twisted_rightwards_arrows:', ':repeat:', ':repeat_one:', ':arrow_backward:', ':arrow_up_small:', ':arrow_down_small:', ':arrow_double_up:', ':arrow_double_down:', ':arrow_right:', ':arrow_left:', ':arrow_up:', ':arrow_down:', ':arrow_upper_right:', ':arrow_lower_right:', ':arrow_lower_left:', ':arrow_upper_left:', ':arrow_up_down:', ':left_right_arrow:', ':arrows_counterclockwise:', ':arrow_right_hook:', ':leftwards_arrow_with_hook:', ':arrow_heading_up:', ':arrow_heading_down:', ':hash:', ':information_source:', ':abc:', ':abcd:', ':capital_abcd:', ':symbols:', ':musical_note:', ':notes:', ':wavy_dash:', ':curly_loop:', ':heavy_check_mark:', ':arrows_clockwise:', ':heavy_plus_sign:', ':heavy_minus_sign:', ':heavy_division_sign:', ':heavy_multiplication_x:', ':heavy_dollar_sign:', ':currency_exchange:', ':copyright:', ':registered:', ':tm:', ':end:', ':back:', ':on:', ':top:', ':soon:', ':ballot_box_with_check:', ':radio_button:', ':white_circle:', ':black_circle:', ':red_circle:', ':large_blue_circle:', ':small_orange_diamond:', ':small_blue_diamond:', ':large_orange_diamond:', ':large_blue_diamond:', ':small_red_triangle:', ':black_small_square:', ':white_small_square:', ':black_large_square:', ':white_large_square:', ':small_red_triangle_down:', ':black_medium_square:', ':white_medium_square:', ':black_medium_small_square:', ':white_medium_small_square:', ':black_square_button:', ':white_square_button:', ':speaker:', ':sound:', ':loud_sound:', ':mute:', ':mega:', ':loudspeaker:', ':bell:', ':no_bell:', ':black_joker:', ':mahjong:', ':spades:', ':clubs:', ':hearts:', ':diamonds:', ':flower_playing_cards:', ':thought_balloon:', ':right_anger_bubble:', ':speech_balloon:', ':left_speech_bubble:', ':clock1:', ':clock2:', ':clock3:', ':clock4:', ':clock5:', ':clock6:', ':clock7:', ':clock8:', ':clock9:', ':clock10:', ':clock11:', ':clock12:', ':clock130:', ':clock230:', ':clock330:', ':clock430:', ':clock530:', ':clock630:', ':clock730:', ':clock830:', ':clock930:', ':clock1030:', ':clock1130:', ':clock1230:']
170
+ flags: [':flag-ac:', ':flag-ad:', ':flag-ae:', ':flag-af:', ':flag-ag:', ':flag-ai:', ':flag-al:', ':flag-am:', ':flag-ao:', ':flag-aq:', ':flag-ar:', ':flag-as:', ':flag-at:', ':flag-au:', ':flag-aw:', ':flag-ax:', ':flag-az:', ':flag-ba:', ':flag-bb:', ':flag-bd:', ':flag-be:', ':flag-bf:', ':flag-bg:', ':flag-bh:', ':flag-bi:', ':flag-bj:', ':flag-bl:', ':flag-bm:', ':flag-bn:', ':flag-bo:', ':flag-bq:', ':flag-br:', ':flag-bs:', ':flag-bt:', ':flag-bv:', ':flag-bw:', ':flag-by:', ':flag-bz:', ':flag-ca:', ':flag-cc:', ':flag-cd:', ':flag-cf:', ':flag-cg:', ':flag-ch:', ':flag-ci:', ':flag-ck:', ':flag-cl:', ':flag-cm:', ':flag-cn:', ':flag-co:', ':flag-cp:', ':flag-cr:', ':flag-cu:', ':flag-cv:', ':flag-cw:', ':flag-cx:', ':flag-cy:', ':flag-cz:', ':flag-de:', ':flag-dg:', ':flag-dj:', ':flag-dk:', ':flag-dm:', ':flag-do:', ':flag-dz:', ':flag-ea:', ':flag-ec:', ':flag-ee:', ':flag-eg:', ':flag-eh:', ':flag-er:', ':flag-es:', ':flag-et:', ':flag-eu:', ':flag-fi:', ':flag-fj:', ':flag-fk:', ':flag-fm:', ':flag-fo:', ':flag-fr:', ':flag-ga:', ':flag-gb:', ':flag-gd:', ':flag-ge:', ':flag-gf:', ':flag-gg:', ':flag-gh:', ':flag-gi:', ':flag-gl:', ':flag-gm:', ':flag-gn:', ':flag-gp:', ':flag-gq:', ':flag-gr:', ':flag-gs:', ':flag-gt:', ':flag-gu:', ':flag-gw:', ':flag-gy:', ':flag-hk:', ':flag-hm:', ':flag-hn:', ':flag-hr:', ':flag-ht:', ':flag-hu:', ':flag-ic:', ':flag-id:', ':flag-ie:', ':flag-il:', ':flag-im:', ':flag-in:', ':flag-io:', ':flag-iq:', ':flag-ir:', ':flag-is:', ':flag-it:', ':flag-je:', ':flag-jm:', ':flag-jo:', ':flag-jp:', ':flag-ke:', ':flag-kg:', ':flag-kh:', ':flag-ki:', ':flag-km:', ':flag-kn:', ':flag-kp:', ':flag-kr:', ':flag-kw:', ':flag-ky:', ':flag-kz:', ':flag-la:', ':flag-lb:', ':flag-lc:', ':flag-li:', ':flag-lk:', ':flag-lr:', ':flag-ls:', ':flag-lt:', ':flag-lu:', ':flag-lv:', ':flag-ly:', ':flag-ma:', ':flag-mc:', ':flag-md:', ':flag-me:', ':flag-mf:', ':flag-mg:', ':flag-mh:', ':flag-mk:', ':flag-ml:', ':flag-mm:', ':flag-mn:', ':flag-mo:', ':flag-mp:', ':flag-mq:', ':flag-mr:', ':flag-ms:', ':flag-mt:', ':flag-mu:', ':flag-mv:', ':flag-mw:', ':flag-mx:', ':flag-my:', ':flag-mz:', ':flag-na:', ':flag-nc:', ':flag-ne:', ':flag-nf:', ':flag-ng:', ':flag-ni:', ':flag-nl:', ':flag-no:', ':flag-np:', ':flag-nr:', ':flag-nu:', ':flag-nz:', ':flag-om:', ':flag-pa:', ':flag-pe:', ':flag-pf:', ':flag-pg:', ':flag-ph:', ':flag-pk:', ':flag-pl:', ':flag-pm:', ':flag-pn:', ':flag-pr:', ':flag-ps:', ':flag-pt:', ':flag-pw:', ':flag-py:', ':flag-qa:', ':flag-re:', ':flag-ro:', ':flag-rs:', ':flag-ru:', ':flag-rw:', ':flag-sa:', ':flag-sb:', ':flag-sc:', ':flag-sd:', ':flag-se:', ':flag-sg:', ':flag-sh:', ':flag-si:', ':flag-sj:', ':flag-sk:', ':flag-sl:', ':flag-sm:', ':flag-sn:', ':flag-so:', ':flag-sr:', ':flag-ss:', ':flag-st:', ':flag-sv:', ':flag-sx:', ':flag-sy:', ':flag-sz:', ':flag-ta:', ':flag-tc:', ':flag-td:', ':flag-tf:', ':flag-tg:', ':flag-th:', ':flag-tj:', ':flag-tk:', ':flag-tl:', ':flag-tm:', ':flag-tn:', ':flag-to:', ':flag-tr:', ':flag-tt:', ':flag-tv:', ':flag-tw:', ':flag-tz:', ':flag-ua:', ':flag-ug:', ':flag-um:', ':flag-us:', ':flag-uy:', ':flag-uz:', ':flag-va:', ':flag-vc:', ':flag-ve:', ':flag-vg:', ':flag-vi:', ':flag-vn:', ':flag-vu:', ':flag-wf:', ':flag-ws:', ':flag-xk:', ':flag-ye:', ':flag-yt:', ':flag-za:', ':flag-zm:', ':flag-zw:']
171
+ custom: [':beryl:', ':bowtie:', ':cubimal_chick:', ':dusty_stick:', ':feelsgood:', ':finnadie:', ':fu:', ':glitch_crab:', ':goberserk:', ':godmode:', ':hurtrealbad:', ':metal:', ':neckbeard:', ':octocat:', ':piggy:', ':pride:', ':rage1:', ':rage2:', ':rage3:', ':rage4:', ':rube:', ':simple_smile:', ':slack:', ':slack_call:', ':squirrel:', ':suspect:', ':thumbsup_all:', ':trollface:']
171
172
  emoji:
172
173
  - "#{people}"
173
174
  - "#{nature}"
174
175
  - "#{food_and_drink}"
175
- - "#{celebration}"
176
176
  - "#{activity}"
177
177
  - "#{travel_and_places}"
178
- - "#{objects_and_symbols}"
178
+ - "#{objects}"
179
+ - "#{symbols}"
180
+ - "#{flags}"
179
181
  - "#{custom}"
182
+ objects_and_symbols:
183
+ - "#{objects}"
184
+ - "#{symbols}"
@@ -5,7 +5,7 @@ class TestFactoryHelperSlackEmoji < Test::Unit::TestCase
5
5
 
6
6
  def setup
7
7
  @tester = FactoryHelper::SlackEmoji
8
- @emoticon_regex= /^:([\w-]+):$/
8
+ @emoticon_regex= /^(?::(?:[-\w+]+):)+$/
9
9
  end
10
10
 
11
11
  def test_people
@@ -20,10 +20,6 @@ class TestFactoryHelperSlackEmoji < Test::Unit::TestCase
20
20
  assert @tester.food_and_drink.match(@emoticon_regex)
21
21
  end
22
22
 
23
- def test_celebration
24
- assert @tester.celebration.match(@emoticon_regex)
25
- end
26
-
27
23
  def test_activity
28
24
  assert @tester.activity.match(@emoticon_regex)
29
25
  end
@@ -32,8 +28,16 @@ class TestFactoryHelperSlackEmoji < Test::Unit::TestCase
32
28
  assert @tester.travel_and_places.match(@emoticon_regex)
33
29
  end
34
30
 
35
- def test_objects_and_symbols
36
- assert @tester.objects_and_symbols.match(@emoticon_regex)
31
+ def test_objects
32
+ assert @tester.objects.match(@emoticon_regex)
33
+ end
34
+
35
+ def test_symbols
36
+ assert @tester.symbols.match(@emoticon_regex)
37
+ end
38
+
39
+ def test_flags
40
+ assert @tester.flags.match(@emoticon_regex)
37
41
  end
38
42
 
39
43
  def test_custom
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.7
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Avvakumov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-26 00:00:00.000000000 Z
12
+ date: 2017-11-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -241,71 +241,71 @@ required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  version: '0'
242
242
  requirements: []
243
243
  rubyforge_project:
244
- rubygems_version: 2.5.1
244
+ rubygems_version: 2.6.13
245
245
  signing_key:
246
246
  specification_version: 4
247
247
  summary: Easily generate fake data
248
248
  test_files:
249
+ - test/test_factory_helper_lorem.rb
250
+ - test/test_factory_helper_number.rb
251
+ - test/test_factory_helper_name.rb
252
+ - test/test_factory_helper_team.rb
253
+ - test/test_locale.rb
254
+ - test/test_factory_helper_business.rb
255
+ - test/test_fr_locale.rb
256
+ - test/test_factory_helper_code.rb
257
+ - test/test_factory_helper_internet.rb
258
+ - test/test_factory_helper_commerce.rb
259
+ - test/test_factory_helper_street.rb
260
+ - test/test_factory_helper_city.rb
261
+ - test/test_pl_locale.rb
262
+ - test/test_flexible.rb
263
+ - test/test_en_au_ocker_locale.rb
264
+ - test/test_factory_helper_bitcoin.rb
265
+ - test/test_en_us_locale.rb
266
+ - test/test_factory_helper_app.rb
249
267
  - test/test_factory_helper_hacker_talk.rb
250
- - test/test_helper.rb
268
+ - test/test_factory_helper_company.rb
269
+ - test/test_determinism.rb
251
270
  - test/test_es_locale.rb
252
- - test/test_factory_helper_street.rb
253
- - test/legacy/test_faker_bitcoin.rb
254
- - test/legacy/test_faker_time.rb
255
- - test/legacy/test_es_locale.rb
271
+ - test/test_factory_helper.rb
272
+ - test/test_factory_helper_timestamp.rb
273
+ - test/test_factory_helper_slack_emoji.rb
274
+ - test/test_helper.rb
275
+ - test/test_avatar.rb
276
+ - test/test_en_locale.rb
277
+ - test/test_factory_helper_date.rb
278
+ - test/test_en_ca_locale.rb
279
+ - test/test_factory_helper_time.rb
280
+ - test/legacy/test_faker_app.rb
256
281
  - test/legacy/test_faker_city.rb
257
- - test/legacy/test_faker_business.rb
258
282
  - test/legacy/test_locale.rb
259
- - test/legacy/test_faker_app.rb
260
- - test/legacy/test_en_ca_locale.rb
261
- - test/legacy/test_faker_street.rb
262
- - test/legacy/test_faker_hacker_talk.rb
263
- - test/legacy/test_faker_code.rb
264
- - test/legacy/test_faker_company.rb
283
+ - test/legacy/test_faker_number.rb
265
284
  - test/legacy/test_faker_lorem.rb
266
- - test/legacy/test_avatar.rb
285
+ - test/legacy/test_faker_time.rb
267
286
  - test/legacy/test_faker_name.rb
287
+ - test/legacy/test_faker_bitcoin.rb
288
+ - test/legacy/test_faker_code.rb
289
+ - test/legacy/test_faker_street.rb
268
290
  - test/legacy/test_pl_locale.rb
269
- - test/legacy/test_faker_team.rb
270
- - test/legacy/test_faker_date.rb
271
291
  - test/legacy/test_flexible.rb
292
+ - test/legacy/test_en_au_ocker_locale.rb
293
+ - test/legacy/test_en_us_locale.rb
294
+ - test/legacy/test_faker_company.rb
295
+ - test/legacy/test_faker_business.rb
272
296
  - test/legacy/test_faker.rb
273
- - test/legacy/test_en_locale.rb
274
- - test/legacy/test_array_sample_method_compat.rb
275
297
  - test/legacy/test_faker_internet.rb
298
+ - test/legacy/test_es_locale.rb
299
+ - test/legacy/test_avatar.rb
300
+ - test/legacy/test_faker_hacker_talk.rb
301
+ - test/legacy/test_en_locale.rb
302
+ - test/legacy/test_en_ca_locale.rb
303
+ - test/legacy/test_faker_team.rb
276
304
  - test/legacy/test_faker_commerce.rb
277
- - test/legacy/test_en_au_ocker_locale.rb
278
- - test/legacy/test_faker_number.rb
279
- - test/legacy/test_en_us_locale.rb
280
- - test/test_factory_helper_number.rb
281
- - test/test_locale.rb
282
- - test/test_factory_helper_timestamp.rb
283
- - test/test_factory_helper_slack_emoji.rb
284
- - test/test_en_ca_locale.rb
285
- - test/test_factory_helper.rb
286
- - test/test_fr_locale.rb
287
- - test/test_factory_helper_business.rb
288
- - test/test_factory_helper_company.rb
289
- - test/test_factory_helper_team.rb
290
- - test/test_factory_helper_code.rb
291
- - test/test_factory_helper_app.rb
292
- - test/test_factory_helper_lorem.rb
293
- - test/test_factory_helper_name.rb
294
- - test/test_factory_helper_time.rb
295
- - test/test_determinism.rb
296
- - test/test_avatar.rb
297
- - test/test_pl_locale.rb
298
- - test/test_factory_helper_date.rb
299
- - test/test_flexible.rb
300
- - test/test_factory_helper_city.rb
301
- - test/test_factory_helper_bitcoin.rb
302
- - test/test_factory_helper_commerce.rb
303
- - test/test_en_locale.rb
304
- - test/test_factory_helper_internet.rb
305
- - test/test_en_au_ocker_locale.rb
306
- - test/test_en_us_locale.rb
305
+ - test/legacy/test_faker_date.rb
306
+ - test/legacy/test_array_sample_method_compat.rb
307
+ - spec/config_spec.rb
307
308
  - spec/rspec_locale_hooks_spec.rb
308
309
  - spec/factory_helper/string_spec.rb
309
310
  - spec/factory_helper/my_sql_spec.rb
310
311
  - spec/spec_helper.rb
311
- - spec/config_spec.rb