semantic-crawler 0.4.1 → 0.5.0
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.
- data/README.rdoc +1 -1
- data/lib/semantic_crawler/gdacs/resource.rb +6 -1
- data/lib/semantic_crawler/version.rb +1 -1
- data/spec/gdacs_spec.rb +1 -0
- data/test/dummy/log/test.log +10 -8407
- metadata +32 -34
- data/test/dummy/log/development.log +0 -86
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semantic-crawler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-05-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|
|
@@ -276,7 +276,6 @@ files:
|
|
|
276
276
|
- test/semantic_crawler_test.rb
|
|
277
277
|
- test/test_helper.rb
|
|
278
278
|
- test/dummy/log/test.log
|
|
279
|
-
- test/dummy/log/development.log
|
|
280
279
|
homepage: https://github.com/obale/semantic_crawler
|
|
281
280
|
licenses:
|
|
282
281
|
- MIT
|
|
@@ -292,7 +291,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
292
291
|
version: '0'
|
|
293
292
|
segments:
|
|
294
293
|
- 0
|
|
295
|
-
hash:
|
|
294
|
+
hash: 4083659185530218651
|
|
296
295
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
297
296
|
none: false
|
|
298
297
|
requirements:
|
|
@@ -301,56 +300,55 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
301
300
|
version: '0'
|
|
302
301
|
segments:
|
|
303
302
|
- 0
|
|
304
|
-
hash:
|
|
303
|
+
hash: 4083659185530218651
|
|
305
304
|
requirements: []
|
|
306
305
|
rubyforge_project:
|
|
307
|
-
rubygems_version: 1.8.
|
|
306
|
+
rubygems_version: 1.8.21
|
|
308
307
|
signing_key:
|
|
309
308
|
specification_version: 3
|
|
310
309
|
summary: SemanticCrawler is a ruby library that encapsulates data gathering from different
|
|
311
310
|
sources.
|
|
312
311
|
test_files:
|
|
313
|
-
- test/test_helper.rb
|
|
314
312
|
- test/semantic_crawler_test.rb
|
|
315
|
-
- test/dummy/
|
|
316
|
-
- test/dummy/
|
|
317
|
-
- test/dummy/
|
|
318
|
-
- test/dummy/
|
|
319
|
-
- test/dummy/
|
|
320
|
-
- test/dummy/
|
|
321
|
-
- test/dummy/config.
|
|
313
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
314
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
315
|
+
- test/dummy/config/initializers/inflections.rb
|
|
316
|
+
- test/dummy/config/initializers/session_store.rb
|
|
317
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
318
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
319
|
+
- test/dummy/config/routes.rb
|
|
320
|
+
- test/dummy/config/application.rb
|
|
322
321
|
- test/dummy/config/locales/en.yml
|
|
323
|
-
- test/dummy/config/environments/production.rb
|
|
324
322
|
- test/dummy/config/environments/test.rb
|
|
323
|
+
- test/dummy/config/environments/production.rb
|
|
325
324
|
- test/dummy/config/environments/development.rb
|
|
326
|
-
- test/dummy/config/boot.rb
|
|
327
|
-
- test/dummy/config/application.rb
|
|
328
|
-
- test/dummy/config/database.yml
|
|
329
325
|
- test/dummy/config/environment.rb
|
|
330
|
-
- test/dummy/config/
|
|
331
|
-
- test/dummy/config/
|
|
332
|
-
- test/dummy/
|
|
333
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
334
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
|
335
|
-
- test/dummy/config/initializers/mime_types.rb
|
|
336
|
-
- test/dummy/config/initializers/session_store.rb
|
|
326
|
+
- test/dummy/config/database.yml
|
|
327
|
+
- test/dummy/config/boot.rb
|
|
328
|
+
- test/dummy/log/test.log
|
|
337
329
|
- test/dummy/script/rails
|
|
338
|
-
- test/dummy/README.rdoc
|
|
339
330
|
- test/dummy/db/development.sqlite3
|
|
340
331
|
- test/dummy/db/test.sqlite3
|
|
332
|
+
- test/dummy/public/500.html
|
|
333
|
+
- test/dummy/public/404.html
|
|
334
|
+
- test/dummy/public/favicon.ico
|
|
335
|
+
- test/dummy/public/422.html
|
|
336
|
+
- test/dummy/config.ru
|
|
341
337
|
- test/dummy/Rakefile
|
|
342
|
-
- test/dummy/app/helpers/application_helper.rb
|
|
343
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
344
338
|
- test/dummy/app/assets/javascripts/application.js
|
|
345
|
-
- test/dummy/app/
|
|
339
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
346
340
|
- test/dummy/app/views/layouts/application.html.erb
|
|
347
|
-
-
|
|
348
|
-
-
|
|
341
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
342
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
343
|
+
- test/dummy/README.rdoc
|
|
344
|
+
- test/test_helper.rb
|
|
345
|
+
- spec/spec_helper.rb
|
|
349
346
|
- spec/fao_papua_new_guinea_spec.rb
|
|
347
|
+
- spec/freebase_spec.rb
|
|
348
|
+
- spec/factbook_spec.rb
|
|
350
349
|
- spec/dbpedia_spec.rb
|
|
350
|
+
- spec/fao_austria_spec.rb
|
|
351
351
|
- spec/geo_names_spec.rb
|
|
352
|
-
- spec/spec_helper.rb
|
|
353
|
-
- spec/freebase_spec.rb
|
|
354
352
|
- spec/gdacs_spec.rb
|
|
355
|
-
- spec/
|
|
353
|
+
- spec/linked_geo_data_spec.rb
|
|
356
354
|
has_rdoc:
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Started GET "/" for 127.0.0.1 at Mon Mar 05 10:57:32 +0100 2012
|
|
4
|
-
|
|
5
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
6
|
-
actionpack (3.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
7
|
-
actionpack (3.2.0) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
8
|
-
railties (3.2.0) lib/rails/rack/logger.rb:26:in `call_app'
|
|
9
|
-
railties (3.2.0) lib/rails/rack/logger.rb:16:in `call'
|
|
10
|
-
actionpack (3.2.0) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
11
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
12
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
13
|
-
activesupport (3.2.0) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
14
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
15
|
-
actionpack (3.2.0) lib/action_dispatch/middleware/static.rb:53:in `call'
|
|
16
|
-
railties (3.2.0) lib/rails/engine.rb:479:in `call'
|
|
17
|
-
railties (3.2.0) lib/rails/application.rb:220:in `call'
|
|
18
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
19
|
-
railties (3.2.0) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
20
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
21
|
-
/usr/lib64/ruby/1.8/webrick/httpserver.rb:104:in `service'
|
|
22
|
-
/usr/lib64/ruby/1.8/webrick/httpserver.rb:65:in `run'
|
|
23
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:173:in `start_thread'
|
|
24
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:162:in `start'
|
|
25
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:162:in `start_thread'
|
|
26
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:95:in `start'
|
|
27
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:92:in `each'
|
|
28
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:92:in `start'
|
|
29
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:23:in `start'
|
|
30
|
-
/usr/lib64/ruby/1.8/webrick/server.rb:82:in `start'
|
|
31
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:13:in `run'
|
|
32
|
-
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
|
33
|
-
railties (3.2.0) lib/rails/commands/server.rb:70:in `start'
|
|
34
|
-
railties (3.2.0) lib/rails/commands.rb:55
|
|
35
|
-
railties (3.2.0) lib/rails/commands.rb:50:in `tap'
|
|
36
|
-
railties (3.2.0) lib/rails/commands.rb:50
|
|
37
|
-
script/rails:6:in `require'
|
|
38
|
-
script/rails:6
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
Rendered /home/obale/.gem/ruby/1.8/gems/actionpack-3.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.9ms)
|
|
42
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
43
|
-
[1m[35m (118.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
44
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
45
|
-
[1m[35m (145.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
46
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
47
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
48
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
49
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
50
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
51
|
-
[1m[36m (170.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
52
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
|
53
|
-
[1m[36m (91.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
54
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
55
|
-
[1m[36m (85.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
56
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
57
|
-
[1m[35m (113.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
58
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
59
|
-
[1m[35m (101.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
60
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
Started GET "/" for 127.0.0.1 at 2012-04-16 11:15:17 +0200
|
|
64
|
-
|
|
65
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
66
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
67
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
68
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
|
69
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
|
70
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
71
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
72
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
73
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
74
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
75
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
|
76
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
|
77
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
|
78
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
79
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
|
80
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
81
|
-
/home/obale/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
82
|
-
/home/obale/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
83
|
-
/home/obale/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
Rendered /home/obale/.rvm/gems/ruby-1.9.3-p125@sigimera/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.3ms)
|