sinon-chai-rails 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82fc97110fdd4686bbdea1b768e9682fb403b959
4
- data.tar.gz: '08e2fcb9299d6ea1f735c0680a56911a66ec72f6'
3
+ metadata.gz: a126a763ff59913d223c6d89c46323b43b449333
4
+ data.tar.gz: cf6a6457c0f51743c3a9131e91bad2a65249f205
5
5
  SHA512:
6
- metadata.gz: bd366d6ba6c75c93abcd4f56ed9ffb31e7c980b20baa699a64cdeaea16656f9220f2f07a704dc8ea031b029680bd9d80118c5b15a54a97a7227bdb3156abf2c0
7
- data.tar.gz: 00e0a660f3be548b104dd2bace6f66a2e97949defb9a01378d4e64c7e130b47f9d3b05d2cc23c8e444e359838ed794c908357ee2d3400adcca9edb3364693997
6
+ metadata.gz: c812f0ae910b6ee0fc55eb759afd11c4c386cef61d769765092c73460c4b1e445ed98c0e9682448f436196abaee509434fa6d0d50267b266acc86801f36879ba
7
+ data.tar.gz: 2579669d9a2723cbfa0a3096e7d0a429f568cf229551dc0df3433d05932f9a533cda8416ebe0c17cf0a0b9a70c30c90644277ce76db1793feac62670b1771a60
@@ -1,7 +1,17 @@
1
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
1
+ Dual licensed under WTFPL and BSD:
2
+
3
+ ---
4
+
5
+ Copyright © 2012–2017 Domenic Denicola <d@domenic.me>
6
+
7
+ This work is free. You can redistribute it and/or modify it under the
8
+ terms of the Do What The Fuck You Want To Public License, Version 2,
9
+ as published by Sam Hocevar. See below for more details.
10
+
11
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
12
  Version 2, December 2004
3
13
 
4
- Copyright (C) 2012 Domenic Denicola <domenic@domenicdenicola.com>
14
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
5
15
 
6
16
  Everyone is permitted to copy and distribute verbatim or modified
7
17
  copies of this license document, and changing it is allowed as long
@@ -12,3 +22,28 @@
12
22
 
13
23
  0. You just DO WHAT THE FUCK YOU WANT TO.
14
24
 
25
+ ---
26
+
27
+ Copyright © 2012–2017, Domenic Denicola <d@domenic.me>
28
+ All rights reserved.
29
+
30
+ Redistribution and use in source and binary forms, with or without modification,
31
+ are permitted provided that the following conditions are met:
32
+
33
+ 1. Redistributions of source code must retain the above copyright notice,
34
+ this list of conditions and the following disclaimer.
35
+
36
+ 2. Redistributions in binary form must reproduce the above copyright notice,
37
+ this list of conditions and the following disclaimer in the documentation
38
+ and/or other materials provided with the distribution.
39
+
40
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
41
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
42
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
43
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
44
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
46
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
47
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
48
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
49
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,7 +1,7 @@
1
1
  module Sinon
2
2
  module Chai
3
3
  module Rails
4
- VERSION = "1.4.0"
4
+ VERSION = "1.4.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinon-chai-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cymen Vig