tioga 1.14 → 1.15

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,10 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: tioga
3
- version: !ruby/object:Gem::Version
4
- hash: 19
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.15'
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 14
9
- version: "1.14"
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Bill Paxton
13
9
  - Vincent Fourmond
14
10
  - Taro Sato
@@ -18,24 +14,21 @@ authors:
18
14
  autorequire:
19
15
  bindir: bin
20
16
  cert_chain: []
21
-
22
- date: 2011-06-10 00:00:00 Z
17
+ date: 2012-09-03 00:00:00.000000000 Z
23
18
  dependencies: []
24
-
25
19
  description:
26
- email:
20
+ email:
27
21
  - tioga-users@rubyforge.org
28
- executables:
22
+ executables:
29
23
  - tioga
30
- extensions:
24
+ extensions:
31
25
  - ext/Flate/extconf.rb
32
26
  - ext/Tioga/FigureMaker/extconf.rb
33
27
  - ext/Dobjects/Dvector/extconf.rb
34
28
  - ext/Dobjects/Dtable/extconf.rb
35
29
  - ext/Dobjects/Function/extconf.rb
36
30
  extra_rdoc_files: []
37
-
38
- files:
31
+ files:
39
32
  - ext/Dobjects/Dtable/dtable.c
40
33
  - ext/Dobjects/Dtable/dtable_intern.h
41
34
  - ext/Dobjects/Dtable/include/dtable.h
@@ -129,6 +122,7 @@ files:
129
122
  - lib/Tioga/irb_tioga.rb
130
123
  - lib/Tioga/FigMkr.rb
131
124
  - lib/Tioga/tioga_ui_cmds.rb
125
+ - lib/Tioga/TexPreamble.rb
132
126
  - lib/Tioga/Markers.rb
133
127
  - lib/Tioga/MarkerConstants.rb
134
128
  - lib/Tioga/Rectangles.rb
@@ -136,6 +130,7 @@ files:
136
130
  - lib/Tioga/Using_Paths.rb
137
131
  - lib/Tioga/Special_Paths.rb
138
132
  - lib/Tioga/TeX_Text.rb
133
+ - tests/Icon_Test.pdf
139
134
  - tests/dtable_test.data
140
135
  - tests/dvector_read_test.data
141
136
  - tests/tc_Dvector.rb
@@ -145,6 +140,7 @@ files:
145
140
  - tests/tc_Dtable.rb
146
141
  - tests/tc_Flate.rb
147
142
  - tests/tc_FMkr.rb
143
+ - tests/vg.log
148
144
  - tests/tc_Function.rb
149
145
  - Tioga_README
150
146
  - lgpl.txt
@@ -155,37 +151,28 @@ files:
155
151
  - ext/Dobjects/Dtable/extconf.rb
156
152
  - ext/Dobjects/Function/extconf.rb
157
153
  homepage: http://tioga.rubyforge.org
158
- licenses:
154
+ licenses:
159
155
  - LGPL 2.1
160
156
  post_install_message:
161
157
  rdoc_options: []
162
-
163
- require_paths:
158
+ require_paths:
164
159
  - lib
165
- required_ruby_version: !ruby/object:Gem::Requirement
160
+ required_ruby_version: !ruby/object:Gem::Requirement
166
161
  none: false
167
- requirements:
168
- - - ">="
169
- - !ruby/object:Gem::Version
170
- hash: 3
171
- segments:
172
- - 0
173
- version: "0"
174
- required_rubygems_version: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ! '>='
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ required_rubygems_version: !ruby/object:Gem::Requirement
175
167
  none: false
176
- requirements:
177
- - - ">="
178
- - !ruby/object:Gem::Version
179
- hash: 3
180
- segments:
181
- - 0
182
- version: "0"
168
+ requirements:
169
+ - - ! '>='
170
+ - !ruby/object:Gem::Version
171
+ version: '0'
183
172
  requirements: []
184
-
185
173
  rubyforge_project: tioga
186
- rubygems_version: 1.7.2
174
+ rubygems_version: 1.8.23
187
175
  signing_key:
188
176
  specification_version: 3
189
177
  summary: Tioga - a powerful scientific plotting library
190
178
  test_files: []
191
-