emojidex 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 500b79a2c1025cd3b481a5dbdbf123c3dd64a119
4
- data.tar.gz: c68c574848685eda80e719630e394d9311c8052c
3
+ metadata.gz: 0a0ead478115246b49c39f6c4198ed7a795725f3
4
+ data.tar.gz: 24626ec3ba3ce1d44dab6239d00dc122eba67cc6
5
5
  SHA512:
6
- metadata.gz: c16ddcb65af42047e19bac2f28a9e1badcc4782f2bbece986c2424dffa262cf8e4f0bc1a0b5cd5876cde2858cbb20edf3c28fda70391b2cda38a2b3eafe61e64
7
- data.tar.gz: 0b201da0e4fa2c41e24725eb7d5da1b8a2028483b5a7a919dddc6a339274e001256bab43dc17cd2f16d6793667490a64d6169c75c6693cd88a61e66692d3e67c
6
+ metadata.gz: d89f08a49ae28a02f8c6838b6e0fcaf462c936beceaeb5b7e3bc18c94d50af31ad8c6c3ffed997205e8689c90560c051886bf8fe5b8048fbf4baa05b4dc36f0d
7
+ data.tar.gz: 2d3431c676ed014db23f58ae5f7534793535dd4cd2561e785f7a21cedb9c21cbba28977fcf1ad062238c9cf2671fb5fc9933ab26d65522d86e42955b1a8424d7
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'emojidex'
3
- s.version = '0.3.1'
3
+ s.version = '0.3.2'
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' \
@@ -70,8 +70,7 @@ module Emojidex
70
70
  idx = Emojidex::Data::Collection.new
71
71
  idx.load_local_collection(destination) if FileTest.exist? "#{destination}/emoji.json"
72
72
  idx.add_emoji @emoji.values
73
- #File.open("#{destination}/emoji.json", 'w') { |f| f.write idx.emoji.values.to_json }
74
- write_index(destination)
73
+ idx.write_index(destination)
75
74
  end
76
75
 
77
76
  # [over]writes a sanitized index to the specified destination.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emojidex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rei Kagetsuki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-09 00:00:00.000000000 Z
11
+ date: 2016-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday