transactd 3.5.0-x64-mswin64-100 → 3.6.0-x64-mswin64-100

Sign up to get free protection for your applications and to get access to all the features.
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: x64-mswin64-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_64mr_3_5.dll
26
- - bin/common/tdclc_64_3_5.dll
25
+ - bin/common/tdclcpp_vc100_64mr_3_6.dll
26
+ - bin/common/tdclc_64_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
Binary file