Skip to content

Commit

Permalink
Merge pull request #47 from tipr/3-update
Browse files Browse the repository at this point in the history
Update gemspec to allow for version 2 or 3
  • Loading branch information
little9 authored Oct 26, 2022
2 parents 294a531 + bd556ef commit 6b00f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bagit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Tom Johnson, Francesco Lazzarino, Jamie Little"]
spec.license = "MIT"

spec.required_ruby_version = "~> 2.0"
spec.required_ruby_version = ">= 2.0", "< 3.2"

spec.add_dependency "validatable", "~> 1.6"
spec.add_dependency "docopt", "~> 0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/bagit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BagIt
VERSION = "0.4.4"
VERSION = "0.4.5"
end

0 comments on commit 6b00f16

Please sign in to comment.