-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the version, summary and description for rubygems
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ GIT | |
PATH | ||
remote: . | ||
specs: | ||
bulkrax (2.0.0) | ||
bulkrax (2.0.1) | ||
bagit (~> 0.4) | ||
coderay | ||
iso8601 (~> 0.9.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |s| | |
s.authors = ["Rob Kaufman"] | ||
s.email = ["[email protected]"] | ||
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"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |