emojidex-vectors 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'emojidex-vectors'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
  s.license = 'emojidex General License'
5
5
  s.summary = 'Vectorized [SVG] emoji assets for emojidex.'
6
6
  s.description = 'Vectorized [SVG] assets for emojidex. These assets can be used as a gem and combined with emojidex-toolkit and emojidex-converter.'
data/util/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'http://rubygems.org'
2
+
3
+ gem 'emojidex'
4
+ gem 'emojidex-converter'
@@ -0,0 +1,19 @@
1
+ #########################################
2
+ # update_rasters
3
+ # Update PNGs from original SVG sources
4
+ #########################################
5
+
6
+ require 'rubygems'
7
+
8
+ gem 'emojidex'
9
+ gem 'emojidex-converter'
10
+
11
+ require 'emojidex'
12
+ require 'emojidex_converter'
13
+
14
+ # UTF
15
+ converter = Emojidex::Converter.new()
16
+
17
+ puts "preprocessing/compiling SVG frames to SVG"
18
+ converter.preprocess('../emoji/utf')
19
+ converter.preprocess('../emoji/extended')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emojidex-vectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun Tohyama
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-16 00:00:00.000000000 Z
13
+ date: 2014-07-17 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Vectorized [SVG] assets for emojidex. These assets can be used as a gem
16
16
  and combined with emojidex-toolkit and emojidex-converter.
@@ -1288,6 +1288,8 @@ files:
1288
1288
  - emojidex-vectors.gemspec
1289
1289
  - lib/emojidex-vectors.rb
1290
1290
  - lib/emojidex/vectors.rb
1291
+ - util/Gemfile
1292
+ - util/update_vectors.rb
1291
1293
  homepage: http://developer.emojidex.com
1292
1294
  licenses:
1293
1295
  - emojidex General License