sus 0.10.0 → 0.10.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
  SHA256:
3
- metadata.gz: 514f648fd1bd5831f2265f423e317d00d98bcc7a1b61077a67116712caa276a3
4
- data.tar.gz: 65098f09cdbe0d6cfcd4e08041bdcadd5eb4737f387aadc238bcd9152fd678e3
3
+ metadata.gz: 62b0520b1ea3639b141a0b0808d1d4b3949c94750bd9e168e4cf23e4f8282804
4
+ data.tar.gz: 145f2f4dc24b7d3f1f05287acf43e21289f4ec29c0b331641dfe03589884f344
5
5
  SHA512:
6
- metadata.gz: 534b1cbaff030deb16445d0c2a46059b664e8bbb207a2d4539eda3865b27ce219e58c1797b16f787e480564d54e0d1f3984d5c2d60ef70884030ef768ba41dc1
7
- data.tar.gz: 347b61af35c3100524499c430b39bfac69576afd334c1abcf7030ca67fdabb318051f4b8fc5ad5d364da21335844ae9bfee8e36cbcadd2df075fdc8b62e26a1c
6
+ metadata.gz: bc3adde570b2c5eca67612dbc20b78d85af042b1caeb9846c8a7b38c7bbd1b333bc734e6fe6bd8e9711c486fdf72c268f2788d2e28f076a7017a78da5b2d7123
7
+ data.tar.gz: 0bd7224f611782ad494dcb4c6a63f0237e2c5bf621a021954eab6e55c2adbf1baf9e57e13d14529bd55bd8e91ef57573d5bbb28131629a298a209f65aa29a848
checksums.yaml.gz.sig CHANGED
Binary file
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright, 2022, by Samuel G. D. Williams. <http://www.codeotaku.com>
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+ module Sus
24
+ module Fixtures
25
+ end
26
+ end
data/lib/sus/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sus
4
- VERSION = "0.10.0"
4
+ VERSION = "0.10.1"
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -37,7 +37,7 @@ cert_chain:
37
37
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
38
38
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
39
39
  -----END CERTIFICATE-----
40
- date: 2022-08-21 00:00:00.000000000 Z
40
+ date: 2022-08-24 00:00:00.000000000 Z
41
41
  dependencies: []
42
42
  description:
43
43
  email:
@@ -61,6 +61,7 @@ files:
61
61
  - lib/sus/expect.rb
62
62
  - lib/sus/file.rb
63
63
  - lib/sus/filter.rb
64
+ - lib/sus/fixtures.rb
64
65
  - lib/sus/have_duration.rb
65
66
  - lib/sus/identity.rb
66
67
  - lib/sus/include_context.rb
metadata.gz.sig CHANGED
Binary file