twemoji 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twemoji
4
- VERSION = "3.1.1"
4
+ VERSION = "3.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twemoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juanito
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-17 00:00:00.000000000 Z
12
+ date: 2017-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -43,6 +43,9 @@ files:
43
43
  - bin/hack
44
44
  - lib/twemoji.rb
45
45
  - lib/twemoji/configuration.rb
46
+ - lib/twemoji/data/emoji-unicode-png.yml
47
+ - lib/twemoji/data/emoji-unicode-svg.yml
48
+ - lib/twemoji/data/emoji-unicode.yml
46
49
  - lib/twemoji/map.rb
47
50
  - lib/twemoji/png.rb
48
51
  - lib/twemoji/svg.rb