libxslt-ruby 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.0.5 / 2011-08-09
2
+
3
+ * Fix Ruby 1.9.3-preview1 libxml 2.7.3 (OS X Lion) conflicting OnigUChar redefinition (Travis Warlick).
4
+
5
+
1
6
  == 1.0.4 / 2011-08-03
2
7
 
3
8
  * Don't link against libxml-ruby on OS X, as it is unnecessary and doesn't work
@@ -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>
@@ -1,5 +1,5 @@
1
- #define RUBY_LIBXSLT_VERSION "1.0.4"
1
+ #define RUBY_LIBXSLT_VERSION "1.0.5"
2
2
  #define RUBY_LIBXSLT_VERNUM 1
3
3
  #define RUBY_LIBXSLT_VER_MAJ 0
4
- #define RUBY_LIBXSLT_VER_MIN 4
4
+ #define RUBY_LIBXSLT_VER_MIN 5
5
5
  #define RUBY_LIBXSLT_VER_MIC 0
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.1.1')
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
11
11
  platform: ruby
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-03 00:00:00 Z
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: 9
28
+ hash: 7
29
29
  segments:
30
30
  - 2
31
- - 1
32
- - 1
33
- version: 2.1.1
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"