mybatis-cli 0.0.4 → 0.0.5

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: b294eb0874573ce62d3412a8ccf7e0b67a52c81c
4
- data.tar.gz: 8eeba7e0e82d9ed2e5c4d192ff913f9508581cce
3
+ metadata.gz: 6779c969c47a7014a59fd584fb9a2ef70bb5e13e
4
+ data.tar.gz: 9a677071123db85bc3efbc50924cee6b6a5bae8a
5
5
  SHA512:
6
- metadata.gz: b8d503428ba2275d40f25e8a4689042efd51b0d9f928be91e5d5bf3be4c79729fd75633d0e4ba35d6b76956e728027a5decc29b91f15f4dac1dd0bc3a44e2454
7
- data.tar.gz: 0139d0174cf49ff9ada12b85b5701379aea071a1c28ecd473a6f74f2858b68aa0fbd77cd7c965f0b4def1dc438328adda54869519d42928f87103a74c3d6f14c
6
+ metadata.gz: b3d6557ab9cc800b8f33c607e37363ba3de7d2ff09d03fff2eb014e0a7cdbb618d165a4691b14d3dea3d8e7db96dd2b221a9214465f6ad21ff063673a2210f3c
7
+ data.tar.gz: c81199059489597f9f9a22220adf562efe8471c9054262d153efd5ee004bd541ac2629f9ab77d7dcbf1a17ffac8fe4941f73784c8a12c08adbf7aa09b4cc8903
@@ -50,7 +50,7 @@ module Mybatis
50
50
  if index != context.attributes.size - 1
51
51
  result << ','
52
52
  end
53
- file.puts " #{attr.field_name} = #{result}"
53
+ file.puts " #{attr.column_name} = #{result}"
54
54
  end
55
55
  file.puts " where id = \#{id}"
56
56
  file.puts ' </update>'
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Mybatis
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mybatis-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tong