transactd 1.0.1-x86-mswin32-100 → 1.1.2-x86-mswin32-100

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: b60f7eb429eb432f5f7f184926514de6824f9ba0
4
- data.tar.gz: 8b4a5adf4decc3fe9eecc447ab0222f4301878bf
3
+ metadata.gz: e6200bef5f8ef6f2835167bce4f85f9b2239dba7
4
+ data.tar.gz: d803b4207ed504b72e99dc7d6b1df02754a8f6a7
5
5
  SHA512:
6
- metadata.gz: 6e3e9c153f2caa3372f5cbc69363bf05125b30e72319c862324c5c3d02c8acb8fe021bea1222867060e63c87b0115ba5acafbd828fd57eeac5b27cdafb850c88
7
- data.tar.gz: 1a3732041ac2205b3942b8b58da6c053845370d99dc360583f124bec8e07445d369bfb2f53a1fd2355e60a6f71e008a238c70a1743c186b03a0b56e4e8a43a62
6
+ metadata.gz: 9a9820b9008a14acc919ca7e328c631b92042eb8fa74c3d5be171cdd0e6b7643d1ff7ae02c1749b8dede28d5477db9b6771db741a33bab07ef1b8e51771e72d1
7
+ data.tar.gz: a1dda537ce4070246166549f977b59ae4ba6016a698ea08caa45394f32d44ffe5340801dc5a1abd7c3fa90f2c5e54414442bef7494834a7705726e8920cb027f
data/README CHANGED
@@ -258,7 +258,7 @@ to drop a database.
258
258
  mysql>drop database test;
259
259
  ```
260
260
 
261
- If `-- showprogress=yes` is passed, it shows progress like:
261
+ If `-- show_progress=yes` is passed, it shows progress like:
262
262
  ```
263
263
  0% 10 20 30 40 50 60 70 80 90 100%
264
264
  |----|----|----|----|----|----|----|----|----|----|
data/README-JA CHANGED
@@ -266,7 +266,7 @@ mysql>drop database test;
266
266
  ```
267
267
  を実行しデータベースを事前に削除してください。
268
268
 
269
- コマンドライン引数に `--showprogress=yes` を追加すると下記のように実行状況をプロ
269
+ コマンドライン引数に `--show_progress=yes` を追加すると下記のように実行状況をプロ
270
270
  グレス表示します。
271
271
  ```
272
272
  0% 10 20 30 40 50 60 70 80 90 100%
data/bin/1.9/transactd.so CHANGED
Binary file
data/bin/2.0/transactd.so CHANGED
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transactd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.2
5
5
  platform: x86-mswin32-100
6
6
  authors:
7
7
  - BizStation Corp.
@@ -21,7 +21,7 @@ files:
21
21
  - bin/2.0/transactd.so
22
22
  - build/tdclrb/bldgem/extconf.rb
23
23
  - bin/common/tdclcpp_vc100_32m_1_1.dll
24
- - bin/common/tdclc_32_1_0.dll
24
+ - bin/common/tdclc_32_1_1.dll
25
25
  - build/tdclrb/gem/detect.rb
26
26
  - build/tdclrb/gem/helper.rb
27
27
  - build/tdclrb/gem/INSTALLLOG.win32
Binary file