dxruby_sdl 0.0.12 → 0.0.13

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: 139c626106c76fc47012a4f1770e9f9c4ee89ad9
4
- data.tar.gz: 1daf8ade7133805c367c931a5ce68fb2ad77bbc5
3
+ metadata.gz: a91ed61adae612429a4bd3b331a09f4b419b35ce
4
+ data.tar.gz: 47cd99f97f46036c2f0a4ae7db7f827ccb04d48e
5
5
  SHA512:
6
- metadata.gz: d6c6a7ead348da242f06fbab68ba60ca68a5057ac2e59ae281b933d3b59f8887a415286bdb73f4b00ada9c27b711207aa2835f619e9a3f05dd511216d5c23e8e
7
- data.tar.gz: 75936a49d94f56dcb39b17fc0eee68244009a62c6c01671ea3cae5c4f8b57cf7833c3fa7c74748c67174cb36e9808ae134849eb896fbda41b1f9160c6d8960fd
6
+ metadata.gz: c6b23bb0f90551079f3967ed39a681a0709a3c9153dbcfb31ec2ece77cf038f029e1ba9d72092e69fe00b79e3a659f136c3efef057d16027735a1e6be3c48f1f
7
+ data.tar.gz: a580c1e53bf13b832b503e17236a2b4ebe25fcf002079a271d0c38ce235df48e09a039ca9e3de6616c3d9a833d5ffe1ca49642da10781d08e743d49826935aa2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 1.9.3-p448
1
+ 2.1.5
data/.travis.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - 1.9.3
4
+ - 2.1.5
5
5
 
6
6
  env:
7
7
  AUDIODEV=null
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # dxruby_sdl
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/dxruby_sdl.png)](http://badge.fury.io/rb/dxruby_sdl)
4
- [![Build Status](https://travis-ci.org/takaokouji/dxruby_sdl.png?branch=master)](https://travis-ci.org/takaokouji/dxruby_sdl)
5
- [![Coverage Status](https://coveralls.io/repos/takaokouji/dxruby_sdl/badge.png?branch=master)](https://coveralls.io/r/takaokouji/dxruby_sdl?branch=master)
6
- [![Dependency Status](https://gemnasium.com/takaokouji/dxruby_sdl.png)](https://gemnasium.com/takaokouji/dxruby_sdl)
7
- [![Code Climate](https://codeclimate.com/github/takaokouji/dxruby_sdl.png)](https://codeclimate.com/github/takaokouji/dxruby_sdl)
4
+ [![Build Status](https://travis-ci.org/smalruby/dxruby_sdl.svg?branch=master)](https://travis-ci.org/smalruby/dxruby_sdl)
5
+ [![Coverage Status](https://coveralls.io/repos/smalruby/dxruby_sdl/badge.png?branch=master)](https://coveralls.io/r/smalruby/dxruby_sdl?branch=master)
6
+ [![Dependency Status](https://gemnasium.com/smalruby/dxruby_sdl.png)](https://gemnasium.com/smalruby/dxruby_sdl)
7
+ [![Code Climate](https://codeclimate.com/github/smalruby/dxruby_sdl.png)](https://codeclimate.com/github/smalruby/dxruby_sdl)
8
8
 
9
9
  `dxruby_sdl` is a ruby library for 2D graphics and game. It has same
10
10
  DXRuby API. It use SDL/Ruby.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module DXRubySDL
4
- VERSION = '0.0.12'
4
+ VERSION = '0.0.13'
5
5
  end
@@ -90,7 +90,7 @@ module DXRubySDL
90
90
  option[:scale_x], option[:scale_y],
91
91
  option[:center_x], option[:center_y],
92
92
  x + option[:center_x], y + option[:center_y],
93
- SDL::Surface::TRANSFORM_SAFE)
93
+ 0)
94
94
  end
95
95
 
96
96
  def draw_font(x, y, string, font, hash = {})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dxruby_sdl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouji Takao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-09 00:00:00.000000000 Z
11
+ date: 2015-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -257,4 +257,3 @@ test_files:
257
257
  - spec/lib/dxruby_spec.rb
258
258
  - spec/spec_helper.rb
259
259
  - spec/support/fixture_helper.rb
260
- has_rdoc: