emojidex 0.0.15 → 0.0.16
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/emojidex.gemspec +1 -1
- data/lib/emojidex/emoji.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f74236188acd24c45951482198ffaba55c639947
|
|
4
|
+
data.tar.gz: fea1fa55cf920def7a9271df3d5cb99c5ea7a40a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db07e42d3698191ef18b910e1f535f4241de8b96ed3f96eed02aafd7f14315650ff0a8ac2659114540e15fe472964d8912dfcf26eeb4c80a9fcaf1049c8d5357
|
|
7
|
+
data.tar.gz: 75baed0868f65540567b75a58afc4944b7266e66d2ac356400cdee4a243ceadaa29ced800b49d11e601821ef3dc63326ff6bdae607618be4e29420ad4cff0f48
|
data/README.md
CHANGED
|
@@ -9,6 +9,6 @@ emojidex core tools and scripts in Ruby. Provides a set of tools to utilize emoj
|
|
|
9
9
|
|
|
10
10
|
License
|
|
11
11
|
=======
|
|
12
|
-
emojidex and emojidex tools are licensed under the [
|
|
12
|
+
emojidex and emojidex tools are licensed under the [emojidex Open License](https://www.emojidex.com/emojidex/emojidex_open_license).
|
|
13
13
|
|
|
14
|
-
©2013 Genshin Souzou K.K. [Phantom Creation Inc.]
|
|
14
|
+
©2013 the emojidex project / Genshin Souzou K.K. [Phantom Creation Inc.]
|
data/emojidex.gemspec
CHANGED
data/lib/emojidex/emoji.rb
CHANGED
|
@@ -3,8 +3,8 @@ require_relative 'emoji/asset_information'
|
|
|
3
3
|
module Emojidex
|
|
4
4
|
# emoji base class
|
|
5
5
|
class Emoji
|
|
6
|
-
attr_accessor :moji, :category, :code, :
|
|
7
|
-
:tags, :emoticon
|
|
6
|
+
attr_accessor :moji, :category, :code, :code_ja,
|
|
7
|
+
:unicode, :tags, :emoticon
|
|
8
8
|
|
|
9
9
|
include Emojidex::EmojiAssetInformation
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: emojidex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rei Kagetsuki
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2014-10-
|
|
14
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: faraday
|