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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5aa5a571100c978758792040b7a4e933beb44a3
4
- data.tar.gz: 58eaaaf75a50398b004a4a6bf16a88fc79790a0d
3
+ metadata.gz: f74236188acd24c45951482198ffaba55c639947
4
+ data.tar.gz: fea1fa55cf920def7a9271df3d5cb99c5ea7a40a
5
5
  SHA512:
6
- metadata.gz: 84d1bd53eb541fe4c8709c01c6365f90d4cb3bbce664efe7b9fe201d92367b09fe7d4564e7324c678a436c1b1a541eb2f616846e643ae5d2acdd189e38cce26b
7
- data.tar.gz: 085df57fe2961ef41e3565bf486b3feaa7aae87e088b0295c54e8cfff5dd70ec4ec0acdadfb5d9e523761232e1c0852d88ca76ba771e056277677d83cb075ece
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 [emoji Open License](https://www.emojidex.com/emojidex/emojidex_open_license).
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'emojidex'
3
- s.version = '0.0.15'
3
+ s.version = '0.0.16'
4
4
  s.license = 'emojiOL'
5
5
  s.summary = 'emojidex Ruby tools'
6
6
  s.description = 'emojidex emoji handling, search and lookup, listing and caching functionality' \
@@ -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, :unicode,
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.15
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-23 00:00:00.000000000 Z
14
+ date: 2014-10-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: faraday