rdf 0.3.11 → 0.3.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.11
1
+ 0.3.11.1
@@ -89,17 +89,12 @@ module RDF
89
89
  true
90
90
  end
91
91
 
92
- ##
93
- # Returns the subject term of this list.
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
- # Returns the underlying graph storing the statements that constitute
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
  ##
@@ -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}(?:#{PORT})?")
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-11-28 00:00:00.000000000 Z
14
+ date: 2012-12-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: addressable