ifmapper 0.7 → 0.8

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.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: ifmapper
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.7"
7
- date: 2005-08-17
6
+ version: "0.8"
7
+ date: 2005-08-20
8
8
  summary: Interactive Fiction Mapping Tool.
9
9
  require_paths:
10
10
  - lib
@@ -27,29 +27,30 @@ platform: ruby
27
27
  authors:
28
28
  - Gonzalo Garramuno
29
29
  files:
30
- - IFMapper.rb
31
- - lib/IFMapper/Section.rb
30
+ - IFMapper.rbw
31
+ - lib/IFMapper/FXMap.rb
32
+ - lib/IFMapper/Map.rb
32
33
  - lib/IFMapper/FXSpline.rb
33
34
  - lib/IFMapper/FXSection.rb
34
35
  - lib/IFMapper/FXMapDialogBox.rb
35
36
  - lib/IFMapper/FXSectionDialogBox.rb
37
+ - lib/IFMapper/FXMapperWindow.rb
38
+ - lib/IFMapper/Room.rb
39
+ - lib/IFMapper/Section.rb
36
40
  - lib/IFMapper/IFMWriter.rb
37
41
  - lib/IFMapper/FXWarningBox.rb
38
42
  - lib/IFMapper/FXMapColorBox.rb
43
+ - lib/IFMapper/PDFMapExporter.rb
39
44
  - lib/IFMapper/FXMapperSettings.rb
40
- - lib/IFMapper/FXMap.rb
41
45
  - lib/IFMapper/FXRoom.rb
42
46
  - lib/IFMapper/FXConnection.rb
43
47
  - lib/IFMapper/AStar.rb
44
- - lib/IFMapper/FXMapperWindow.rb
45
48
  - lib/IFMapper/Connection.rb
46
- - lib/IFMapper/FXDCPostscript.rb
47
49
  - lib/IFMapper/MapPrinting.rb
50
+ - lib/IFMapper/FXDCPostscript.rb
48
51
  - lib/IFMapper/FXDCPrint.rb
49
- - lib/IFMapper/Map.rb
50
- - lib/IFMapper/Room.rb
51
52
  - lib/IFMapper/IFMReader.rb
52
- - lib/IFMapper/PDFMapExporter.rb
53
+ - lib/IFMapper/TranscriptReader.rb
53
54
  - lib/IFMapper/FXAboutDialogBox.rb
54
55
  - lib/IFMapper/FXSearchDialogBox.rb
55
56
  - lib/IFMapper/FXMapFileDialog.rb
@@ -134,11 +135,13 @@ files:
134
135
  - icons/room_e.gif
135
136
  - icons/room_w.gif
136
137
  - HISTORY.txt
138
+ - TODO.txt
137
139
  - IFMapper.gemspec
138
140
  test_files: []
139
141
  rdoc_options: []
140
142
  extra_rdoc_files:
141
143
  - HISTORY.txt
144
+ - TODO.txt
142
145
  - IFMapper.gemspec
143
146
  executables: []
144
147
  extensions: []