libxslt-ruby-r19mingw1 0.9.7

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.
@@ -0,0 +1,3 @@
1
+ require 'test_libxslt'
2
+ require 'test_stylesheet'
3
+ require 'test_deprecated'
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libxslt-ruby-r19mingw1
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 9
8
+ - 7
9
+ version: 0.9.7
10
+ platform: ruby
11
+ authors:
12
+ - Charlie Savage
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-10-20 00:00:00 -04:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: libxml-ruby-r19mingw
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ - 9
31
+ - 4
32
+ version: 0.9.4
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ 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"
36
+ email: libxml-devel@rubyforge.org
37
+ executables: []
38
+
39
+ extensions:
40
+ - ext/libxslt/extconf.rb
41
+ extra_rdoc_files: []
42
+
43
+ files:
44
+ - Rakefile
45
+ - CHANGES
46
+ - README
47
+ - LICENSE
48
+ - setup.rb
49
+ - lib/libxslt/deprecated.rb
50
+ - lib/libxslt/stylesheet.rb
51
+ - lib/libxslt.rb
52
+ - lib/xslt.rb
53
+ - ext/libxslt/libxslt.h
54
+ - ext/libxslt/ruby_xslt_stylesheet.h
55
+ - ext/libxslt/version.h
56
+ - ext/libxslt/libxslt.c
57
+ - ext/libxslt/ruby_xslt_stylesheet.c
58
+ - ext/mingw/Rakefile
59
+ - ext/vc/libxslt_ruby.sln
60
+ - ext/vc/libxslt_ruby.vcproj
61
+ - test/files/commentary.dtd
62
+ - test/files/fuzface.xml
63
+ - test/files/fuzface.xsl
64
+ - test/files/params.xml
65
+ - test/files/params.xsl
66
+ - test/files/ramblings.xsl
67
+ - test/test_deprecated.rb
68
+ - test/test_libxslt.rb
69
+ - test/test_stylesheet.rb
70
+ - test/test_suite.rb
71
+ - libxslt-ruby.gemspec
72
+ - ext/libxslt/extconf.rb
73
+ has_rdoc: true
74
+ homepage: http://libxslt.rubyforge.org/
75
+ licenses: []
76
+
77
+ post_install_message:
78
+ rdoc_options: []
79
+
80
+ require_paths:
81
+ - lib
82
+ - ext/libxslt
83
+ required_ruby_version: !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ segments:
89
+ - 1
90
+ - 8
91
+ - 4
92
+ version: 1.8.4
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ segments:
99
+ - 0
100
+ version: "0"
101
+ requirements: []
102
+
103
+ rubyforge_project: libxslt-ruby
104
+ rubygems_version: 1.3.7
105
+ signing_key:
106
+ specification_version: 3
107
+ summary: Ruby libxslt bindings
108
+ test_files: []
109
+