libxslt-ruby 0.9.1-x86-mswin32-60 → 0.9.2-x86-mswin32-60
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.
- data/ext/libxslt/libxslt.h +0 -4
- data/ext/libxslt/version.h +2 -2
- data/ext/mingw/libxslt_ruby.so +0 -0
- metadata +2 -2
data/ext/libxslt/libxslt.h
CHANGED
@@ -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;
|
data/ext/libxslt/version.h
CHANGED
data/ext/mingw/libxslt_ruby.so
CHANGED
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.
|
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:
|
12
|
+
date: 2009-04-25 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|