Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Nov 2, 2023
1 parent e102607 commit 7cdffc1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions standalone_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,39 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: standalone_migrations 7.1.1 ruby lib
# stub: standalone_migrations 7.1.2 ruby lib

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

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-04-06"
s.date = "2023-11-02"
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
]
s.files = [
".github/workflows/CI.yml",
".rspec",
".travis.yml",
"Gemfile",
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION",
"example/.gitignore",
"example/Gemfile",
"example/README.markdown",
"example/Rakefile",
"example/app/models/movie.rb",
"example/article.pdf",
"example/boot.rb",
"example/db/.gitignore",
"example/db/config.yml",
"example/db/migrate/20120930053225_create_table_awesome_migration.rb",
"example/db/migrate/20210202023614_create_movies.rb",
"example/db/schema.rb",
"lib/standalone_migrations.rb",
"lib/standalone_migrations/callbacks.rb",
"lib/standalone_migrations/configurator.rb",
Expand Down Expand Up @@ -62,10 +68,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<rake>.freeze, [">= 10.0"])
s.add_runtime_dependency(%q<activerecord>.freeze, [">= 6.0.0", "< 7.1.0"])
s.add_runtime_dependency(%q<railties>.freeze, [">= 6.0.0", "< 7.1.0"])
s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.14"])
else
s.add_dependency(%q<rake>.freeze, [">= 10.0"])
s.add_dependency(%q<activerecord>.freeze, [">= 6.0.0", "< 7.1.0"])
s.add_dependency(%q<railties>.freeze, [">= 6.0.0", "< 7.1.0"])
s.add_dependency(%q<nokogiri>.freeze, ["~> 1.14"])
end
end

0 comments on commit 7cdffc1

Please sign in to comment.