From ed5bc5a0d4a8fbf77a755974fcdd11a0ef968537 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Thu, 6 Jan 2011 17:24:17 -0800 Subject: [PATCH] Release 0.5.10. --- History.rdoc | 6 +++++- VERSION | 2 +- rdf_context.gemspec | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History.rdoc b/History.rdoc index 66b9a6f..25d46a9 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,6 +1,10 @@ -=== 0.5.10.1 +=== 0.5.11 * AbstractSQLStore was incorrectly putting Literal::Language representation rather than value in database. * Don't include ActiveRecordStore unless ActiveRecord::VERSION::MAJOR == 2 +* Changed Graph#eql? and Graph#== to do simple equality check. +* Added Graph#isomorphic? which does more exhaustive equivalence check. +* Fixed bug in MemoryStore where a frozen resource could be returned. +* AbstractStore#destroy either removes all triples from store, or specified context. No longer removes the DB file. === 0.5.10 * N3 Parser diff --git a/VERSION b/VERSION index 50c76ef..69626fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.10 +0.5.11 diff --git a/rdf_context.gemspec b/rdf_context.gemspec index 4569b98..8af9806 100644 --- a/rdf_context.gemspec +++ b/rdf_context.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{rdf_context} - s.version = "0.5.10.1" + s.version = "0.5.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gregg Kellogg"]