sogoumap2pdf 0.0.2 → 0.0.3

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
@@ -6,3 +6,8 @@
6
6
 
7
7
  * 1 major enhancement:
8
8
  * Import example
9
+
10
+ == 0.0.2 2008-08-19
11
+ * 1 major enhancement:
12
+ * Change command syntax
13
+
@@ -39,7 +39,7 @@ module Sogoumap2pdf
39
39
 
40
40
  for i in nx0..nxn
41
41
  for j in ny0..nyn
42
- p "big_img_crop #{i},#{j}"
42
+ #p "big_img_crop #{i},#{j}"
43
43
  picture_file_name="~/.sogoumap/0/"+ [g.resource_type,g.resource_level,((g.start_link_x+i)/200).to_s,((g.start_link_y+j)/200).to_s].join("/")+"/"+(g.start_link_x+i).to_s+"_"+(g.start_link_y+j).to_s+g.link_end
44
44
  picture_file_name=File.expand_path(picture_file_name)
45
45
  if File.exist?(picture_file_name) && File.size(picture_file_name)!= 0 then
@@ -2,7 +2,7 @@ module Sogoumap2pdf
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sogoumap2pdf
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
  - David Ruan