Jasmine core files should be available to other gems
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "0.0.1"
|
||||
require 'json'
|
||||
VERSION_HASH = JSON.parse(File.new(File.join(File.dirname(__FILE__), "..", "..", "src/version.json")).read);
|
||||
VERSION = "#{VERSION_HASH['major']}.#{VERSION_HASH['minor']}.#{VERSION_HASH['build']}"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user