to_ascii_latex 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ToAsciiLatex
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -17,6 +17,7 @@ module ToAsciiLatex
17
17
  "\u2026" => '{}\ldots{}',
18
18
  "\uFB01" => 'fi',
19
19
  "\u2013" => '-',
20
+ "\u25A0" => '\blacksquare',
20
21
  }
21
22
  MAPPING_RE = /#{MAPPING.keys.join('|')}/
22
23
 
data/publish.sh CHANGED
@@ -1,6 +1,7 @@
1
1
  #!/bin/sh
2
- git push
3
2
  git tag `ruby -e 'require "./lib/to_ascii_latex/version.rb"; puts ToAsciiLatex::VERSION'`
3
+ git push
4
+ rm -f pkg/*
4
5
  rake install
5
6
  for f in pkg/*.gem; do
6
7
  gem push $f
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_ascii_latex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: 492296595
93
+ hash: -1067608173
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements:
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: 492296595
102
+ hash: -1067608173
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.24