Fixed bug where version for Ruby gem wasn't correct
This commit is contained in:
@@ -2520,9 +2520,11 @@ jasmine.WaitsForBlock.prototype.execute = function(onComplete) {
|
||||
}, jasmine.WaitsForBlock.TIMEOUT_INCREMENT);
|
||||
}
|
||||
};
|
||||
|
||||
jasmine.version_= {
|
||||
"major": 1,
|
||||
"minor": 1,
|
||||
"minor": 2,
|
||||
"build": 0,
|
||||
"revision": 1333301588
|
||||
"revision": 1333310589,
|
||||
"release_candidate": 1
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module Jasmine
|
||||
module Core
|
||||
VERSION = "1.1.0"
|
||||
VERSION = "1.2.0.rc1"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user