koko_keywords 0.2.0 → 0.3.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: e6adf016d74f8bd31fef826d4c86fd5f060b262f8a8b038b12f785a1a3bd22eb
4
- data.tar.gz: 70565ac34a07715655fd7e26b93fa43d98bd656b64f0b7197e0a6867407180aa
3
+ metadata.gz: 22ff783634a1cea41759c8a6b4c0826a2b2477a196cdaedf5994f108adc94188
4
+ data.tar.gz: 93051f0187513cf6db3552a2c55b0698be0fd826bf8dbdb3f7307e154c0dc13a
5
5
  SHA512:
6
- metadata.gz: d9398455e9b4152c94404f5acde8f14ddaa722e50f64d52e3d959761e13e72cf08e3c7f0ff8f7086dbe8d8f70ef8c0b126872a150061b427d0a3a16331dff46b
7
- data.tar.gz: e400993968f25eae29896432fc1010ea62968c8407f4a180e190bd29696f68144567da39537d7930456193913847c1f5771b5390dc3743e45d1eccfda255e77f
6
+ metadata.gz: 67b8ae4439cb4bbdd83026e4ff205576dd5ff5c77cc09f5ed0f73a7a40fa8ce7b8c675a9e5a2906c287218e31fcfa3c2bf016328e319500760f5a9b083fc53d6
7
+ data.tar.gz: 8c9a4e3d71e5035d0dc8d14d132406d351345603a046188bd15535fc1bfee0df3ed5ef5febdcbb2354d48af0b667e7380bfb5e0f816bc070da769768e5d813b5
Binary file
Binary file
Binary file
Binary file
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  # Specify which files should be added to the gem when it is released.
25
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
26
26
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
27
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + `ls ../clib`.split("\n").map { |s| "clib/#{s}" }
28
28
  end
29
29
  spec.require_paths = ["lib"]
30
30
 
@@ -1,3 +1,3 @@
1
1
  module KokoKeywords
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koko_keywords
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kareem Kouddous
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-21 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -85,7 +85,6 @@ files:
85
85
  - Rakefile
86
86
  - bin/console
87
87
  - bin/setup
88
- - clib/libkoko_arm64.dylib
89
88
  - clib/libkoko_keywords_arm64.dylib
90
89
  - clib/libkoko_keywords_arm64.so
91
90
  - clib/libkoko_keywords_x86_64.dylib
Binary file