rdf 0.3.11 → 0.3.11.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rdf/model/list.rb +4 -9
- data/lib/rdf/model/uri.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.11
|
1
|
+
0.3.11.1
|
data/lib/rdf/model/list.rb
CHANGED
@@ -89,17 +89,12 @@ module RDF
|
|
89
89
|
true
|
90
90
|
end
|
91
91
|
|
92
|
-
|
93
|
-
#
|
94
|
-
#
|
95
|
-
# @attr_reader [RDF::Resource]
|
92
|
+
# @!attribute [r] subject
|
93
|
+
# @return [RDF::Resource] the subject term of this list.
|
96
94
|
attr_reader :subject
|
97
95
|
|
98
|
-
|
99
|
-
#
|
100
|
-
# this list.
|
101
|
-
#
|
102
|
-
# @attr_reader [RDF::Graph]
|
96
|
+
# @!attribute [r] graph
|
97
|
+
# @return [RDF::Graph] the underlying graph storing the statements that constitute this list
|
103
98
|
attr_reader :graph
|
104
99
|
|
105
100
|
##
|
data/lib/rdf/model/uri.rb
CHANGED
@@ -82,7 +82,7 @@ module RDF
|
|
82
82
|
IREG_NAME = Regexp.compile("(?:(?:#{IUNRESERVED})|(?:#{PCT_ENCODED})|(?:#{SUB_DELIMS}))*")
|
83
83
|
IHOST = Regexp.compile("(?:#{IP_literal})|(?:#{IREG_NAME})")
|
84
84
|
IUSERINFO = Regexp.compile("(?:(?:#{IUNRESERVED})|(?:#{PCT_ENCODED})|(?:#{SUB_DELIMS})|:)*")
|
85
|
-
IAUTHORITY = Regexp.compile("(?:#{IUSERINFO}@)?#{IHOST}(
|
85
|
+
IAUTHORITY = Regexp.compile("(?:#{IUSERINFO}@)?#{IHOST}(?::#{PORT})?")
|
86
86
|
|
87
87
|
IRELATIVE_PART = Regexp.compile("(?:(?://#{IAUTHORITY}(?:#{IPATH_ABEMPTY}))|(?:#{IPATH_ABSOLUTE})|(?:#{IPATH_NOSCHEME})|(?:#{IPATH_EMPTY}))")
|
88
88
|
IRELATIVE_REF = Regexp.compile("^#{IRELATIVE_PART}(?:\\?#{IQUERY})?(?:\\##{IFRAGMENT})?$")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.11
|
4
|
+
version: 0.3.11.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2012-
|
14
|
+
date: 2012-12-26 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: addressable
|