Skip to content

Commit

Permalink
Merge pull request #162 from copiousfreetime/release/3.1.0
Browse files Browse the repository at this point in the history
prep release 3.1.0
  • Loading branch information
copiousfreetime authored Jan 23, 2025
2 parents 5c542d3 + a6f8063 commit 5c4034f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
launchy (3.0.1)
launchy (3.1.0)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
Expand Down Expand Up @@ -170,7 +170,7 @@ CHECKSUMS
json (2.9.1) sha256=d2bdef4644052fad91c1785d48263756fe32fcac08b96a20bb15840e96550d11
json (2.9.1-java) sha256=88de8c79b54fee6ae1b4854bc48b8d7089f524cbacaf4596df24f86b10896ee8
language_server-protocol (3.17.0.3) sha256=3d5c58c02f44a20d972957a9febe386d7e7468ab3900ce6bd2b563dd910c6b3f
launchy (3.0.1)
launchy (3.1.0)
logger (1.6.5) sha256=c3cfe56d01656490ddd103d38b8993d73d86296adebc5f58cefc9ec03741e56b
minitest (5.25.4) sha256=9cf2cae25ac4dfc90c988ebc3b917f53c054978b673273da1bd20bcb0778f947
minitest-focus (1.4.0) sha256=4cf04bd2b5fe0649922db56f9f2ae30af91475a0f51e02c2baa33f5c5a47ff6c
Expand Down
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Launchy Changelog
## Version 3.1.0 - 2025-01-22
## Version 3.1.0 - 2025-01-23
* Fix the argv array when passing to ChildProcess on windows - <https://github.com/copiousfreetime/launchy/issues/159>
* Update the ruby test matrix for 3.4
* Update the ruby test matrix to drop 3.0

## Version 3.0.1 - 2024-05-03
* Added rubocop and fix all the warnings
Expand Down
6 changes: 3 additions & 3 deletions launchy.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# DO NOT EDIT - This file is automatically generated
# Make changes to Manifest.txt and/or Rakefile and regenerate
# -*- encoding: utf-8 -*-
# stub: launchy 3.0.1 ruby lib
# stub: launchy 3.1.0 ruby lib

Gem::Specification.new do |s|
s.name = "launchy".freeze
s.version = "3.0.1".freeze
s.version = "3.1.0".freeze

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/copiousfreetime/launchy/issues", "changelog_uri" => "https://github.com/copiousfreetime/launchy/blob/master/HISTORY.md", "homepage_uri" => "https://github.com/copiousfreetime/launchy", "source_code_uri" => "https://github.com/copiousfreetime/launchy" } if s.respond_to? :metadata=
Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.licenses = ["ISC".freeze]
s.rdoc_options = ["--main".freeze, "README.md".freeze, "--markup".freeze, "tomdoc".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
s.rubygems_version = "3.5.22".freeze
s.rubygems_version = "3.6.3".freeze
s.summary = "Launchy is helper class for launching cross-platform applications in a fire and forget manner.".freeze

s.specification_version = 4
Expand Down
2 changes: 1 addition & 1 deletion lib/launchy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Launchy
VERSION = "3.0.1"
VERSION = "3.1.0"

# Internal: Version number of Launchy
module Version
Expand Down

0 comments on commit 5c4034f

Please sign in to comment.