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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0379c6310562da1453a679c51d90c6496ae83095
4
- data.tar.gz: 1073dd02b8261acf5780349581f07243523d2182
3
+ metadata.gz: 3ed521c80421e670146190ee2dc76f21892a276c
4
+ data.tar.gz: ac17011321f4687ce34769ec0326c1409c1fd943
5
5
  SHA512:
6
- metadata.gz: 0d4292ab3bff30defb01f8fbe94aaf37c3f2d9a1e9388d21b4188df4ed11d171baec65efa474e14c97c6738c590b9b06ddc7fc84ac2f82bbb73a5dc697955c6c
7
- data.tar.gz: a7839f24738a41d013e1650bbd9e3704dd08baa8b41e64c8016e32813100e99dfcc8cb90adf1d20d17adda90ec15ed8bc3739361c7601d83e04ae26aa15c733f
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
 
@@ -1,3 +1,3 @@
1
1
  module TogoStanza
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
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.0
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: 2015-11-25 00:00:00.000000000 Z
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.4.5.1
329
+ rubygems_version: 2.5.1
330
330
  signing_key:
331
331
  specification_version: 4
332
332
  summary: Development tools of TogoStanza