Skip to content

Commit

Permalink
change history and new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Oct 18, 2010
1 parent c947bea commit fadf6a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions History.txt
@@ -1,16 +1,16 @@
1.2.3

Switched flow of relationship assertions for file objects. Now children assert isPartOf rather than parents asserting hasCollectionMember (see HYDRA-70 and HYDRA-71)
Major: Switched flow of relationship assertions for file objects. Now children assert isPartOf rather than parents asserting hasCollectionMember (see HYDRA-70 and HYDRA-71)

New method: has_bidirectional_relationship creates relationship that searches across bidirectional relationships (ie. finds all of the object's hasPart assertions as well as any objects pointing at it with isPartOf)
New class method: ActiveFedora::Base#has_bidirectional_relationship creates relationship finder methods that search across bidirectional relationships (ie. finds all of the object's hasPart assertions as well as any objects pointing at it with isPartOf)

Applied some fixes to usage of URIs in SemanticNode
Feature: Fedora::Connection now returns the Fedora error in any ServerError messages

Added RDoc code comments for experimental features from version 1.2
Documentation: Added RDoc code comments for experimental features from version 1.2

Bug: MetadataDatastream.update_indexed_attributes doesn't get tripped up by attribute names wrapped in arrays (previously wrapping the symbol in an array would cause an error

Fedora::Connection now returns the Fedora error in any ServerError messages
Bug: Applied some fixes to usage of URIs in SemanticNode

1.2.2

Expand Down
2 changes: 1 addition & 1 deletion active-fedora.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Zumwalt", "McClain Looney"]
s.date = %q{2010-10-17}
s.date = %q{2010-10-18}
s.description = %q{ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.}
s.email = %q{matt.zumwalt@yourmediashelf.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit fadf6a5

Please sign in to comment.