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 +4 -4
- data/ChangeLog +7 -0
- data/README.md +1 -1
- data/lib/redland.rb +1 -1
- data/lib/redlander/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: 404c236f798d03be422ed5dfdec8d8973d078bce
|
4
|
+
data.tar.gz: 9c03079988a15a3e7d0ac629f40200a0601c25f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/redland.rb
CHANGED
@@ -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 :
|
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
|
data/lib/redlander/version.rb
CHANGED
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.
|
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-
|
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.
|
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).
|