matrix_boost 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5699ef178a5e4dce6a6348973a2c89f34b25e32fe7e300db840ed9e1771bca6e
4
- data.tar.gz: ecc24a6653e474cb8a5fdd18cfd7d3d9f50696270578285d7f68463a8937f6ab
3
+ metadata.gz: ef03de375104a15ba94c5930648969f5dbec06d00c208b44ab922c7a5d98c2e4
4
+ data.tar.gz: 807cfa901b970440b93cad7d6da254a7ae413df6a6cfc5b0bc8cfa89c571875c
5
5
  SHA512:
6
- metadata.gz: f3425f31a28d61637ce121a6822c0d9a4b96c5b7563611625d58a80966d2cf9eb9b3caecebdb74f74d6f93e0d9df3c9e6528d7e5b503036ea9f42d28b9d70491
7
- data.tar.gz: 88ffdde0f231e52f18bb3ad8459d7b8fe81bcd29b4e702cbea315be512df8d6511bc98c889ddc24faaffe89b91b61e3b3a6c33b3a2fec915a25e6e9cdf72f73b
6
+ metadata.gz: 5d6e8324f4db5ecfeaefb790e8d73814e8de1bd9bb9e5ce32dfec5063c5a3c3ac86d736a4c4a8d32619d8ca39b33f9711bead8e921b2b5706875f6ed204af9bd
7
+ data.tar.gz: 65469d9ff7dc16feb788067adcfb59f33e8c8fc6d6046d99855993f140107c0225341e9f0713be0820ad607d7de035468ae261ff16c8a4aa45c77e248b1f049f
data/.gitignore CHANGED
@@ -8,6 +8,5 @@
8
8
  /tmp/
9
9
  Gemfile.lock
10
10
  ext/**/*.o
11
- ext/**/*.bundle
12
11
  ext/**/Makefile
13
12
  *.gem
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.2.2](https://github.com/Bajena/matrix_boost/tree/v0.2.2) (2020-04-23)
4
+
5
+ [Full Changelog](https://github.com/Bajena/matrix_boost/compare/v0.2.1...v0.2.2)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Add missing extension.bundle file [\#3](https://github.com/Bajena/matrix_boost/pull/3) ([Bajena](https://github.com/Bajena))
10
+
11
+ ## [v0.2.1](https://github.com/Bajena/matrix_boost/tree/v0.2.1) (2020-04-23)
12
+
13
+ [Full Changelog](https://github.com/Bajena/matrix_boost/compare/v0.2.0...v0.2.1)
14
+
3
15
  ## [v0.2.0](https://github.com/Bajena/matrix_boost/tree/v0.2.0) (2020-04-18)
4
16
 
5
17
  [Full Changelog](https://github.com/Bajena/matrix_boost/compare/v0.1.1...v0.2.0)
@@ -1,3 +1,3 @@
1
1
  module MatrixBoost
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matrix_boost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Bajena
@@ -71,6 +71,7 @@ files:
71
71
  - bin/rake
72
72
  - bin/setup
73
73
  - ext/matrix_boost/extconf.rb
74
+ - ext/matrix_boost/extension.bundle
74
75
  - ext/matrix_boost/extension.c
75
76
  - ext/matrix_boost/matrices.c
76
77
  - ext/matrix_boost/matrices.h