emojidex 0.0.17 → 0.0.18

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: 8e45337c7bf3e54d94ef55c770a84a1b0e336ac2
4
- data.tar.gz: 05cfed1ed01881930b7c8f5b33c582e43d35ec50
3
+ metadata.gz: 0079a4f1e321cea62b37d43324d764d44cc84c92
4
+ data.tar.gz: d3ee70c6101475740f46772ec09a36c1e4444f75
5
5
  SHA512:
6
- metadata.gz: d33a94b1f8b78dec01fbfafee4700a78d83407386ba81c62e41b1478434ebedf64d3298cc61395771da8c3cd093513f710ca40041a877e3c37d097465d70c728
7
- data.tar.gz: a2e7968e1f887c3831be9d3a7b4a784a446419448ad052f5f1a38025a642d684a4a9daf9504539e83ed48f69b5122211c7b2e9bac419c430ad2fdde4ec37672b
6
+ metadata.gz: 43fe93f02c086ee6ee9cb679e0d906fd97f96867c92ff0578f8230021cd72e6fb00b6e1cbfb4600a1d8799f7bdbe7899c97d11310dd386b9c9a9d76b7e329e12
7
+ data.tar.gz: 5ef9ce298e0be56d3bc8d82e2b143bed24ebcee3117bd6688a9b83496fc517e69d195971e4548bb0b3a12066781c251e5cec47a1c9321c7b47424746466f2074
data/README.md CHANGED
@@ -7,6 +7,11 @@ emojidex
7
7
  ========
8
8
  emojidex core tools and scripts in Ruby. Provides a set of tools to utilize emojidex emoji right away in Ruby. Available as the "emojidex" gem.
9
9
 
10
+ Assets
11
+ ======
12
+ You can find Vectors here: [emojidex-vectors](https://github.com/emojidex/emojidex-vectors)
13
+ You can find Rasters here: [emojidex-rasters](https://github.com/emojidex/emojidex-rasters)
14
+
10
15
  License
11
16
  =======
12
17
  emojidex and emojidex tools are licensed under the [emojidex Open License](https://www.emojidex.com/emojidex/emojidex_open_license).
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.17'
3
+ s.version = '0.0.18'
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,7 +3,8 @@ module Emojidex
3
3
  class Defaults
4
4
  def self.sizes
5
5
  { ldpi: 9, mdpi: 18, hdpi: 27, xhdpi: 36, px8: 8,
6
- px16: 16, px32: 32, px64: 64, px128: 128, px256: 256 }
6
+ px16: 16, px32: 32, px64: 64, px128: 128, px256: 256, px512: 512,
7
+ hannko: 90, seal: 320 }
7
8
  end
8
9
 
9
10
  def self.formats
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.17
4
+ version: 0.0.18
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-11-04 00:00:00.000000000 Z
14
+ date: 2014-11-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: faraday