togostanza 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/togostanza/stanza/querying.rb +1 -1
- data/lib/togostanza/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ed521c80421e670146190ee2dc76f21892a276c
|
4
|
+
data.tar.gz: ac17011321f4687ce34769ec0326c1409c1fd943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 023bb275b5958afe4d3da43d0774264fc64b7c351f51fd37f88ccf2c59568059c846e6a346bae93a3eade712b938104a50ae36c8fdb966993997061e60d0f1eb
|
7
|
+
data.tar.gz: 310b33f4d2e9ed33b763d0bd71e81d7eae67f7d1543151df5dd680a3ce9b921709baa59f82f743fb622c5b176aa541371fa44d820fd23203a5a703d41e1a61e8
|
@@ -15,7 +15,7 @@ module TogoStanza::Stanza
|
|
15
15
|
text_or_filename = Tilt.new(path).render(data)
|
16
16
|
end
|
17
17
|
|
18
|
-
client = SPARQL::Client.new(MAPPINGS[endpoint] || endpoint)
|
18
|
+
client = SPARQL::Client.new(MAPPINGS[endpoint] || endpoint, :method => "get")
|
19
19
|
|
20
20
|
#Rails.logger.debug "SPARQL QUERY: \n#{sparql}"
|
21
21
|
|
data/lib/togostanza/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: togostanza
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Keita Urashima
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
326
326
|
version: '0'
|
327
327
|
requirements: []
|
328
328
|
rubyforge_project:
|
329
|
-
rubygems_version: 2.
|
329
|
+
rubygems_version: 2.5.1
|
330
330
|
signing_key:
|
331
331
|
specification_version: 4
|
332
332
|
summary: Development tools of TogoStanza
|