activerdf_net7 1.6.15 → 1.6.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,12 @@ class SesameAdapter < ActiveRdfAdapter
|
|
64
64
|
# [*user*] - Username for database connection (optional)
|
65
65
|
# [*pass*] - Password for database connection (optional)
|
66
66
|
#
|
67
|
-
#
|
67
|
+
# = :http
|
68
|
+
#
|
69
|
+
# Connect to a repository on a sesame server through http.
|
70
|
+
# [*url*] - The repository url
|
71
|
+
# [*user*] - User name for HTTP authentication
|
72
|
+
# [*pass*] - Password for HTTP auth
|
68
73
|
def initialize(params = {})
|
69
74
|
super()
|
70
75
|
ActiveRdfLogger::log_info "Initializing Sesame Adapter with params #{params.to_s}", self
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerdf_net7
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eyal Oren
|
@@ -10,7 +10,7 @@ autorequire: active_rdf
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2009-12-
|
13
|
+
date: 2009-12-11 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|