libxslt-ruby 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/libxslt/libxslt.h +0 -4
- data/ext/libxslt/version.h +2 -2
- 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
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: ruby
|
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
|