Removed additional Ruby support files
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
#
|
|
||||||
# DO NOT Edit this file. Canonical version of Jasmine lives in the repo's package.json. This file is generated
|
|
||||||
# by a grunt task when the standalone release is built.
|
|
||||||
#
|
|
||||||
module Jasmine
|
|
||||||
module Core
|
|
||||||
VERSION = "<%= jasmineVersion %>"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
module Jasmine
|
|
||||||
module Core
|
|
||||||
VERSION = "<%= "#{major}.#{minor}.#{build}" %><%= ".rc#{release_candidate}" if release_candidate %>"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user