konacha-chai-matchers 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSIONS CHANGED
@@ -6,7 +6,7 @@ chai-timers: 0.2.0
6
6
  chai-stats: 0.3.0
7
7
  chai-null: 0.1.0
8
8
  chai-factories: 0.1.0
9
- chai-changes: 1.3.3
9
+ chai-changes: 1.3.4
10
10
  chai-backbone: 0.9.2
11
11
  js-factories: 1.0.1
12
12
  mocha-as-promised: 1.4.1
@@ -1,7 +1,7 @@
1
1
  module Konacha
2
2
  module Chai
3
3
  module Matchers
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
@@ -53,7 +53,7 @@
53
53
  }
54
54
  };
55
55
  newPromise = result.then(promiseCallback, promiseCallback);
56
- return newPromise;
56
+ this.then = newPromise.then.bind(newPromise);
57
57
  } else {
58
58
  for (_j = 0, _len1 = definedActions.length; _j < _len1; _j++) {
59
59
  action = definedActions[_j];
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konacha-chai-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,12 +60,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  - - ! '>='
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
+ segments:
64
+ - 0
65
+ hash: 824089517
63
66
  required_rubygems_version: !ruby/object:Gem::Requirement
64
67
  none: false
65
68
  requirements:
66
69
  - - ! '>='
67
70
  - !ruby/object:Gem::Version
68
71
  version: '0'
72
+ segments:
73
+ - 0
74
+ hash: 824089517
69
75
  requirements: []
70
76
  rubyforge_project: konacha-chai-matchers
71
77
  rubygems_version: 1.8.15