dxruby 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +35 -17
- data/LICENSE.txt +13 -22
- data/dxruby.gemspec +2 -2
- data/lib/2.0/dxruby.so +0 -0
- data/lib/{1.8 → 2.1}/dxruby.so +0 -0
- data/lib/{1.9 → 2.1}/dxrubyex.so +0 -0
- data/lib/{1.9 → 2.2}/dxruby.so +0 -0
- data/lib/{1.8 → 2.2}/dxrubyex.so +0 -0
- metadata +17 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7968ded8aeec6e226fbcc271c27c6bbb06ce6332
|
4
|
+
data.tar.gz: c1db7b3b6bbe2b6f0784abadd8b52764d2a43f6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f4e8592004cebad9a8baf1be13b523c36fc0d9338cceb7504dfea2eba52ef2fa65e145bfafbee4fa01672df93fb3874a73ed31fbed59bed38654e3784c25fc2
|
7
|
+
data.tar.gz: 6ad93b9495f74ed25627286024ddd8855be03d6568d31d46c68605f5e451be74a95a04516a6e7557a5f5f494d5cefd671867ce91122e77e20d9a5a5d3c76f09d
|
data/.gitignore
CHANGED
@@ -1,17 +1,35 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
1
|
+
*.gem
|
2
|
+
*.rbc
|
3
|
+
/.config
|
4
|
+
/coverage/
|
5
|
+
/InstalledFiles
|
6
|
+
/pkg/
|
7
|
+
/spec/reports/
|
8
|
+
/test/tmp/
|
9
|
+
/test/version_tmp/
|
10
|
+
/tmp/
|
11
|
+
|
12
|
+
## Specific to RubyMotion:
|
13
|
+
.dat*
|
14
|
+
.repl_history
|
15
|
+
build/
|
16
|
+
|
17
|
+
## Documentation cache and generated files:
|
18
|
+
/.yardoc/
|
19
|
+
/_yardoc/
|
20
|
+
/doc/
|
21
|
+
/rdoc/
|
22
|
+
|
23
|
+
## Environment normalisation:
|
24
|
+
/.bundle/
|
25
|
+
/vendor/bundle
|
26
|
+
/lib/bundler/man/
|
27
|
+
|
28
|
+
# for a library or gem, you might want to ignore these files since the code is
|
29
|
+
# intended to run in multiple environments; otherwise, check them in:
|
30
|
+
# Gemfile.lock
|
31
|
+
# .ruby-version
|
32
|
+
# .ruby-gemset
|
33
|
+
|
34
|
+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
35
|
+
.rvmrc
|
data/LICENSE.txt
CHANGED
@@ -1,22 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1
|
+
The zlib/libpng License
|
2
|
+
Copyright (c) <2012> <DXRubyDevelopers>
|
3
|
+
|
4
|
+
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
5
|
+
|
6
|
+
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
7
|
+
|
8
|
+
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
9
|
+
|
10
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
11
|
+
|
12
|
+
3. This notice may not be removed or altered from any source distribution.
|
13
|
+
|
data/dxruby.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = DXRuby::VERSION
|
9
9
|
spec.authors = ["mirichi"]
|
10
10
|
spec.email = ["sawara01@gmail.com"]
|
11
|
-
spec.description = %q{2D game library for Windows
|
11
|
+
spec.description = %q{2D game library for Windows(DirectX9)}
|
12
12
|
spec.summary = %q{:-)}
|
13
|
-
spec.homepage = "http://dxruby.
|
13
|
+
spec.homepage = "http://dxruby.osdn.jp/"
|
14
14
|
spec.license = "zlib/libpng"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/2.0/dxruby.so
CHANGED
Binary file
|
data/lib/{1.8 → 2.1}/dxruby.so
RENAMED
Binary file
|
data/lib/{1.9 → 2.1}/dxrubyex.so
RENAMED
Binary file
|
data/lib/{1.9 → 2.2}/dxruby.so
RENAMED
Binary file
|
data/lib/{1.8 → 2.2}/dxrubyex.so
RENAMED
Binary file
|
metadata
CHANGED
@@ -1,65 +1,65 @@
|
|
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.2
|
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: 2015-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description: 2D game library for Windows
|
41
|
+
description: 2D game library for Windows(DirectX9)
|
42
42
|
email:
|
43
43
|
- sawara01@gmail.com
|
44
44
|
executables: []
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- .gitignore
|
48
|
+
- ".gitignore"
|
49
49
|
- Gemfile
|
50
50
|
- LICENSE.txt
|
51
51
|
- README.md
|
52
52
|
- Rakefile
|
53
53
|
- dxruby.gemspec
|
54
|
-
- lib/1.8/dxruby.so
|
55
|
-
- lib/1.8/dxrubyex.so
|
56
|
-
- lib/1.9/dxruby.so
|
57
|
-
- lib/1.9/dxrubyex.so
|
58
54
|
- lib/2.0/dxruby.so
|
59
55
|
- lib/2.0/dxrubyex.so
|
56
|
+
- lib/2.1/dxruby.so
|
57
|
+
- lib/2.1/dxrubyex.so
|
58
|
+
- lib/2.2/dxruby.so
|
59
|
+
- lib/2.2/dxrubyex.so
|
60
60
|
- lib/dxruby.rb
|
61
61
|
- lib/dxrubyex.rb
|
62
|
-
homepage: http://dxruby.
|
62
|
+
homepage: http://dxruby.osdn.jp/
|
63
63
|
licenses:
|
64
64
|
- zlib/libpng
|
65
65
|
metadata: {}
|
@@ -69,19 +69,18 @@ require_paths:
|
|
69
69
|
- lib
|
70
70
|
required_ruby_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
|
-
- -
|
72
|
+
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
- -
|
77
|
+
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.
|
82
|
+
rubygems_version: 2.4.5.1
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
|
-
summary:
|
85
|
+
summary: ":-)"
|
86
86
|
test_files: []
|
87
|
-
has_rdoc:
|