Skip to content

Commit 1d5d22e

Browse files
committed
1.4.1
1 parent 2b1a644 commit 1d5d22e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.4.1
4+
date: 2018-02-12
5+
6+
- Fix bundle install, fixes #28
7+
38
## 1.4.0
49
date: 2018-02-08
510

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.4.0"
2+
VERSION = "1.4.1"
33
end

lib/executable-hooks/wrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def self.expanded_wrapper_name
1616
attr_reader :options
1717

1818
def initialize(options)
19-
@options = options
19+
@options = options || {}
2020
end
2121

2222
def install

0 commit comments

Comments
 (0)