libxslt-ruby 1.0.4-x86-mingw32 → 1.0.5-x86-mingw32
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/CHANGES +5 -0
- data/ext/libxslt/libxslt.h +3 -2
- data/ext/libxslt/version.h +2 -2
- data/lib/1.8/libxslt_ruby.so +0 -0
- data/lib/1.9/libxslt_ruby.so +0 -0
- data/libxslt-ruby.gemspec +1 -1
- metadata +8 -8
data/CHANGES
CHANGED
data/ext/libxslt/libxslt.h
CHANGED
@@ -2,6 +2,9 @@
|
|
2
2
|
|
3
3
|
/* Please see the LICENSE file for copyright and distribution information */
|
4
4
|
|
5
|
+
#include <libxml/parser.h>
|
6
|
+
#include <libxml/debugXML.h>
|
7
|
+
|
5
8
|
#ifndef __RUBY_LIBXSLT_H__
|
6
9
|
#define __RUBY_LIBXSLT_H__
|
7
10
|
|
@@ -12,8 +15,6 @@
|
|
12
15
|
#include <rubyio.h>
|
13
16
|
#endif
|
14
17
|
|
15
|
-
#include <libxml/parser.h>
|
16
|
-
#include <libxml/debugXML.h>
|
17
18
|
#include <ruby_libxml.h>
|
18
19
|
|
19
20
|
#include <libxslt/extra.h>
|
data/ext/libxslt/version.h
CHANGED
data/lib/1.8/libxslt_ruby.so
CHANGED
Binary file
|
data/lib/1.9/libxslt_ruby.so
CHANGED
Binary file
|
data/libxslt-ruby.gemspec
CHANGED
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
|
|
36
36
|
spec.version = version
|
37
37
|
spec.author = "Charlie Savage"
|
38
38
|
spec.email = "libxml-devel@rubyforge.org"
|
39
|
-
spec.add_dependency('libxml-ruby','>=2.
|
39
|
+
spec.add_dependency('libxml-ruby','>=2.2.0')
|
40
40
|
spec.platform = Gem::Platform::RUBY
|
41
41
|
spec.require_paths = ["lib", "ext/libxslt"]
|
42
42
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libxslt-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 5
|
10
|
+
version: 1.0.5
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Charlie Savage
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-08-
|
18
|
+
date: 2011-08-09 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: libxml-ruby
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 7
|
29
29
|
segments:
|
30
30
|
- 2
|
31
|
-
-
|
32
|
-
-
|
33
|
-
version: 2.
|
31
|
+
- 2
|
32
|
+
- 0
|
33
|
+
version: 2.2.0
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
description: " The Libxslt-Ruby project provides Ruby language bindings for the GNOME\n XSLT C library. It is free software, released under the MIT License.\n"
|