ontomde-redland-win 1.0.3

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,7 @@
1
+ module Ontomde
2
+ module Redland
3
+ module Win
4
+ VERSION = '1.0.3'
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,17 @@
1
+
2
+ require 'test/unit'
3
+ require 'ontomde-redland-win'
4
+ require 'logger'
5
+
6
+ class Test_ontomde_redland < Test::Unit::TestCase
7
+ def setup
8
+ end
9
+ def test_exists
10
+ f=::Mrdf_Model::WIN_PATH_RAPPER
11
+ assert(File.exists?(f),"File not found : #{f}")
12
+ end
13
+
14
+ end
15
+
16
+ require 'test/unit/ui/console/testrunner'
17
+ Test::Unit::UI::Console::TestRunner.run(Test_ontomde_redland)
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: ontomde-redland-win
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.3
7
+ date: 2007-11-15 00:00:00 +01:00
8
+ summary: OntoMDE redland binaries wrapper
9
+ require_paths:
10
+ - lib
11
+ email: ""
12
+ homepage: http://www.zenspider.com/ZSS/Products/ontomde-redland-win/
13
+ rubyforge_project: ontomde
14
+ description: The author was too lazy to write a description
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - ""
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - lib/ontomde-redland-win.rb
37
+ - lib/ontomde-redland-win/version.rb
38
+ - test/test_ontomde-redland-win.rb
39
+ - dist/redland-1.0.3-Win32/roqet.exe
40
+ - dist/redland-1.0.3-Win32/COPYING
41
+ - dist/redland-1.0.3-Win32/libxml2.dll
42
+ - dist/redland-1.0.3-Win32/rapper.exe
43
+ - dist/redland-1.0.3-Win32/LICENSE.txt
44
+ - dist/redland-1.0.3-Win32/NOTICE
45
+ - dist/redland-1.0.3-Win32/AUTHORS
46
+ - dist/redland-1.0.3-Win32/README
47
+ - dist/redland-1.0.3-Win32/LICENSE-2.0.txt
48
+ - dist/redland-1.0.3-Win32/libdb43.dll
49
+ - dist/redland-1.0.3-Win32/libcurl.dll
50
+ - dist/redland-1.0.3-Win32/COPYING.LIB
51
+ - dist/redland-1.0.3-Win32/raptor.dll
52
+ - dist/redland-1.0.3-Win32/iconv.dll
53
+ - dist/redland-1.0.3-Win32/zlib1.dll
54
+ - dist/redland-1.0.3-Win32/librdf.dll
55
+ - dist/redland-1.0.3-Win32/rasqal.dll
56
+ - dist/redland-1.0.3-Win32/libxslt.dll
57
+ - dist/redland-1.0.3-Win32/lib/librdf.lib
58
+ - dist/redland-1.0.3-Win32/lib/libcurl.lib
59
+ - dist/redland-1.0.3-Win32/lib/raptor.lib
60
+ - dist/redland-1.0.3-Win32/lib/rasqal.lib
61
+ - dist/redland-1.0.3-Win32/lib/libdb43.lib
62
+ test_files:
63
+ - test/test_ontomde-redland-win.rb
64
+ rdoc_options:
65
+ - --main
66
+ - README.txt
67
+ extra_rdoc_files:
68
+ - History.txt
69
+ - Manifest.txt
70
+ - README.txt
71
+ - dist/redland-1.0.3-Win32/LICENSE.txt
72
+ - dist/redland-1.0.3-Win32/LICENSE-2.0.txt
73
+ executables: []
74
+
75
+ extensions: []
76
+
77
+ requirements: []
78
+
79
+ dependencies:
80
+ - !ruby/object:Gem::Dependency
81
+ name: hoe
82
+ version_requirement:
83
+ version_requirements: !ruby/object:Gem::Version::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: 1.3.0
88
+ version: