dxruby 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a943d67cef206380b7d8371cf9c9226702959a842c547cd85090647c85a4784
4
- data.tar.gz: a6e943392b509f8e969d18fe1b7650795855bbf0513d61ca727d7c02af9ad7ca
3
+ metadata.gz: 881a6b593bf3bf3906986ee160acf8539acdb61799d357eb184791a10d44c5a0
4
+ data.tar.gz: ca2a783fed848da8c5e24b281af8fff3e861673b8a8daf3f96a627eec5d65df6
5
5
  SHA512:
6
- metadata.gz: f30351fad41a91d9012fb4eb146c3185ae9a4e2c930db3653df842cbad91b91027c69ba18879a34ddb7bd4c2e01fddef2a2bfe8b5b8dba13e6e21ac7cae1d943
7
- data.tar.gz: 4f97f56bc5be5a0a82ba903355380d545eb627ee3051265ec98ec9a8ce1cf549cdd76a545e31c93d194382f3aea8dbf6355ff477d25276421fe83cb4f75d4148
6
+ metadata.gz: 6d887fd236ef5665fe2c1ff12ed7643248333cea7d6b19cc07bc67bd8b55b925b673695833e2db0f72a38293e0a7b97728c64fd58cbd9f1b9b965d30d55d1c8d
7
+ data.tar.gz: ee4312daa1c59864c5863389641b77ae9724bf50b783a8723aadf1bff067c66ac1a796422762df4806a931332d2c6227a6295f45093ae3c9d44db21308f0edba
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,2 +1,6 @@
1
1
  major, minor, micro, = RUBY_VERSION.split(/\./)
2
- require "#{major}.#{minor}/dxruby.so"
2
+ if /x64/ =~ RUBY_PLATFORM
3
+ require "#{major}.#{minor}_x64/dxruby.so"
4
+ else
5
+ require "#{major}.#{minor}/dxruby.so"
6
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dxruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mirichi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-11 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,16 +45,19 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - lib/2.3/dxruby.so
49
- - lib/2.4/dxruby.so
50
48
  - lib/2.5/dxruby.so
51
49
  - lib/2.6/dxruby.so
50
+ - lib/2.6_x64/dxruby.so
51
+ - lib/2.7/dxruby.so
52
+ - lib/2.7_x64/dxruby.so
53
+ - lib/3.0/dxruby.so
54
+ - lib/3.0_x64/dxruby.so
52
55
  - lib/dxruby.rb
53
56
  homepage: http://dxruby.osdn.jp/
54
57
  licenses:
55
58
  - zlib/libpng
56
59
  metadata: {}
57
- post_install_message:
60
+ post_install_message:
58
61
  rdoc_options: []
59
62
  require_paths:
60
63
  - lib
@@ -69,8 +72,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
72
  - !ruby/object:Gem::Version
70
73
  version: '0'
71
74
  requirements: []
72
- rubygems_version: 3.0.1
73
- signing_key:
75
+ rubygems_version: 3.2.3
76
+ signing_key:
74
77
  specification_version: 4
75
78
  summary: ":-)"
76
79
  test_files: []
Binary file
Binary file