We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1a644 commit 1d5d22eCopy full SHA for 1d5d22e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.4.1
4
+date: 2018-02-12
5
+
6
+- Fix bundle install, fixes #28
7
8
## 1.4.0
9
date: 2018-02-08
10
lib/executable-hooks/version.rb
@@ -1,3 +1,3 @@
module ExecutableHooks
- VERSION = "1.4.0"
+ VERSION = "1.4.1"
end
lib/executable-hooks/wrapper.rb
@@ -16,7 +16,7 @@ def self.expanded_wrapper_name
16
attr_reader :options
17
18
def initialize(options)
19
- @options = options
+ @options = options || {}
20
21
22
def install
0 commit comments