libxslt-ruby 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,7 +121,8 @@ need headers for libxml-ruby.
121
121
  EOL
122
122
  end
123
123
 
124
- unless (have_library('xml_ruby', 'rxml_document_wrap'))
124
+ unless (have_library('xml_ruby', 'rxml_document_wrap') or
125
+ have_library(':libxml_ruby.so', 'rxml_document_wrap'))
125
126
  crash(<<EOL)
126
127
  need libxml-ruby
127
128
  Install libxml-ruby first.
@@ -1,5 +1,5 @@
1
- #define RUBY_LIBXSLT_VERSION "0.9.5"
1
+ #define RUBY_LIBXSLT_VERSION "0.9.6"
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 5
5
+ #define RUBY_LIBXSLT_VER_MIC 6
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Charlie Savage