Skip to content

Commit d32a228

Browse files
committed
Release 1.7.0
1 parent d73934c commit d32a228

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.7.0
4+
date: 2024-01-07
5+
6+
- Replace use of File.exists? by File.exist? #41
7+
- Use Gem::Installer.at instead of Gem::Installer.new #40
8+
39
## 1.6.2
410
date: 2021-01-26
511

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
source "http://rubygems.org"
22

3-
#ruby=1.8.7
4-
53
gemspec

executable-hooks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Kernel.load(File.expand_path("../lib/executable-hooks/version.rb", __FILE__))
66
Gem::Specification.new do |s|
77
s.name = "executable-hooks"
88
s.version = ExecutableHooks::VERSION
9-
s.license = 'Apache 2.0'
9+
s.license = 'Apache-2.0'
1010
s.authors = ["Michal Papis"]
1111
s.email = ["[email protected]"]
1212
s.homepage = "https://github.com/rvm/executable-hooks"

lib/executable-hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ExecutableHooks
2-
VERSION = "1.6.2"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)