redlander 0.6.0 → 0.6.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: b09461d5d5cd80ad9a79c65fb2fd666de0a2b058
4
- data.tar.gz: c718bbdf065e54120d9a8e88395ff54730393a28
3
+ metadata.gz: 404c236f798d03be422ed5dfdec8d8973d078bce
4
+ data.tar.gz: 9c03079988a15a3e7d0ac629f40200a0601c25f3
5
5
  SHA512:
6
- metadata.gz: 586c5258959e63cb20ab100cb564a1a587cf2d09b9b6ce0e76755b5524e8b64418e10701feb174051ba1cae8de802e9a4dfeb923fc0f4e82b241c6a6fc285bab
7
- data.tar.gz: 325207a2c7d16f72686e74d38f6f9b54471511f8eee7c8684f67445ef7ad969d372c2be0ea494f43092f9f6d5e3063de4d9c0a6b45acb44eafa2c7b9e08ac2c1
6
+ metadata.gz: 4c124c2143a8be75a94744e8f235749d9da5b94dc3da9fdc2cfdeb3031bc80091c7cb8b4d89ae6cb541b81360c13177ece23105142543734a7ed380f9a97317c
7
+ data.tar.gz: 51abbecbb0071b5014c004d0ea807b0a2a0a22f8ff94e6f87f4f67ec0e2e33be8b320dbbfb340c1f26f9ae64ccb4a00b863e2fb94f7167319cf5fc37369cb592
data/ChangeLog CHANGED
@@ -1,3 +1,10 @@
1
+ redlander (0.6.1)
2
+ * librdf_query_set_offset from low-level API is now available
3
+
4
+ redlander (0.6.0)
5
+ * using xml_schema ~> 0.2.0
6
+ * localized string literals ("bonjour@fr")
7
+
1
8
  redlander (0.5.3)
2
9
 
3
10
  * using crossplatform-compatible FFI (makes MacOSX happy)
data/README.md CHANGED
@@ -195,4 +195,4 @@ SPARQL DESCRIBE is not implemented in librdf.
195
195
 
196
196
  # Thanks
197
197
 
198
- Thanks goes to Dave Beckett, the creator of Redland!
198
+ Thanks goes to [Dave Beckett](https://github.com/dajobe), the creator of Redland!
@@ -97,7 +97,7 @@ module Redland
97
97
  attach_function :librdf_query_get_limit, [:pointer], :int
98
98
  attach_function :librdf_query_set_limit, [:pointer, :int], :int
99
99
  attach_function :librdf_query_get_offset, [:pointer], :int
100
- attach_function :librdf_query_set_limit, [:pointer, :int], :int
100
+ attach_function :librdf_query_set_offset, [:pointer, :int], :int
101
101
  attach_function :librdf_query_results_is_bindings, [:pointer], :int
102
102
  attach_function :librdf_query_results_is_boolean, [:pointer], :int
103
103
  attach_function :librdf_query_results_is_graph, [:pointer], :int
@@ -1,4 +1,4 @@
1
1
  module Redlander
2
2
  # Redlander version number
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redlander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slava Kravchenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-13 00:00:00.000000000 Z
11
+ date: 2013-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xml_schema
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.0.0.rc.2
113
+ rubygems_version: 2.0.3
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Advanced Ruby bindings for Redland runtime library (librdf).