jess 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -0
  3. data/lib/jess/version.rb +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54decc31bf64a265a967a7df044bbe091892dac4c58173886be2387f766eec9d
4
- data.tar.gz: 8e6c88f9595b6f299ed123ae6cdabd6a77259eec25f0d1af16fecd5ad423d064
3
+ metadata.gz: 8c1f2b2768c6dd2b43da546c3a488515b0f8717d13a7542e9ae300be498a21a0
4
+ data.tar.gz: 9017e596dd4f7e9b457474deaca58981e4f338ed5e22c1f041b93274e11cc3c4
5
5
  SHA512:
6
- metadata.gz: 12c86f76f10ca6c60f36657dd11500152f5e1b7803f2faf77c8be2a33afe45b5f130475f7fd41b428b205c6ac8e07f34a35df198d995a410d81e5f2b4978cc16
7
- data.tar.gz: 8f06f887a7e122019d01cda4a4cde3afda8554711e0c2898f3170e1c6c2ed2b8a6d19e96368fba0e207ef65304140381f84c5b41205da63b144f7e62bb56be71
6
+ metadata.gz: 42c7307ff7ec5840f0a2753cb8ebbf9b6a66c922a2fe619195a341402fcdd899a15fd0aa34df09a7bd2bb5e1cb725b104f921bb0b2928450ddf7206b19905c7b
7
+ data.tar.gz: 2e0764b8579cfc647af0b4732c2f035245ddd165d7db0393cee0cf164aeb7c8a524dab142295ca91809bcdbad508fd8c84d65c57a1be02f17c75244612970121
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Matt Brictson
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.
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.1.1".freeze
2
+ VERSION = "1.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jess
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-07 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -17,6 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - LICENSE.txt
20
21
  - README.md
21
22
  - lib/jess.rb
22
23
  - lib/jess/computer.rb