tioga 1.19 → 1.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Tioga_README +9 -6
- data/lib/Tioga/FigMkr.rb +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f6b36352098a08a407b99941a0c4711bf6c38bf
|
4
|
+
data.tar.gz: edcefbe2f5641d3084a0cec5f162a98c5ceddf23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5124fbf9ca9ad00c9396e633e04c6294f85e33a17ec63e08dcd1e470dd314d35ed501dad6e043a2cf43faec8c7bd463f396c5840fb7440211366be959b344612
|
7
|
+
data.tar.gz: 5e3ded499d4c5caa88fd3f3a124fe259b59ea40ac4b25d4b44f2e36fee0766d48f747df5411aa9edbf4245186ed40cca78294f401530ddf3c9e88c6e40029a07
|
data/Tioga_README
CHANGED
@@ -22,12 +22,8 @@ This is the README for the Tioga kernel, version 1.14, June 10, 2011.
|
|
22
22
|
|
23
23
|
<< What's new >>
|
24
24
|
|
25
|
-
Tioga 1.19 is
|
26
|
-
|
27
|
-
PDF file produced. Up until version 1.18, the resolution was always
|
28
|
-
1/10th of a postscript point, but from now on, you can change that by
|
29
|
-
giving the scaling factor (default 10, as before), as an argument to
|
30
|
-
FigureMaker.new.
|
25
|
+
Tioga 1.19.1 is a bugfix release that fixes installation problems
|
26
|
+
with recent Ruby versions and gets rid of an ugly warning.
|
31
27
|
|
32
28
|
<< Quick Installation of Tioga >>
|
33
29
|
|
@@ -167,6 +163,13 @@ Bill Paxton
|
|
167
163
|
|
168
164
|
Here are the old release messages:
|
169
165
|
|
166
|
+
Tioga 1.19 is essentially a bugfix release, but it brings in an
|
167
|
+
important new feature: the ability to customize the resolution of the
|
168
|
+
PDF file produced. Up until version 1.18, the resolution was always
|
169
|
+
1/10th of a postscript point, but from now on, you can change that by
|
170
|
+
giving the scaling factor (default 10, as before), as an argument to
|
171
|
+
FigureMaker.new.
|
172
|
+
|
170
173
|
Tioga 1.18 brings in a few new features. First, Dvector.fancy_read
|
171
174
|
is now able to extract pure text columns. Second, a jpg_info function
|
172
175
|
has been added that read the width and height from within a JPEG file,
|
data/lib/Tioga/FigMkr.rb
CHANGED
@@ -43,13 +43,13 @@ class FigureMaker
|
|
43
43
|
# SVN repository. This is where we'll look for version information.
|
44
44
|
SVN_URL = '$HeadURL$'
|
45
45
|
|
46
|
-
TIOGA_VERSION = if SVN_URL =~ /tags\/tioga\/Tioga%20([^\/]+)/
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
46
|
+
# TIOGA_VERSION = if SVN_URL =~ /tags\/tioga\/Tioga%20([^\/]+)/
|
47
|
+
# $1
|
48
|
+
# else
|
49
|
+
# "SVN version"
|
50
|
+
# end
|
51
51
|
|
52
|
-
TIOGA_VERSION = 1.19
|
52
|
+
TIOGA_VERSION = "1.19.1"
|
53
53
|
|
54
54
|
|
55
55
|
def FigureMaker.version
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tioga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bill Paxton
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2015-
|
16
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
17
17
|
dependencies: []
|
18
18
|
description: |
|
19
19
|
Tioga is a blend of PDF, pdfTex and ruby into a library to make
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
|
-
rubyforge_project:
|
174
|
+
rubyforge_project:
|
175
175
|
rubygems_version: 2.2.2
|
176
176
|
signing_key:
|
177
177
|
specification_version: 4
|