unicode2latex 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 1e2d087ed71da8bf7957b5c472f3334ab2b898054c48887fb6226e4d7b80c9dd
4
- data.tar.gz: cd0004a576b7a4ca2c194c258582cd8af569072b8569ca4ed4b5781a3d5198fa
3
+ metadata.gz: 4d78b5f2d5f018bb6f13da6fd3afd67d8b44070cdf3f4cb8ac6288df70d12059
4
+ data.tar.gz: c1896af2d0599f7250b9b090dbac1d5c00cafd950ff5cbd2c8fdaeca6e2d254d
5
5
  SHA512:
6
- metadata.gz: 35fa3121f1746a939d8150e788f3320ab62a8a3594cbe6e61b890bb08a94444e0a1f14063f3982cdeba66a35061391d610eefda2444c7bc25f7776203c384182
7
- data.tar.gz: 95328b5f8391204a185607c0018e4c8cdaa9d231093d3aefdb26d2494bf8fbceadd2fe5912881b5e52b22284f3c025691a6c08db4b910984d115c2587e39ed4c
6
+ metadata.gz: 874b7b7ec08f86b8a08b28eeceb9a744a4ccb6a2546387d55e609dbf6e321f63bbdd6ecd20bc6bb4437641f98d92b6a52680618c39d7ce90aff28b1095e97ff3
7
+ data.tar.gz: 881caf0a1893a7a47f0f7501ac3876b9eeab02e3ac0c9b5a9114f26372454c49d6bb7b8f9a98c8ca7817d75d75613acee55f434c1a4f73354ad33a1aa26ebb30
data/.travis.yml CHANGED
@@ -1,22 +1,19 @@
1
- dist: trusty
2
- sudo: false
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
3
  language: ruby
4
+ cache: bundler
5
+ os:
6
+ - linux
7
+ - osx
4
8
  rvm:
5
- - 2.5
6
- - 2.4
7
- - 2.3
8
- - ruby-head
9
+ - 2.6
10
+ - 2.5
11
+ - 2.4
12
+ - ruby-head
9
13
  before_install:
10
- - gem install bundler -v 1.16.1
11
- - unset _JAVA_OPTIONS
12
- - wget "http://downloads.sourceforge.net/project/plantuml/plantuml.jar?r=&ts=1424308684&use_mirror=jaist" -O plantuml.jar
13
- - sudo mkdir -p /opt/plantuml
14
- - sudo cp plantuml.jar /opt/plantuml
15
- - echo "#! /bin/sh" > plantuml.sh
16
- - echo 'exec java -jar /opt/plantuml/plantuml.jar "$@"' >> plantuml.sh
17
- - sudo install -m 755 -D plantuml.sh /usr/bin/plantuml
18
- - plantuml -version
14
+ - gem install bundler -v "~> 2"
15
+ - bundle update
16
+ - curl -L https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/travis.sh | bash
19
17
  matrix:
20
18
  allow_failures:
21
19
  - rvm: ruby-head
22
-
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unicode2latex (0.0.1)
4
+ unicode2latex (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.0)
10
- byebug (11.0.0)
10
+ byebug (11.0.1)
11
11
  coderay (1.1.2)
12
12
  diff-lcs (1.3)
13
- docile (1.3.1)
13
+ docile (1.3.2)
14
14
  equivalent-xml (0.6.0)
15
15
  nokogiri (>= 1.4.3)
16
- ffi (1.10.0)
16
+ ffi (1.11.1)
17
17
  formatador (0.2.5)
18
18
  guard (2.15.0)
19
19
  formatador (>= 0.2.4)
@@ -38,20 +38,20 @@ GEM
38
38
  method_source (0.9.2)
39
39
  mini_portile2 (2.4.0)
40
40
  nenv (0.3.0)
41
- nokogiri (1.10.1)
41
+ nokogiri (1.10.4)
42
42
  mini_portile2 (~> 2.4.0)
43
- notiffany (0.1.1)
43
+ notiffany (0.1.3)
44
44
  nenv (~> 0.1)
45
45
  shellany (~> 0.0)
46
- parallel (1.14.0)
47
- parser (2.6.0.0)
46
+ parallel (1.17.0)
47
+ parser (2.6.3.0)
48
48
  ast (~> 2.4.0)
49
49
  powerpack (0.1.2)
50
50
  pry (0.12.2)
51
51
  coderay (~> 1.1.0)
52
52
  method_source (~> 0.9.0)
53
53
  rainbow (3.0.0)
54
- rake (12.3.2)
54
+ rake (12.3.3)
55
55
  rb-fsevent (0.10.3)
56
56
  rb-inotify (0.10.0)
57
57
  ffi (~> 1.0)
@@ -59,15 +59,15 @@ GEM
59
59
  rspec-core (~> 3.8.0)
60
60
  rspec-expectations (~> 3.8.0)
61
61
  rspec-mocks (~> 3.8.0)
62
- rspec-core (3.8.0)
62
+ rspec-core (3.8.2)
63
63
  rspec-support (~> 3.8.0)
64
- rspec-expectations (3.8.2)
64
+ rspec-expectations (3.8.4)
65
65
  diff-lcs (>= 1.2.0, < 2.0)
66
66
  rspec-support (~> 3.8.0)
