ar2gostruct 0.0.3 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0d1b14b1e029b89d8f6a4314e7ca87f5b71cc48
4
- data.tar.gz: 376426e2723a1d1f42e41ce385e920ef4b5d52d6
3
+ metadata.gz: 4b742d25812b2ad4e22a616197efc50194c9b097
4
+ data.tar.gz: a7f34eb4e77c6d00a92217264343abe32634df9d
5
5
  SHA512:
6
- metadata.gz: 3f3cd77b43b405b1976b9680b7023ca476c9b3ccaaf0404d8f6258d2e359e2d100a2d7a2ff6288dffd741ae2d1107926eccdbfc16338cce1c3a720b2807dee00
7
- data.tar.gz: d7c2a02a2f3e0f5c0e673188b22f728cab237eb53492709de1794e0cca6da5dda52b98640183e810b01b153a4cea9548ba460440cf9bc5318068129e307d772b
6
+ metadata.gz: c33e26fc4f80051847b3264408e775f2bbb1b3d79fcf1a7a0b87488f7b1f6b159971fce9dc73d237cc4bdb4ccd25540f249349c0a9a8a565cd6e8fa65439e72e
7
+ data.tar.gz: dcf5278be58baa817690448dfe11f23b42a309de0929c35b478c778f601993686e021d1c9edd4afce37c0b4958a1ee1e9f31d7831fd5edccd98d5843cdb17acf
@@ -1,3 +1,3 @@
1
1
  module Ar2gostruct
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/ar2gostruct.rb CHANGED
@@ -70,7 +70,7 @@ module Ar2gostruct
70
70
  type = TYPE_MAP[col_type] || "string"
71
71
  end
72
72
 
73
- info << sprintf("\t%-#{max_size}.#{max_size}s%-15.15s'%s'\n", col.name.camelize, type, tags.join(" "))
73
+ info << sprintf("\t%-#{max_size}.#{max_size}s%-15.15s`%s`\n", col.name.camelize, type, tags.join(" "))
74
74
 
75
75
  end
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar2gostruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tatsuo Kaniwa