Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 30, 2015
1 parent e523bb3 commit 05e908f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1
0.3.0
4 changes: 2 additions & 2 deletions lib/rdf/tabular/metadata.rb
Expand Up @@ -137,7 +137,7 @@ class Metadata
#
# @param [String] path
# @param [Hash{Symbol => Object}] options
# see `RDF::Util::File.open_file` in RDF.rb and {#new}
# see `RDF::Util::File.open_file` in RDF.rb and {new}
# @yield [Metadata]
# @raise [IOError] if file not found
def self.open(path, options = {})
Expand All @@ -153,7 +153,7 @@ def self.open(path, options = {})
end

# Return the well-known configuration for a file, and remember using a weak-reference cache to avoid uncessary retreivles.
# @param [String] base, the URL used for finding the file
# @param [String] base the URL used for finding the file
# @return [Array<String>, false]
def self.site_wide_config(base)
require 'rdf/util/cache' unless defined?(::RDF::Util::Cache)
Expand Down

0 comments on commit 05e908f

Please sign in to comment.