ifmapper 1.2.3 → 1.2.4

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.
data/HISTORY.txt CHANGED
@@ -1,3 +1,10 @@
1
+ v1.2.3 Fixed SVG Export of room number.
2
+
3
+ v1.2.2 Removed some ruby1.9 warnings.
4
+
5
+ v1.2.1 Removed SVG from TODO list
6
+ Added History of improvements
7
+
1
8
  v1.2.0 Improvements:
2
9
  - Added support for exporting SVG files.
3
10
 
data/IFMapper.gemspec CHANGED
@@ -2,7 +2,7 @@ require "rubygems"
2
2
 
3
3
  spec = Gem::Specification.new do |spec|
4
4
  spec.name = "ifmapper"
5
- spec.version = '1.2.3'
5
+ spec.version = '1.2.4'
6
6
  spec.author = "Gonzalo Garramuno"
7
7
  spec.email = 'ggarra13@gmail.com'
8
8
  spec.homepage = 'http://www.rubyforge.org/projects/ifmapper/'
@@ -48,7 +48,7 @@ require 'IFMapper/FXWarningBox'
48
48
  class FXMapperWindow < FXMainWindow
49
49
 
50
50
  PROGRAM_NAME = "Interactive Fiction Mapper"
51
- VERSION = '1.2.2'
51
+ VERSION = '1.2.4'
52
52
  AUTHOR = "Gonzalo Garramuno"
53
53
 
54
54
  @@copy_buffer = nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ifmapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 3
10
- version: 1.2.3
9
+ - 4
10
+ version: 1.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gonzalo Garramuno