Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 27, 2020
1 parent 88eb402 commit 44453cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Launchy Changelog

## Version 2.4.5 - 2015-10-XX
## Version 2.5.0 - 2020-02-27
* Update depedencies
* Update minimum ruby level
* Move to `kde-open` on KDE - <https://github.com/copiousfreetime/launchy/pull/105> - wstephenson
* Applied some grammer / spelling fixes - <https://github.com/copiousfreetime/launchy/pull/130> - jeremymoritz
* Require the existence of `kfmclient` for KDE - <https://github.com/copiousfreetime/launchy/issues/102> - lexelby
* `Pathname` instances do not raise exceptions when opening local files - <https://github.com/copiousfreetime/launchy/issues/101> - dmke
* Add a fallback console browsers - <https://github.com/copiousfreetime/launchy/issues/93 - trejkaz
* Add a fallback console browsers - <https://github.com/copiousfreetime/launchy/issues/93> - trejkaz

## Version 2.4.3 - 2014-11-03
* Update documentation - <https://github.com/copiousfreetime/launchy/pull/81> - supremebeing7
Expand Down
4 changes: 2 additions & 2 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 2.4.3 ruby lib
# stub: launchy 2.5.0 ruby lib

Gem::Specification.new do |s|
s.name = "launchy".freeze
s.version = "2.4.3"
s.version = "2.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down
2 changes: 1 addition & 1 deletion lib/launchy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Launchy
VERSION = "2.4.3"
VERSION = "2.5.0"

module Version

Expand Down

0 comments on commit 44453cc

Please sign in to comment.