Canonical Jasmine version now lives in `package.json` (Node formatted) and is copied into Jasmine source (JavaScript and Ruby) Jasmine distribution now has MIT license and Pivotal Labs copyright at the top of each distributed file.
10 lines
238 B
Ruby
10 lines
238 B
Ruby
#
|
|
# 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 = "2.0.0.alpha"
|
|
end
|
|
end
|