ffi-inliner 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.2.2 / 2009-08-05
2
+
3
+ * Bug fix
4
+ * Fix ffi gem version dependency issue
5
+
1
6
  == 0.2.1 / 2009-08-05
2
7
 
3
8
  * Bug fix
data/Rakefile CHANGED
@@ -37,7 +37,7 @@ PROJ.spec.opts << '--color' << '-fs'
37
37
 
38
38
  PROJ.ruby_opts = []
39
39
 
40
- depend_on 'ffi', '0.3.5'
40
+ depend_on 'ffi', '>=0.4.0'
41
41
 
42
42
  task :default => 'spec'
43
43
 
@@ -1,3 +1,3 @@
1
1
  module Inliner
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-inliner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrea Fazzi
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.3.5
23
+ version: 0.4.0
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bones