Skip to content

Commit

Permalink
Merge pull request #400 from samvera-labs/v2.0.1
Browse files Browse the repository at this point in the history
v.2.0.1
  • Loading branch information
alishaevn authored Jan 27, 2022
2 parents 5189672 + aeb6e18 commit fbfe396
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
bulkrax (2.0.0)
bulkrax (2.0.1)
bagit (~> 0.4)
coderay
iso8601 (~> 0.9.0)
Expand Down
4 changes: 2 additions & 2 deletions bulkrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
s.authors = ["Rob Kaufman"]
s.email = ["rob@notch8.com"]
s.homepage = "https://github.com/samvera-labs/bulkrax"
s.summary = "Summary of Bulkrax."
s.description = "Description of Bulkrax."
s.summary = "Import and export tool for Hyrax and Hyku"
s.description = "Bulkrax is a batteries included importer for Samvera applications. It currently includes support for OAI-PMH (DC and Qualified DC) and CSV out of the box. It is also designed to be extensible, allowing you to easily add new importers in to your application or to include them with other gems. Bulkrax provides a full admin interface including creating, editing, scheduling and reviewing imports."
s.license = "Apache-2.0"

s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
Expand Down
2 changes: 1 addition & 1 deletion lib/bulkrax/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bulkrax
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit fbfe396

Please sign in to comment.