Require pathname
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
include 'pathname'
|
||||||
|
|
||||||
# Definitions for various strings used throughout the gem
|
# Definitions for various strings used throughout the gem
|
||||||
module Zanzibar
|
module Zanzibar
|
||||||
APPLICATION_NAME = Pathname.new($PROGRAM_NAME).basename
|
APPLICATION_NAME = Pathname.new($PROGRAM_NAME).basename
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# The version of the gem
|
# The version of the gem
|
||||||
module Zanzibar
|
module Zanzibar
|
||||||
VERSION = '0.1.15'
|
VERSION = '0.1.16'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user