gemoji 4.0.0.pre0 → 4.0.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/db/emoji.json +554 -255
  3. data/lib/emoji.rb +0 -76
  4. metadata +2 -2
@@ -68,82 +68,6 @@ module Emoji
68
68
  "\u{00ae}", # registered
69
69
  "\u{2122}", # trade mark
70
70
  "\u{3030}", # wavy dash
71
- "\u{263a}", # smiling face
72
- "\u{261D}", # index pointing up
73
- "\u{270C}", # victory hand
74
- "\u{270D}", # writing hand
75
- "\u{2764}", # red heart
76
- "\u{2763}", # heavy heart exclamation
77
- "\u{2668}", # hot springs
78
- "\u{2708}", # airplane
79
- "\u{2600}", # sun
80
- "\u{2601}", # cloud
81
- "\u{2602}", # umbrella
82
- "\u{2744}", # snowflake
83
- "\u{2603}", # snowman
84
- "\u{2660}", # spade suit
85
- "\u{2665}", # heart suit
86
- "\u{2666}", # diamond suit
87
- "\u{2663}", # club suit
88
- "\u{260e}", # telephone
89
- "\u{2709}", # envelope
90
- "\u{270F}", # pencil
91
- "\u{2712}", # black nib
92
- "\u{2702}", # scissors
93
- "\u{26a0}", # warning
94
- "\u{2B06}", # up arrow
95
- "\u{2197}", # up-right arrow
96
- "\u{27A1}", # right arrow
97
- "\u{2198}", # down-right arrow
98
- "\u{2B07}", # down arrow
99
- "\u{2199}", # down-left arrow
100
- "\u{2B05}", # left arrow
101
- "\u{2196}", # up-left arrow
102
- "\u{2195}", # up-down arrow
103
- "\u{2194}", # left-right arrow
104
- "\u{21A9}", # right arrow curving left
105
- "\u{21AA}", # left arrow curving right
106
- "\u{2934}", # right arrow curving up
107
- "\u{2935}", # right arrow curving down
108
- "\u{2721}", # star of David
109
- "\u{262F}", # yin yang
110
- "\u{271D}", # latin cross
111
- "\u{25B6}", # play button
112
- "\u{25C0}", # reverse button
113
- "\u{23CF}", # eject button
114
- "\u{2640}", # female sign
115
- "\u{2642}", # male sign
116
- "\u{267B}", # recycling symbol
117
- "\u{2611}", # ballot box with check
118
- "\u{2714}", # heavy check mark
119
- "\u{2716}", # heavy multiplication x
120
- "\u{303D}", # part alternation mark
121
- "\u{2733}", # eight-spoked asterisk
122
- "\u{2734}", # eight-pointed star
123
- "\u{2747}", # sparkle
124
- "\u{203C}", # double exclamation mark
125
- "\u{2049}", # exclamation question mark
126
- "\u{23}\u{20E3}", # keycap: #
127
- "\u{2A}\u{20E3}", # keycap: *
128
- "\u{30}\u{20E3}", # keycap: 0
129
- "\u{31}\u{20E3}", # keycap: 1
130
- "\u{32}\u{20E3}", # keycap: 2
131
- "\u{33}\u{20E3}", # keycap: 3
132
- "\u{34}\u{20E3}", # keycap: 4
133
- "\u{35}\u{20E3}", # keycap: 5
134
- "\u{36}\u{20E3}", # keycap: 6
135
- "\u{37}\u{20E3}", # keycap: 7
136
- "\u{38}\u{20E3}", # keycap: 8
137
- "\u{39}\u{20E3}", # keycap: 9
138
- "\u{2139}", # information
139
- "\u{24C2}", # circled M
140
- "\u{1F17F}", # P button
141
- "\u{3297}", # Japanese “congratulations” button
142
- "\u{3299}", # Japanese “secret” button
143
- "\u{25AA}", # black small square
144
- "\u{25AB}", # white small square
145
- "\u{25FB}", # white medium square
146
- "\u{25FC}", # black medium square
147
71
  ].freeze
148
72
 
149
73
  private_constant :VARIATION_SELECTOR_16, :TEXT_GLYPHS
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.pre0
4
+ version: 4.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-05 00:00:00.000000000 Z
11
+ date: 2019-11-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Character information and metadata for Unicode emoji.
14
14
  email: support@github.com