transactd 3.5.0-x86-mswin32-100 → 3.6.0-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.
data/transactd.gemspec CHANGED
@@ -25,7 +25,7 @@ spec_build = Gem::Specification.new do |s|
25
25
  s.author = 'BizStation Corp.'
26
26
  s.email = 'transactd@bizstation.jp'
27
27
  s.homepage = 'http://www.bizstation.jp/ja/transactd'
28
- s.license = 'GPL v2'
28
+ s.license = 'GPL-2.0'
29
29
 
30
30
  # read version from tdclrb.rc
31
31
  verfile = 'build/tdclrb/tdclrb.rc'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transactd
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.6.0
5
5
  platform: x86-mswin32-100
6
6
  authors:
7
7
  - BizStation Corp.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-15 00:00:00.000000000 Z
11
+ date: 2016-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Transactd client for ruby gem
14
14
  email: transactd@bizstation.jp
@@ -22,8 +22,8 @@ files:
22
22
  - bin/2.2/transactd.so
23
23
  - bin/2.3/transactd.so
24
24
  - build/tdclrb/bldgem/extconf.rb
25
- - bin/common/tdclcpp_vc100_32mr_3_5.dll
26
- - bin/common/tdclc_32_3_5.dll
25
+ - bin/common/tdclcpp_vc100_32mr_3_6.dll
26
+ - bin/common/tdclc_32_3_6.dll
27
27
  - build/tdclrb/gem/detect.rb
28
28
  - build/tdclrb/gem/helper.rb
29
29
  - build/tdclrb/gem/INSTALLLOG.win32
@@ -37,8 +37,10 @@ files:
37
37
  - source/bzs/test/tdclrb/prepare.rb
38
38
  - source/bzs/test/tdclrb/transactd_blob_spec.rb
39
39
  - source/bzs/test/tdclrb/transactd_datetime_spec.rb
40
+ - source/bzs/test/tdclrb/transactd_fetch_spec.rb
40
41
  - source/bzs/test/tdclrb/transactd_kanjischema_spec.rb
41
42
  - source/bzs/test/tdclrb/transactd_pool_spec.rb
43
+ - source/bzs/test/tdclrb/transactd_setget_spec.rb
42
44
  - source/bzs/test/tdclrb/transactd_spec.rb
43
45
  - source/bzs/test/tdclrb/transactd_v3_spec.rb
44
46
  - ./CMakeLists.txt
@@ -49,7 +51,7 @@ files:
49
51
  - ./transactd.gemspec
50
52
  homepage: http://www.bizstation.jp/ja/transactd
51
53
  licenses:
52
- - GPL v2
54
+ - GPL-2.0
53
55
  metadata: {}
54
56
  post_install_message: |-
55
57
  --------------------------------------------------
Binary file