gphys 1.1.1a → 1.1.1b

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/extconf.rb +1 -0
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rake/gempackagetask'
2
2
 
3
3
  NAME = 'gphys'
4
- VER = '1.1.1a'
4
+ VER = '1.1.1b'
5
5
 
6
6
  PKG_FILES = FileList[
7
7
  '**',
data/extconf.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require "rubygems" unless defined?(Gem)
1
2
  require "mkmf"
2
3
  $extout_prefix = '/numru'
3
4
  alias __install_dirs install_dirs
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gphys
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3314881
4
+ hash: 3314886
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1a
10
- version: 1.1.1a
9
+ - 1b
10
+ version: 1.1.1b
11
11
  platform: ruby
12
12
  authors:
13
13
  - Takeshi Horinouchi
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2012-02-27 00:00:00 +09:00
22
+ date: 2012-06-28 00:00:00 +09:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency