dxruby 1.4.1 → 1.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: befbd5373db0e69d4d6cb38cea1937ae779a9acb
4
- data.tar.gz: 920fc17d743288b0e27a551f099984022e76467f
3
+ metadata.gz: 7968ded8aeec6e226fbcc271c27c6bbb06ce6332
4
+ data.tar.gz: c1db7b3b6bbe2b6f0784abadd8b52764d2a43f6e
5
5
  SHA512:
6
- metadata.gz: 7d6ddc2aea803cb9ec94d735dbf238bf9e8ce398459b1a5e5fc349ba16b14e4a2cae0e90698640b4e0a38f5fd2a2b010e1d34d3d5b6b426fa75d3834aac48669
7
- data.tar.gz: 3b9c4ec4ec0d79303138cea703cabf782de14569aa927ded5ae3aff77dcbad0c8c4faad7755a60a3f0bea41b31e555f5265688c454cb4f505e93f310e26d1249
6
+ metadata.gz: 2f4e8592004cebad9a8baf1be13b523c36fc0d9338cceb7504dfea2eba52ef2fa65e145bfafbee4fa01672df93fb3874a73ed31fbed59bed38654e3784c25fc2
7
+ data.tar.gz: 6ad93b9495f74ed25627286024ddd8855be03d6568d31d46c68605f5e451be74a95a04516a6e7557a5f5f494d5cefd671867ce91122e77e20d9a5a5d3c76f09d
data/.gitignore CHANGED
@@ -1,17 +1,35 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
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
- Copyright (c) 2013 mirichi
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
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 with DirectX9}
11
+ spec.description = %q{2D game library for Windows(DirectX9)}
12
12
  spec.summary = %q{:-)}
13
- spec.homepage = "http://dxruby.sourceforge.jp/"
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
Binary file
Binary file
Binary file
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.1
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: 2014-03-11 00:00:00.000000000 Z
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 with DirectX9
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.sourceforge.jp/
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.0.3
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: