jitai 0.2.29 → 0.2.30

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/jitai.gemspec +1 -1
  3. data/lib/jitai.rb +2 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.29
1
+ 0.2.30
data/jitai.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jitai}
8
- s.version = "0.2.29"
8
+ s.version = "0.2.30"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kellydunn"]
data/lib/jitai.rb CHANGED
@@ -26,8 +26,8 @@ module Jitai
26
26
 
27
27
  # TODO fix incredibly bad hack
28
28
  curr_dir = Dir.getwd
29
- ttf2eot_dir = "/usr/lib/ruby/gems/1.8/gems/jitai-0.2.29/lib/ttf2eot/"
30
- %x{cd #{ttf2eot_dir} && ./ttf2eot < #{'../' + @cwd + font_file} > #{'../' + @cwd + font_file.split(".")[0] + conversion_type} && cd #{curr_dir}}
29
+ ttf2eot_dir = "/usr/lib/ruby/gems/1.8/gems/jitai-0.2.30/lib/ttf2eot/"
30
+ %x{cd #{ttf2eot_dir} && ./ttf2eot < #{'../' + @cwd + font_file} > #{curr_dir + @cwd + font_file.split(".")[0] + conversion_type} && cd #{curr_dir}}
31
31
  end
32
32
 
33
33
  # Rename files, account for conventions.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jitai
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 29
10
- version: 0.2.29
9
+ - 30
10
+ version: 0.2.30
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn