Skip to content

Commit

Permalink
Update builder version and bump gem version.
Browse files Browse the repository at this point in the history
  • Loading branch information
scotdalton committed Mar 6, 2013
1 parent 6d7b821 commit e5d89ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ To configure the gem to ignore sub libraries pulled from Aleph but not relevant
c.irrelevant_sub_libraries = ["IRRLIB1", "IRRLIB2"]
}

## Rake task
Exlibris::Aleph has a rake task that refreshes the mounted tables. Outside of Rails add `require 'exlibris-aleph'` to your Rakefile.
Inside of Rails it should just work.

## Exlibris::Aleph::BorAuth
Exlibris::Aleph::BorAuth provides access to the BorAuth Aleph XService.

Expand Down
2 changes: 1 addition & 1 deletion exlibris-aleph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
# Leverage ActiveSupport core extensions
s.add_dependency "activesupport", "~> 3.2.12"
# ActiveSupport core extensions use Builder
s.add_dependency "builder", "~> 3.2.0"
s.add_dependency "builder", "~> 3.0.0"
s.add_dependency "marc", "~> 0.5.0"
s.add_development_dependency "vcr", "~> 2.4.0"
s.add_development_dependency "webmock", "~> 1.9.0"
Expand Down

0 comments on commit e5d89ac

Please sign in to comment.