Skip to content

Commit

Permalink
New gem release with bug correction
Browse files Browse the repository at this point in the history
  • Loading branch information
josei committed Mar 7, 2011
1 parent ef9c9a2 commit b4cbd41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 0.2.1 2011-03-07

* Corrected bug when building a graph out of triples.

=== 0.2.0 2011-03-03

* Instantiation of RDF data as Ruby objects (with methods and so on)
Expand Down
2 changes: 1 addition & 1 deletion lib/lightrdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module RDF
VERSION = '0.2.0'
VERSION = '0.2.1'
end

require 'rubygems'
Expand Down

0 comments on commit b4cbd41

Please sign in to comment.