emojidex 0.0.13 → 0.0.14

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: 7fb0e58cdb8f56bba4804967288937ce8563117e
4
- data.tar.gz: aa853515d11aa563914eeed11a204abba89ef509
3
+ metadata.gz: 9597942e4abdd2d2c58714ec62de141f64d15032
4
+ data.tar.gz: ec8347cf5f7357fb97bbce433c8668d5c08c15fb
5
5
  SHA512:
6
- metadata.gz: e8ae6c083e875c9aec163fcfd7aed042bee6b23a1d060de5ecc46d1c2bf99bbb427b367de57d2f860988e3af13c6e3f7caa51410805aa80d1ba5c9f45df85f57
7
- data.tar.gz: 5d13c8f7bbca590ee2155fe0f2aafe5d0f3245f9cfa7029b575be4b79ae7e275c64dc5e005b038057eab794063e8f3c559eca2b8ae1b886f31b80a93b40a7a97
6
+ metadata.gz: f2aa7880af07bb3f956478628cd5e66b454002cdca6480356e5cab3994f0c2a031f4738ef7cc17efb9f91aa91f92e3847cea7224b09309f44cf44ac989f65878
7
+ data.tar.gz: e168e9cfb48f065b033d9278e9659245080847550ec5d169124a1ca9698aa04d61977ced907c35dcab04e19e8324a462d82ced25e74d0ee4449666f965312c51
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/emojidex.png)](http://badge.fury.io/rb/emojidex)
2
2
  [![Build Status](https://travis-ci.org/emojidex/emojidex.png)](https://travis-ci.org/emojidex/emojidex)
3
3
  [![Code Climate](https://codeclimate.com/github/emojidex/emojidex.png)](https://codeclimate.com/github/emojidex/emojidex)
4
+ [![Inline docs](http://inch-ci.org/github/emojidex/emojidex.png?branch=master)](http://inch-ci.org/github/emojidex/emojidex)
4
5
  [![Gitter chat](https://badges.gitter.im/emojidex/emojidex.png)](https://gitter.im/emojidex/emojidex)
5
6
  emojidex
6
7
  ========
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.13'
3
+ s.version = '0.0.14'
4
4
  s.license = 'GPL-3, AGPL-3'
5
5
  s.summary = 'emojidex Ruby tools'
6
6
  s.description = 'emojidex emoji handling, search and lookup, listing and caching functionality' \
@@ -11,7 +11,7 @@ module Emojidex
11
11
  def initialize(details = {})
12
12
  @moji = details[:moji]
13
13
  @code, @code_ja = details[:code], details[:code_ja]
14
- @unicode = details[:unicode]
14
+ @unicode, @full_name = details[:unicode], details[:full_name]
15
15
  @emoticon = details[:emoticon]
16
16
  @category = details[:category] ? details[:category].to_sym : :other
17
17
  @tags = details[:tags].map { |tag| tag.to_sym } unless details[:tags].nil?
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.13
4
+ version: 0.0.14
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-09-08 00:00:00.000000000 Z
14
+ date: 2014-10-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: faraday
@@ -161,3 +161,4 @@ signing_key:
161
161
  specification_version: 4
162
162
  summary: emojidex Ruby tools
163
163
  test_files: []
164
+ has_rdoc: