jasmine-core 2.3.4 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,6 @@
4
4
  #
5
5
  module Jasmine
6
6
  module Core
7
- VERSION = "2.3.4"
7
+ VERSION = "2.4.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.4
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajan Agaskar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-05-13 00:00:00.000000000 Z
13
+ date: 2015-12-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -140,6 +140,7 @@ files:
140
140
  - "./lib/jasmine-core/spec/core/matchers/toContainSpec.js"
141
141
  - "./lib/jasmine-core/spec/core/matchers/toEqualSpec.js"
142
142
  - "./lib/jasmine-core/spec/core/matchers/toHaveBeenCalledSpec.js"
143
+ - "./lib/jasmine-core/spec/core/matchers/toHaveBeenCalledTimesSpec.js"
143
144
  - "./lib/jasmine-core/spec/core/matchers/toHaveBeenCalledWithSpec.js"
144
145
  - "./lib/jasmine-core/spec/core/matchers/toMatchSpec.js"
145
146
  - "./lib/jasmine-core/spec/core/matchers/toThrowErrorSpec.js"
@@ -178,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
179
  version: '0'
179
180
  requirements: []
180
181
  rubyforge_project: jasmine-core
181
- rubygems_version: 2.4.5
182
+ rubygems_version: 2.4.5.1
182
183
  signing_key:
183
184
  specification_version: 4
184
185
  summary: JavaScript BDD framework