Skip to content

Commit

Permalink
Bump version to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Nov 17, 2023
1 parent bb52c48 commit 2f75447
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions standalone_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: standalone_migrations 7.1.2 ruby lib
# stub: standalone_migrations 7.1.3 ruby lib

Gem::Specification.new do |s|
s.name = "standalone_migrations".freeze
s.version = "7.1.2"
s.version = "7.1.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Todd Huss".freeze, "Michael Grosser".freeze]
s.date = "2023-11-02"
s.date = "2023-11-17"
s.email = "thuss@gabrito.com".freeze
s.extra_rdoc_files = [
"LICENSE",
Expand Down Expand Up @@ -76,3 +76,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<nokogiri>.freeze, ["~> 1.14"])
end
end

0 comments on commit 2f75447

Please sign in to comment.