ffi 1.0.2-java → 1.0.3-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (2) hide show
  1. data/Rakefile +1 -1
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ PROJ.name = 'ffi'
6
6
  PROJ.authors = "JRuby Project"
7
7
  PROJ.email = "ruby-ffi@groups.google.com"
8
8
  PROJ.url = "http://wiki.github.com/ffi/ffi"
9
- PROJ.version = "1.0.2"
9
+ PROJ.version = "1.0.3"
10
10
  PROJ.rubyforge.name = 'ffi'
11
11
  PROJ.svn.path = 'ffi'
12
12
  PROJ.summary = "A Ruby foreign function interface"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: java
11
11
  authors:
12
12
  - JRuby Project
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-17 00:00:00 +10:00
17
+ date: 2010-12-28 00:00:00 +10:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency