libxslt-ruby 0.9.1-x86-mswin32-60 → 0.9.2-x86-mswin32-60

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,10 +20,6 @@
20
20
 
21
21
  #include "version.h"
22
22
 
23
- #if ((RUBY_LIBXML_VER_MAJ != RUBY_LIBXSLT_VER_MAJ) || (RUBY_LIBXML_VER_MIN != RUBY_LIBXSLT_VER_MIN))
24
- #error "Incompatible LibXML-Ruby headers - please install same major/micro version"
25
- #endif
26
-
27
23
  extern VALUE cLibXSLT;
28
24
  extern VALUE cXSLT;
29
25
  extern VALUE eXSLTError;
@@ -1,5 +1,5 @@
1
- #define RUBY_LIBXSLT_VERSION "0.9.1"
1
+ #define RUBY_LIBXSLT_VERSION "0.9.2"
2
2
  #define RUBY_LIBXSLT_VERNUM 0
3
3
  #define RUBY_LIBXSLT_VER_MAJ 0
4
4
  #define RUBY_LIBXSLT_VER_MIN 9
5
- #define RUBY_LIBXSLT_VER_MIC 1
5
+ #define RUBY_LIBXSLT_VER_MIC 2
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libxslt-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: x86-mswin32-60
6
6
  authors:
7
7
  - Charlie Savage
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-24 00:00:00 -07:00
12
+ date: 2009-04-25 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency