Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2024
1 parent 5ecd5a3 commit 6ade1c9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
launchy (3.0.0)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)

Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,4 +1,11 @@
# Launchy Changelog
## Version 3.0.1 - 2024-05-03
* Added rubocop and fix all the warnings
* Fix rubygem changelog_uri - Spone
* Update the semaphore flow
* Update the ruby test matrix
* Change to Gemfile for development

## Version 3.0.0 - 2024-03-03
* Remove unused `deprecated.rb` file - <https://github.com/copiousfreetime/launchy/issues/148>
* Update supported ruby version to be 3.x
Expand Down
6 changes: 3 additions & 3 deletions launchy.gemspec
@@ -1,18 +1,18 @@
# 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.0 ruby lib
# stub: launchy 3.0.1 ruby lib

Gem::Specification.new do |s|
s.name = "launchy".freeze
s.version = "3.0.0".freeze
s.version = "3.0.1".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=
s.require_paths = ["lib".freeze]
s.authors = ["Jeremy Hinegardner".freeze]
s.bindir = "exe".freeze
s.date = "2024-05-01"
s.date = "2024-05-03"
s.description = "Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external applications from within ruby programs.".freeze
s.email = "jeremy@copiousfreetime.org".freeze
s.executables = ["launchy".freeze]
Expand Down
2 changes: 1 addition & 1 deletion lib/launchy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Launchy
VERSION = "3.0.0"
VERSION = "3.0.1"

# Internal: Version number of Launchy
module Version
Expand Down

0 comments on commit 6ade1c9

Please sign in to comment.