Skip to content

Commit

Permalink
Merge pull request #393 from Shopify/release-1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
etiennebarrie authored Apr 16, 2021
2 parents a030de8 + 4d023e7 commit f8c53c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maintenance_tasks (1.2.1)
maintenance_tasks (1.2.2)
actionpack (>= 6.0)
activejob (>= 6.0)
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
maintenance_tasks (1.2.1)
maintenance_tasks (1.2.2)
actionpack (>= 6.0)
activejob (>= 6.0)
activerecord (>= 6.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GIT
PATH
remote: ..
specs:
maintenance_tasks (1.2.1)
maintenance_tasks (1.2.2)
actionpack (>= 6.0)
activejob (>= 6.0)
activerecord (>= 6.0)
Expand Down
5 changes: 3 additions & 2 deletions maintenance_tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

Gem::Specification.new do |spec|
spec.name = "maintenance_tasks"
spec.version = "1.2.1"
spec.version = "1.2.2"
spec.author = "Shopify Engineering"
spec.email = "[email protected]"
spec.homepage = "https://github.com/Shopify/maintenance_tasks"
spec.summary = "A Rails engine for queuing and managing maintenance tasks"
spec.license = "MIT"

spec.metadata = {
"source_code_uri" =>
"https://github.com/Shopify/maintenance_tasks/tree/v#{spec.version}",
"allowed_push_host" => "https://rubygems.org",
}

spec.files = Dir["{app,config,db,lib}/**/*", "Rakefile", "README.md"]
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE.md", "README.md"]
spec.bindir = "exe"
spec.executables = ["maintenance_tasks"]

Expand Down

0 comments on commit f8c53c0

Please sign in to comment.