We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cd0e9 commit 55bb37aCopy full SHA for 55bb37a
Gemfile.lock
@@ -0,0 +1,25 @@
1
+PATH
2
+ remote: .
3
+ specs:
4
+ gemoji (4.0.0.rc3)
5
+
6
+GEM
7
+ remote: https://rubygems.org/
8
9
+ concurrent-ruby (1.1.7)
10
+ i18n (1.8.5)
11
+ concurrent-ruby (~> 1.0)
12
+ minitest (5.3.5)
13
+ rake (10.3.2)
14
15
+PLATFORMS
16
+ ruby
17
18
+DEPENDENCIES
19
+ gemoji!
20
+ i18n (~> 1.8.5)
21
+ minitest (~> 5.3.5)
22
+ rake (~> 10.3.2)
23
24
+BUNDLED WITH
25
+ 2.0.2
gemoji.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "gemoji"
- s.version = "4.0.0.rc2"
+ s.version = "4.0.0.rc3"
s.summary = "Unicode emoji library"
s.description = "Character information and metadata for Unicode emoji."
0 commit comments