From aeb6e1850491a255086ea9055731da00031b66f2 Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Thu, 27 Jan 2022 17:24:50 -0600 Subject: [PATCH] update the version, summary and description for rubygems --- Gemfile.lock | 2 +- bulkrax.gemspec | 4 ++-- lib/bulkrax/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eacdc496..099d0225 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - bulkrax (2.0.0) + bulkrax (2.0.1) bagit (~> 0.4) coderay iso8601 (~> 0.9.0) diff --git a/bulkrax.gemspec b/bulkrax.gemspec index 9edffb93..6cbc3e64 100644 --- a/bulkrax.gemspec +++ b/bulkrax.gemspec @@ -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"] diff --git a/lib/bulkrax/version.rb b/lib/bulkrax/version.rb index f9892c56..87ebd1a7 100644 --- a/lib/bulkrax/version.rb +++ b/lib/bulkrax/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bulkrax - VERSION = '2.0.0' + VERSION = '2.0.1' end