67
- rspec-mocks (3.8.0)
67
+ rspec-mocks (3.8.1)
68
68
  diff-lcs (>= 1.2.0, < 2.0)
69
69
  rspec-support (~> 3.8.0)
70
- rspec-support (3.8.0)
70
+ rspec-support (3.8.2)
71
71
  rubocop (0.54.0)
72
72
  parallel (~> 1.10)
73
73
  parser (>= 2.5)
@@ -75,16 +75,16 @@ GEM
75
75
  rainbow (>= 2.2.2, < 4.0)
76
76
  ruby-progressbar (~> 1.7)
77
77
  unicode-display_width (~> 1.0, >= 1.0.1)
78
- ruby-progressbar (1.10.0)
78
+ ruby-progressbar (1.10.1)
79
79
  ruby_dep (1.5.0)
80
80
  shellany (0.0.1)
81
- simplecov (0.16.1)
81
+ simplecov (0.17.0)
82
82
  docile (~> 1.1)
83
83
  json (>= 1.8, < 3)
84
84
  simplecov-html (~> 0.10.0)
85
85
  simplecov-html (0.10.2)
86
86
  thor (0.20.3)
87
- unicode-display_width (1.4.1)
87
+ unicode-display_width (1.6.0)
88
88
 
89
89
  PLATFORMS
90
90
  ruby
@@ -102,4 +102,4 @@ DEPENDENCIES
102
102
  unicode2latex!
103
103
 
104
104
  BUNDLED WITH
105
- 2.0.1
105
+ 2.0.2
data/README.adoc CHANGED
@@ -1,7 +1,8 @@
1
1
  = unicode2latex
2
2
 
3
3
  image:https://img.shields.io/gem/v/unicode2latex.svg["Gem Version", link="https://rubygems.org/gems/unicode2latex"]
4
- image:https://img.shields.io/travis/metanorma/unicode2latex/master.svg["Build Status", link="https://travis-ci.com/metanorma/unicode2latex"]
4
+ image:https://img.shields.io/travis/metanorma/unicode2latex/master.svg["Travis Build Status", link="https://travis-ci.com/metanorma/unicode2latex"]
5
+ image:https://ci.appveyor.com/api/projects/status/j16ia0fq43mk9yje?svg=true["Appveyor Build Status", link="https://ci.appveyor.com/project/ribose/unicode2latex"]
5
6
  image:https://codeclimate.com/github/metanorma/unicode2latex/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/unicode2latex"]
6
7
 
7
8
  Gem for translating UTF8 Unicode characters to LaTeX escapes
data/appveyor.yml ADDED
@@ -0,0 +1,37 @@
1
+ # Auto-generated !!! Do not edit it manually
2
+ # use ci-master https://github.com/metanorma/metanorma-build-scripts
3
+ version: '{build}'
4
+
5
+ cache:
6
+ - vendor/bundle
7
+
8
+ environment:
9
+ matrix:
10
+ - RUBY_VERSION: 26
11
+ - RUBY_VERSION: 25
12
+ - RUBY_VERSION: 24
13
+ - RUBY_VERSION: _trunk
14
+
15
+ matrix:
16
+ allow_failures:
17
+ - RUBY_VERSION: _trunk
18
+
19
+ install:
20
+ - ps: . { iwr -useb https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/appveyor.ps1 } | iex
21
+ - refreshenv
22
+
23
+ build_script:
24
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
25
+ - set GIT_TERMINAL_PROMPT=0
26
+ - gem install bundler -v "~> 2"
27
+ - bundle config --local path vendor/bundle
28
+ - bundle update
29
+ - bundle install
30
+
31
+ before_test:
32
+ - ruby -v
33
+ - gem -v
34
+ - bundle -v
35
+
36
+ test_script:
37
+ - bundle exec rake
@@ -1,4 +1,4 @@
1
1
  module Unicode2LaTeX
2
- VERSION = "0.0.2".freeze
2
+ VERSION = "0.0.3".freeze
3
3
  end
4
4
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.require_paths = ["lib"]
23
23
  spec.files = `git ls-files`.split("\n")
24
24
  spec.test_files = `git ls-files -- {spec}/*`.split("\n")
25
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
25
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
26
26
 
27
27
  spec.add_development_dependency "bundler", "~> 2.0.1"
28
28
  spec.add_development_dependency "byebug"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode2latex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-17 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0.15'
139
139
  description: 'Converts UTF-8 Unicode characters to LaTeX escapes
140
140
 
141
- '
141
+ '
142
142
  email:
143
143
  - open.source@ribose.com
144
144
  executables: []
@@ -154,6 +154,7 @@ files:
154
154
  - LICENSE
155
155
  - README.adoc
156
156
  - Rakefile
157
+ - appveyor.yml
157
158
  - bin/rspec
158
159
  - lib/unicode2latex.rb
159
160
  - lib/unicode2latex/unicode2latex.rb
@@ -172,7 +173,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
172
173
  requirements:
173
174
  - - ">="
174
175
  - !ruby/object:Gem::Version
175
- version: 2.3.0
176
+ version: 2.4.0
176
177
  required_rubygems_version: !ruby/object:Gem::Requirement
177
178
  requirements:
178
179
  - - ">="