Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Commit

Permalink
Release 0.5.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jan 7, 2011
1 parent 6841339 commit ed5bc5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.10
0.5.11
2 changes: 1 addition & 1 deletion rdf_context.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit ed5bc5a

Please sign in to comment.