dxruby 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dxruby.gemspec +23 -23
- data/lib/1.8/dxruby.so +0 -0
- data/lib/1.9/dxruby.so +0 -0
- data/lib/2.0/dxruby.so +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: befbd5373db0e69d4d6cb38cea1937ae779a9acb
|
4
|
+
data.tar.gz: 920fc17d743288b0e27a551f099984022e76467f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d6ddc2aea803cb9ec94d735dbf238bf9e8ce398459b1a5e5fc349ba16b14e4a2cae0e90698640b4e0a38f5fd2a2b010e1d34d3d5b6b426fa75d3834aac48669
|
7
|
+
data.tar.gz: 3b9c4ec4ec0d79303138cea703cabf782de14569aa927ded5ae3aff77dcbad0c8c4faad7755a60a3f0bea41b31e555f5265688c454cb4f505e93f310e26d1249
|
data/dxruby.gemspec
CHANGED
@@ -1,23 +1,23 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'dxruby'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "dxruby"
|
8
|
-
spec.version = DXRuby::VERSION
|
9
|
-
spec.authors = ["mirichi"]
|
10
|
-
spec.email = ["sawara01@gmail.com"]
|
11
|
-
spec.description = %q{2D game library for Windows with DirectX9}
|
12
|
-
spec.summary = %q{:-)}
|
13
|
-
spec.homepage = "http://dxruby.sourceforge.jp/"
|
14
|
-
spec.license = "zlib/libpng"
|
15
|
-
|
16
|
-
spec.files = `git ls-files`.split($/)
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
-
spec.require_paths = ["lib"]
|
20
|
-
|
21
|
-
spec.add_development_dependency "bundler", "~> 1.3"
|
22
|
-
spec.add_development_dependency "rake"
|
23
|
-
end
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'dxruby'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "dxruby"
|
8
|
+
spec.version = DXRuby::VERSION
|
9
|
+
spec.authors = ["mirichi"]
|
10
|
+
spec.email = ["sawara01@gmail.com"]
|
11
|
+
spec.description = %q{2D game library for Windows with DirectX9}
|
12
|
+
spec.summary = %q{:-)}
|
13
|
+
spec.homepage = "http://dxruby.sourceforge.jp/"
|
14
|
+
spec.license = "zlib/libpng"
|
15
|
+
|
16
|
+
spec.files = `git ls-files`.split($/)
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
+
spec.require_paths = ["lib"]
|
20
|
+
|
21
|
+
spec.add_development_dependency "bundler", "~> 1.3"
|
22
|
+
spec.add_development_dependency "rake"
|
23
|
+
end
|
data/lib/1.8/dxruby.so
CHANGED
Binary file
|
data/lib/1.9/dxruby.so
CHANGED
Binary file
|
data/lib/2.0/dxruby.so
CHANGED
Binary file
|
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.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mirichi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -79,8 +79,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.0.
|
82
|
+
rubygems_version: 2.0.3
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: ':-)'
|
86
86
|
test_files: []
|
87
|
+
has_rdoc:
|