pho 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. data/CHANGES +6 -0
  2. data/README +9 -1
  3. data/Rakefile +1 -1
  4. data/doc/index.html +3 -1
  5. data/doc/rdoc/classes/Pho/Analyzers.html +310 -0
  6. data/doc/rdoc/classes/Pho/CommandLine.html +770 -0
  7. data/doc/rdoc/classes/Pho/DatatypeProperty.html +241 -0
  8. data/doc/rdoc/classes/Pho/Enrichment/StoreEnricher.html +410 -0
  9. data/doc/rdoc/classes/Pho/Enrichment.html +119 -0
  10. data/doc/rdoc/classes/Pho/Etags.html +310 -0
  11. data/doc/rdoc/classes/Pho/Facet/Results.html +299 -0
  12. data/doc/rdoc/classes/Pho/Facet/Term.html +177 -0
  13. data/doc/rdoc/classes/Pho/Facet.html +119 -0
  14. data/doc/rdoc/classes/Pho/FieldPredicateMap.html +695 -0
  15. data/doc/rdoc/classes/Pho/FieldWeighting.html +230 -0
  16. data/doc/rdoc/classes/Pho/FileManagement/AbstractFileManager.html +478 -0
  17. data/doc/rdoc/classes/Pho/FileManagement/FileManager.html +264 -0
  18. data/doc/rdoc/classes/Pho/FileManagement/RDFManager.html +259 -0
  19. data/doc/rdoc/classes/Pho/FileManagement.html +121 -0
  20. data/doc/rdoc/classes/Pho/Job.html +627 -0
  21. data/doc/rdoc/classes/Pho/JobUpdate.html +141 -0
  22. data/doc/rdoc/classes/Pho/Jobs.html +538 -0
  23. data/doc/rdoc/classes/Pho/Namespaces.html +164 -0
  24. data/doc/rdoc/classes/Pho/OAI/Record.html +165 -0
  25. data/doc/rdoc/classes/Pho/OAI/Records.html +331 -0
  26. data/doc/rdoc/classes/Pho/OAI.html +118 -0
  27. data/doc/rdoc/classes/Pho/QueryProfile.html +524 -0
  28. data/doc/rdoc/classes/Pho/RDF/Parser.html +279 -0
  29. data/doc/rdoc/classes/Pho/RDF.html +120 -0
  30. data/doc/rdoc/classes/Pho/RDFCollection.html +119 -0
  31. data/doc/rdoc/classes/Pho/ResourceHash/Converter.html +325 -0
  32. data/doc/rdoc/classes/Pho/ResourceHash/SetAlgebra.html +241 -0
  33. data/doc/rdoc/classes/Pho/ResourceHash.html +123 -0
  34. data/doc/rdoc/classes/Pho/Snapshot.html +402 -0
  35. data/doc/rdoc/classes/Pho/Sparql/SparqlClient.html +594 -0
  36. data/doc/rdoc/classes/Pho/Sparql/SparqlHelper.html +696 -0
  37. data/doc/rdoc/classes/Pho/Sparql.html +187 -0
  38. data/doc/rdoc/classes/Pho/Status.html +296 -0
  39. data/doc/rdoc/classes/Pho/Store.html +1569 -0
  40. data/doc/rdoc/classes/Pho/StoreSparqlClient.html +183 -0
  41. data/doc/rdoc/classes/Pho/Update/Changeset.html +521 -0
  42. data/doc/rdoc/classes/Pho/Update/ChangesetBuilder.html +330 -0
  43. data/doc/rdoc/classes/Pho/Update/ChangesetHelper.html +159 -0
  44. data/doc/rdoc/classes/Pho/Update/Changesets.html +205 -0
  45. data/doc/rdoc/classes/Pho/Update/LiteralStatement.html +257 -0
  46. data/doc/rdoc/classes/Pho/Update/ResourceStatement.html +237 -0
  47. data/doc/rdoc/classes/Pho/Update/Statement.html +303 -0
  48. data/doc/rdoc/classes/Pho/Update.html +128 -0
  49. data/doc/rdoc/classes/Pho.html +283 -0
  50. data/doc/rdoc/classes/String.html +146 -0
  51. data/doc/rdoc/created.rid +1 -0
  52. data/doc/rdoc/files/CHANGES.html +373 -0
  53. data/doc/rdoc/files/README.html +204 -0
  54. data/doc/rdoc/files/lib/pho/changeset_builder_rb.html +108 -0
  55. data/doc/rdoc/files/lib/pho/changeset_rb.html +108 -0
  56. data/doc/rdoc/files/lib/pho/command_line_rb.html +101 -0
  57. data/doc/rdoc/files/lib/pho/converter_rb.html +108 -0
  58. data/doc/rdoc/files/lib/pho/enrichment_rb.html +101 -0
  59. data/doc/rdoc/files/lib/pho/etags_rb.html +108 -0
  60. data/doc/rdoc/files/lib/pho/facet_rb.html +101 -0
  61. data/doc/rdoc/files/lib/pho/field_predicate_map_rb.html +101 -0
  62. data/doc/rdoc/files/lib/pho/file_management_rb.html +101 -0
  63. data/doc/rdoc/files/lib/pho/file_manager_rb.html +108 -0
  64. data/doc/rdoc/files/lib/pho/job_rb.html +101 -0
  65. data/doc/rdoc/files/lib/pho/oai_rb.html +101 -0
  66. data/doc/rdoc/files/lib/pho/query_profile_rb.html +101 -0
  67. data/doc/rdoc/files/lib/pho/rdf_collection_rb.html +101 -0
  68. data/doc/rdoc/files/lib/pho/rdf_rb.html +108 -0
  69. data/doc/rdoc/files/lib/pho/resource_hash_rb.html +101 -0
  70. data/doc/rdoc/files/lib/pho/snapshot_rb.html +109 -0
  71. data/doc/rdoc/files/lib/pho/sparql_rb.html +101 -0
  72. data/doc/rdoc/files/lib/pho/status_rb.html +101 -0
  73. data/doc/rdoc/files/lib/pho/store_rb.html +108 -0
  74. data/doc/rdoc/files/lib/pho_rb.html +133 -0
  75. data/doc/rdoc/fr_class_index.html +72 -0
  76. data/doc/rdoc/fr_file_index.html +49 -0
  77. data/doc/rdoc/fr_method_index.html +239 -0
  78. data/doc/rdoc/index.html +24 -0
  79. data/doc/rdoc/rdoc-style.css +208 -0
  80. data/lib/pho/enrichment.rb +1 -0
  81. data/lib/pho/field_predicate_map.rb +5 -0
  82. data/lib/pho/query_profile.rb +5 -0
  83. data/lib/pho/store.rb +4 -1
  84. data/tests/tc_field_predicate_map.rb +7 -1
  85. data/tests/tc_query_profile.rb +6 -0
  86. data/tests/tc_store_util.rb +7 -0
  87. metadata +134 -21
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
+
6
+ <!--
7
+
8
+ Pho (Talis Platform Client) Reference
9
+
10
+ -->
11
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12
+ <head>
13
+ <title>Pho (Talis Platform Client) Reference</title>
14
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
+ </head>
16
+ <frameset rows="20%, 80%">
17
+ <frameset cols="25%,35%,45%">
18
+ <frame src="fr_file_index.html" title="Files" name="Files" />
19
+ <frame src="fr_class_index.html" name="Classes" />
20
+ <frame src="fr_method_index.html" name="Methods" />
21
+ </frameset>
22
+ <frame src="files/README.html" name="docwin" />
23
+ </frameset>
24
+ </html>
@@ -0,0 +1,208 @@
1
+
2
+ body {
3
+ font-family: Verdana,Arial,Helvetica,sans-serif;
4
+ font-size: 90%;
5
+ margin: 0;
6
+ margin-left: 40px;
7
+ padding: 0;
8
+ background: white;
9
+ }
10
+
11
+ h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
12
+ h1 { font-size: 150%; }
13
+ h2,h3,h4 { margin-top: 1em; }
14
+
15
+ a { background: #eef; color: #039; text-decoration: none; }
16
+ a:hover { background: #039; color: #eef; }
17
+
18
+ /* Override the base stylesheet's Anchor inside a table cell */
19
+ td > a {
20
+ background: transparent;
21
+ color: #039;
22
+ text-decoration: none;
23
+ }
24
+
25
+ /* and inside a section title */
26
+ .section-title > a {
27
+ background: transparent;
28
+ color: #eee;
29
+ text-decoration: none;
30
+ }
31
+
32
+ /* === Structural elements =================================== */
33
+
34
+ div#index {
35
+ margin: 0;
36
+ margin-left: -40px;
37
+ padding: 0;
38
+ font-size: 90%;
39
+ }
40
+
41
+
42
+ div#index a {
43
+ margin-left: 0.7em;
44
+ }
45
+
46
+ div#index .section-bar {
47
+ margin-left: 0px;
48
+ padding-left: 0.7em;
49
+ background: #ccc;
50
+ font-size: small;
51
+ }
52
+
53
+
54
+ div#classHeader, div#fileHeader {
55
+ width: auto;
56
+ color: white;
57
+ padding: 0.5em 1.5em 0.5em 1.5em;
58
+ margin: 0;
59
+ margin-left: -40px;
60
+ border-bottom: 3px solid #006;
61
+ }
62
+
63
+ div#classHeader a, div#fileHeader a {
64
+ background: inherit;
65
+ color: white;
66
+ }
67
+
68
+ div#classHeader td, div#fileHeader td {
69
+ background: inherit;
70
+ color: white;
71
+ }
72
+
73
+
74
+ div#fileHeader {
75
+ background: #057;
76
+ }
77
+
78
+ div#classHeader {
79
+ background: #048;
80
+ }
81
+
82
+
83
+ .class-name-in-header {
84
+ font-size: 180%;
85
+ font-weight: bold;
86
+ }
87
+
88
+
89
+ div#bodyContent {
90
+ padding: 0 1.5em 0 1.5em;
91
+ }
92
+
93
+ div#description {
94
+ padding: 0.5em 1.5em;
95
+ background: #efefef;
96
+ border: 1px dotted #999;
97
+ }
98
+
99
+ div#description h1,h2,h3,h4,h5,h6 {
100
+ color: #125;;
101
+ background: transparent;
102
+ }
103
+
104
+ div#validator-badges {
105
+ text-align: center;
106
+ }
107
+ div#validator-badges img { border: 0; }
108
+
109
+ div#copyright {
110
+ color: #333;
111
+ background: #efefef;
112
+ font: 0.75em sans-serif;
113
+ margin-top: 5em;
114
+ margin-bottom: 0;
115
+ padding: 0.5em 2em;
116
+ }
117
+
118
+
119
+ /* === Classes =================================== */
120
+
121
+ table.header-table {
122
+ color: white;
123
+ font-size: small;
124
+ }
125
+
126
+ .type-note {
127
+ font-size: small;
128
+ color: #DEDEDE;
129
+ }
130
+
131
+ .xxsection-bar {
132
+ background: #eee;
133
+ color: #333;
134
+ padding: 3px;
135
+ }
136
+
137
+ .section-bar {
138
+ color: #333;
139
+ border-bottom: 1px solid #999;
140
+ margin-left: -20px;
141
+ }
142
+
143
+
144
+ .section-title {
145
+ background: #79a;
146
+ color: #eee;
147
+ padding: 3px;
148
+ margin-top: 2em;
149
+ margin-left: -30px;
150
+ border: 1px solid #999;
151
+ }
152
+
153
+ .top-aligned-row { vertical-align: top }
154
+ .bottom-aligned-row { vertical-align: bottom }
155
+
156
+ /* --- Context section classes ----------------------- */
157
+
158
+ .context-row { }
159
+ .context-item-name { font-family: monospace; font-weight: bold; color: black; }
160
+ .context-item-value { font-size: small; color: #448; }
161
+ .context-item-desc { color: #333; padding-left: 2em; }
162
+
163
+ /* --- Method classes -------------------------- */
164
+ .method-detail {
165
+ background: #efefef;
166
+ padding: 0;
167
+ margin-top: 0.5em;
168
+ margin-bottom: 1em;
169
+ border: 1px dotted #ccc;
170
+ }
171
+ .method-heading {
172
+ color: black;
173
+ background: #ccc;
174
+ border-bottom: 1px solid #666;
175
+ padding: 0.2em 0.5em 0 0.5em;
176
+ }
177
+ .method-signature { color: black; background: inherit; }
178
+ .method-name { font-weight: bold; }
179
+ .method-args { font-style: italic; }
180
+ .method-description { padding: 0 0.5em 0 0.5em; }
181
+
182
+ /* --- Source code sections -------------------- */
183
+
184
+ a.source-toggle { font-size: 90%; }
185
+ div.method-source-code {
186
+ background: #262626;
187
+ color: #ffdead;
188
+ margin: 1em;
189
+ padding: 0.5em;
190
+ border: 1px dashed #999;
191
+ overflow: hidden;
192
+ }
193
+
194
+ div.method-source-code pre { color: #ffdead; overflow: hidden; }
195
+
196
+ /* --- Ruby keyword styles --------------------- */
197
+
198
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
199
+
200
+ .ruby-constant { color: #7fffd4; background: transparent; }
201
+ .ruby-keyword { color: #00ffff; background: transparent; }
202
+ .ruby-ivar { color: #eedd82; background: transparent; }
203
+ .ruby-operator { color: #00ffee; background: transparent; }
204
+ .ruby-identifier { color: #ffdead; background: transparent; }
205
+ .ruby-node { color: #ffa07a; background: transparent; }
206
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
207
+ .ruby-regexp { color: #ffa07a; background: transparent; }
208
+ .ruby-value { color: #7fffd4; background: transparent; }
@@ -49,6 +49,7 @@ module Pho
49
49
  end
50
50
 
51
51
  #TODO: optimize POSTs back to the Platform, to deal with large number of resources, e.g. batching
52
+ #TODO: the locator query needs to be run with a LIMIT/OFFSET for large stores
52
53
 
53
54
  #Enrich a store with data extracted from a SPARQL endpoint.
54
55
  #
@@ -228,6 +228,11 @@ module Pho
228
228
  end
229
229
  end
230
230
 
231
+ #Remove all currently mapped properties
232
+ def remove_all()
233
+ @datatype_properties = Array.new
234
+ end
235
+
231
236
  #Dump this object to an RDF/XML representation suitable for submitting to the Platform
232
237
  def to_rdf
233
238
  rdf = "<rdf:RDF xmlns:frm=\"#{Pho::Namespaces::FRAME}\" "
@@ -119,6 +119,11 @@ module Pho
119
119
  return @field_weights.delete(fw)
120
120
  end
121
121
 
122
+ #Remove all field weights
123
+ def remove_all()
124
+ @field_weights = Array.new
125
+ end
126
+
122
127
  #Is there a field weighting for a property with this name?
123
128
  def mapped_name?(name)
124
129
  return get_by_name(name) != nil
data/lib/pho/store.rb CHANGED
@@ -33,7 +33,9 @@ module Pho
33
33
  attr_reader :username
34
34
  #Retrieve the base uri of this store
35
35
  attr_reader :storeuri
36
-
36
+ #Name of store
37
+ attr_reader :name
38
+
37
39
  # Create an instance of the store class
38
40
  #
39
41
  # storeuri:: base uri for the Platform store to be accessed
@@ -42,6 +44,7 @@ module Pho
42
44
  # client:: an instance of HTTPClient
43
45
  def initialize(storeuri, username=nil, password=nil, client = HTTPClient.new() )
44
46
  @storeuri = storeuri.chomp("/")
47
+ @name = storeuri.split("/").last
45
48
  @username = username
46
49
  @password = password
47
50
  @client = client
@@ -58,7 +58,13 @@ EOL
58
58
  assert_equal("http://api.talis.com/stores/testing/config/fpmaps/1#test", p.uri)
59
59
 
60
60
  end
61
-
61
+
62
+ def test_remove_all
63
+ @fpmap.remove_all
64
+ assert_equal(0, @fpmap.datatype_properties.length)
65
+ assert_nil( @fpmap.get_by_name("test") )
66
+ end
67
+
62
68
  def test_remove
63
69
  p = @fpmap.get_by_name("test")
64
70
  assert_not_nil(p)
@@ -176,6 +176,12 @@ EOL
176
176
  assert_equal(1, @qp.field_weights.length)
177
177
  end
178
178
 
179
+ def test_remove_all
180
+ @qp.remove_all()
181
+ assert_equal( 0, @qp.field_weights.length )
182
+ assert_nil( @qp.get_by_name("title") )
183
+ end
184
+
179
185
  def test_put_query_profile
180
186
  mc = mock()
181
187
  mc.expects(:set_auth)
@@ -11,4 +11,11 @@ class StoreUtilTest < Test::Unit::TestCase
11
11
  assert_equal("http://api.talis.com/stores/testing/meta", store.build_uri("meta") )
12
12
  assert_equal("http://api.talis.com/stores/testing/meta", store.build_uri("http://api.talis.com/stores/testing/meta") )
13
13
  end
14
+
15
+ def test_storename
16
+ store = Pho::Store.new("http://api.talis.com/stores/testing")
17
+ assert_equal("testing", store.name)
18
+ store = Pho::Store.new("http://api.talis.com/stores/testing/")
19
+ assert_equal("testing", store.name)
20
+ end
14
21
  end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ hash: 11
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 7
9
+ - 4
10
+ version: 0.7.4
5
11
  platform: ruby
6
12
  authors:
7
13
  - Leigh Dodds
@@ -9,49 +15,73 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-06-07 00:00:00 +01:00
18
+ date: 2010-08-31 00:00:00 +01:00
13
19
  default_executable:
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
22
  name: httpclient
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
20
26
  requirements:
21
27
  - - ">="
22
28
  - !ruby/object:Gem::Version
29
+ hash: 105
30
+ segments:
31
+ - 2
32
+ - 1
33
+ - 3
34
+ - 1
23
35
  version: 2.1.3.1
24
- version:
36
+ type: :runtime
37
+ version_requirements: *id001
25
38
  - !ruby/object:Gem::Dependency
26
39
  name: json
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
42
+ none: false
30
43
  requirements:
31
44
  - - ">="
32
45
  - !ruby/object:Gem::Version
46
+ hash: 21
47
+ segments:
48
+ - 1
49
+ - 1
50
+ - 3
33
51
  version: 1.1.3
34
- version:
52
+ type: :runtime
53
+ version_requirements: *id002
35
54
  - !ruby/object:Gem::Dependency
36
55
  name: mocha
37
- type: :runtime
38
- version_requirement:
39
- version_requirements: !ruby/object:Gem::Requirement
56
+ prerelease: false
57
+ requirement: &id003 !ruby/object:Gem::Requirement
58
+ none: false
40
59
  requirements:
41
60
  - - ">="
42
61
  - !ruby/object:Gem::Version
62
+ hash: 49
63
+ segments:
64
+ - 0
65
+ - 9
66
+ - 5
43
67
  version: 0.9.5
44
- version:
68
+ type: :runtime
69
+ version_requirements: *id003
45
70
  - !ruby/object:Gem::Dependency
46
71
  name: mime-types
47
- type: :runtime
48
- version_requirement:
49
- version_requirements: !ruby/object:Gem::Requirement
72
+ prerelease: false
73
+ requirement: &id004 !ruby/object:Gem::Requirement
74
+ none: false
50
75
  requirements:
51
76
  - - ">="
52
77
  - !ruby/object:Gem::Version
78
+ hash: 47
79
+ segments:
80
+ - 1
81
+ - 16
53
82
  version: "1.16"
54
- version:
83
+ type: :runtime
84
+ version_requirements: *id004
55
85
  description: Ruby client for the Talis Platform
56
86
  email: leigh.dodds@talis.com
57
87
  executables:
@@ -66,6 +96,81 @@ files:
66
96
  - Rakefile
67
97
  - CHANGES
68
98
  - bin/talis_store
99
+ - doc/rdoc/files/lib/pho_rb.html
100
+ - doc/rdoc/files/lib/pho/facet_rb.html
101
+ - doc/rdoc/files/lib/pho/query_profile_rb.html
102
+ - doc/rdoc/files/lib/pho/changeset_builder_rb.html
103
+ - doc/rdoc/files/lib/pho/file_management_rb.html
104
+ - doc/rdoc/files/lib/pho/store_rb.html
105
+ - doc/rdoc/files/lib/pho/status_rb.html
106
+ - doc/rdoc/files/lib/pho/resource_hash_rb.html
107
+ - doc/rdoc/files/lib/pho/field_predicate_map_rb.html
108
+ - doc/rdoc/files/lib/pho/job_rb.html
109
+ - doc/rdoc/files/lib/pho/command_line_rb.html
110
+ - doc/rdoc/files/lib/pho/snapshot_rb.html
111
+ - doc/rdoc/files/lib/pho/file_manager_rb.html
112
+ - doc/rdoc/files/lib/pho/etags_rb.html
113
+ - doc/rdoc/files/lib/pho/rdf_rb.html
114
+ - doc/rdoc/files/lib/pho/converter_rb.html
115
+ - doc/rdoc/files/lib/pho/changeset_rb.html
116
+ - doc/rdoc/files/lib/pho/sparql_rb.html
117
+ - doc/rdoc/files/lib/pho/oai_rb.html
118
+ - doc/rdoc/files/lib/pho/enrichment_rb.html
119
+ - doc/rdoc/files/lib/pho/rdf_collection_rb.html
120
+ - doc/rdoc/files/README.html
121
+ - doc/rdoc/files/CHANGES.html
122
+ - doc/rdoc/fr_method_index.html
123
+ - doc/rdoc/created.rid
124
+ - doc/rdoc/fr_class_index.html
125
+ - doc/rdoc/classes/Pho/Facet.html
126
+ - doc/rdoc/classes/Pho/Jobs.html
127
+ - doc/rdoc/classes/Pho/Enrichment/StoreEnricher.html
128
+ - doc/rdoc/classes/Pho/FieldWeighting.html
129
+ - doc/rdoc/classes/Pho/Sparql.html
130
+ - doc/rdoc/classes/Pho/RDFCollection.html
131
+ - doc/rdoc/classes/Pho/Sparql/SparqlClient.html
132
+ - doc/rdoc/classes/Pho/Sparql/SparqlHelper.html
133
+ - doc/rdoc/classes/Pho/Update.html
134
+ - doc/rdoc/classes/Pho/Snapshot.html
135
+ - doc/rdoc/classes/Pho/OAI.html
136
+ - doc/rdoc/classes/Pho/Facet/Term.html
137
+ - doc/rdoc/classes/Pho/Facet/Results.html
138
+ - doc/rdoc/classes/Pho/Etags.html
139
+ - doc/rdoc/classes/Pho/CommandLine.html
140
+ - doc/rdoc/classes/Pho/Enrichment.html
141
+ - doc/rdoc/classes/Pho/FileManagement.html
142
+ - doc/rdoc/classes/Pho/RDF/Parser.html
143
+ - doc/rdoc/classes/Pho/Namespaces.html
144
+ - doc/rdoc/classes/Pho/DatatypeProperty.html
145
+ - doc/rdoc/classes/Pho/Update/LiteralStatement.html
146
+ - doc/rdoc/classes/Pho/Update/Changeset.html
147
+ - doc/rdoc/classes/Pho/Update/Changesets.html
148
+ - doc/rdoc/classes/Pho/Update/ChangesetHelper.html
149
+ - doc/rdoc/classes/Pho/Update/Statement.html
150
+ - doc/rdoc/classes/Pho/Update/ChangesetBuilder.html
151
+ - doc/rdoc/classes/Pho/Update/ResourceStatement.html
152
+ - doc/rdoc/classes/Pho/Store.html
153
+ - doc/rdoc/classes/Pho/FileManagement/RDFManager.html
154
+ - doc/rdoc/classes/Pho/FileManagement/AbstractFileManager.html
155
+ - doc/rdoc/classes/Pho/FileManagement/FileManager.html
156
+ - doc/rdoc/classes/Pho/QueryProfile.html
157
+ - doc/rdoc/classes/Pho/JobUpdate.html
158
+ - doc/rdoc/classes/Pho/ResourceHash.html
159
+ - doc/rdoc/classes/Pho/RDF.html
160
+ - doc/rdoc/classes/Pho/Analyzers.html
161
+ - doc/rdoc/classes/Pho/ResourceHash/SetAlgebra.html
162
+ - doc/rdoc/classes/Pho/ResourceHash/Converter.html
163
+ - doc/rdoc/classes/Pho/FieldPredicateMap.html
164
+ - doc/rdoc/classes/Pho/OAI/Record.html
165
+ - doc/rdoc/classes/Pho/OAI/Records.html
166
+ - doc/rdoc/classes/Pho/StoreSparqlClient.html
167
+ - doc/rdoc/classes/Pho/Status.html
168
+ - doc/rdoc/classes/Pho/Job.html
169
+ - doc/rdoc/classes/Pho.html
170
+ - doc/rdoc/classes/String.html
171
+ - doc/rdoc/index.html
172
+ - doc/rdoc/rdoc-style.css
173
+ - doc/rdoc/fr_file_index.html
69
174
  - doc/index.html
70
175
  - tests/tc_enrichment.rb
71
176
  - tests/tc_job.rb
@@ -139,21 +244,29 @@ rdoc_options:
139
244
  require_paths:
140
245
  - lib
141
246
  required_ruby_version: !ruby/object:Gem::Requirement
247
+ none: false
142
248
  requirements:
143
249
  - - ">="
144
250
  - !ruby/object:Gem::Version
251
+ hash: 61
252
+ segments:
253
+ - 1
254
+ - 8
255
+ - 5
145
256
  version: 1.8.5
146
- version:
147
257
  required_rubygems_version: !ruby/object:Gem::Requirement
258
+ none: false
148
259
  requirements:
149
260
  - - ">="
150
261
  - !ruby/object:Gem::Version
262
+ hash: 3
263
+ segments:
264
+ - 0
151
265
  version: "0"
152
- version:
153
266
  requirements: []
154
267
 
155
268
  rubyforge_project: pho
156
- rubygems_version: 1.3.5
269
+ rubygems_version: 1.3.7
157
270
  signing_key:
158
271
  specification_version: 3
159
272
  summary: Ruby client for the Talis Platform