dxruby 1.4.2 → 1.4.3

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
  SHA1:
3
- metadata.gz: 7968ded8aeec6e226fbcc271c27c6bbb06ce6332
4
- data.tar.gz: c1db7b3b6bbe2b6f0784abadd8b52764d2a43f6e
3
+ metadata.gz: 970a2e0c8e8ce8bd59528f761db1258fddb806bf
4
+ data.tar.gz: 83f4e73ddd7e9a6cf1c70385fd5c5d121b2d7b8d
5
5
  SHA512:
6
- metadata.gz: 2f4e8592004cebad9a8baf1be13b523c36fc0d9338cceb7504dfea2eba52ef2fa65e145bfafbee4fa01672df93fb3874a73ed31fbed59bed38654e3784c25fc2
7
- data.tar.gz: 6ad93b9495f74ed25627286024ddd8855be03d6568d31d46c68605f5e451be74a95a04516a6e7557a5f5f494d5cefd671867ce91122e77e20d9a5a5d3c76f09d
6
+ metadata.gz: 48992675d97790b9c4173f81df579bd39efecd639bf62d905acfaaed0e6bbbce5b4561b509b0840dd77c779a0265963ab9b56539cdf1b2db03ec77c2dcef595b
7
+ data.tar.gz: 10a3627dd93bc8ba21f167d7a23b99b8ce9f8f5d3b142ce5475fb2ff7a5e978685a38721bd107c22c8598f4a1c747adb767ca58a6e2fe00071038112e12fc23e
Binary file
Binary file
Binary file
@@ -1,4 +1,2 @@
1
1
  major, minor, micro, = RUBY_VERSION.split(/\./)
2
- require "#{major}.#{minor}/dxruby.so"
3
-
4
-
2
+ require "#{major}.#{minor}/dxruby.so"
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.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - mirichi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-06 00:00:00.000000000 Z
11
+ date: 2016-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,20 +45,10 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - ".gitignore"
49
- - Gemfile
50
- - LICENSE.txt
51
- - README.md
52
- - Rakefile
53
- - dxruby.gemspec
54
- - lib/2.0/dxruby.so
55
- - lib/2.0/dxrubyex.so
56
48
  - lib/2.1/dxruby.so
57
- - lib/2.1/dxrubyex.so
58
49
  - lib/2.2/dxruby.so
59
- - lib/2.2/dxrubyex.so
50
+ - lib/2.3/dxruby.so
60
51
  - lib/dxruby.rb
61
- - lib/dxrubyex.rb
62
52
  homepage: http://dxruby.osdn.jp/
63
53
  licenses:
64
54
  - zlib/libpng
@@ -79,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
69
  version: '0'
80
70
  requirements: []
81
71
  rubyforge_project:
82
- rubygems_version: 2.4.5.1
72
+ rubygems_version: 2.5.1
83
73
  signing_key:
84
74
  specification_version: 4
85
75
  summary: ":-)"
data/.gitignore DELETED
@@ -1,35 +0,0 @@
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/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in dxruby.gemspec
4
- gemspec
@@ -1,13 +0,0 @@
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/README.md DELETED
@@ -1,29 +0,0 @@
1
- # Dxruby
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'dxruby'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install dxruby
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -1,23 +0,0 @@
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(DirectX9)}
12
- spec.summary = %q{:-)}
13
- spec.homepage = "http://dxruby.osdn.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
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +0,0 @@
1
- major, minor, micro, = RUBY_VERSION.split(/\./)
2
- require "#{major}.#{minor}/dxrubyex.so"
3
-
4
-