smalruby 0.0.30-x86-mingw32 → 0.0.31-x86-mingw32

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.

Potentially problematic release.


This version of smalruby might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5785c85deafb1324b46485d22248cc2bf7d58892
4
- data.tar.gz: e79c278f6c33d10c495297caf8631c94088fa8c6
3
+ metadata.gz: 2a0ae9389413b22bdf79edc89554259ca00da74e
4
+ data.tar.gz: 50d1e7c196e5db59f4e6c7e3a09bae41b5c76656
5
5
  SHA512:
6
- metadata.gz: 7388a304897a11852fdcfedf531f22f9c632ae040982970d1ab12a499e8b7fb63e3a6ac320a70219142b0fd123ec2c11253bec36562929f3dec3aee6b90820fa
7
- data.tar.gz: 2721ef1c9e70c0ddff57edf8178458e22377d84071367b647e9ad11e749e64020aab615fb2bd3491b28987fddecd55cd1f53844d51b34e0a3b925f0a7276ba03
6
+ metadata.gz: 09b71ca5d908520016850dec4f2ff96e3301ab2e313c719c6afb49fed3af6024fb3f8ff97118edeccf893e712e834adf5a235da6a1b09e5f54ddf52173e182a2
7
+ data.tar.gz: 3738532f89b155e56eaba033eb03f80b045822f2db757f6d2873f2151e0ad446edc24f76326282b20b86ad4ad38250bd4b8b75d40951aeb502b2cb4ef3144546
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module Smalruby
4
- VERSION = '0.0.30'
4
+ VERSION = '0.0.31'
5
5
  end
data/smalruby.gemspec CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  if is_windows
41
41
  spec.add_runtime_dependency 'dxruby', '1.4.0'
42
42
  else
43
- spec.add_runtime_dependency 'dxruby_sdl', '~> 0.0.10'
43
+ spec.add_runtime_dependency 'dxruby_sdl', '~> 0.0.11'
44
44
  end
45
45
  spec.add_runtime_dependency 'dino', '~> 0.11.2'
46
46
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smalruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Kouji Takao
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-12 00:00:00.000000000 Z
11
+ date: 2014-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler