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 +4 -4
- data/clib/libkoko_keywords_arm64.dylib +0 -0
- data/clib/libkoko_keywords_arm64.so +0 -0
- data/clib/libkoko_keywords_x86_64.dylib +0 -0
- data/clib/libkoko_keywords_x86_64.so +0 -0
- data/koko_keywords.gemspec +1 -1
- data/lib/koko_keywords/version.rb +1 -1
- metadata +2 -3
- data/clib/libkoko_arm64.dylib +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22ff783634a1cea41759c8a6b4c0826a2b2477a196cdaedf5994f108adc94188
|
4
|
+
data.tar.gz: 93051f0187513cf6db3552a2c55b0698be0fd826bf8dbdb3f7307e154c0dc13a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67b8ae4439cb4bbdd83026e4ff205576dd5ff5c77cc09f5ed0f73a7a40fa8ce7b8c675a9e5a2906c287218e31fcfa3c2bf016328e319500760f5a9b083fc53d6
|
7
|
+
data.tar.gz: 8c9a4e3d71e5035d0dc8d14d132406d351345603a046188bd15535fc1bfee0df3ed5ef5febdcbb2354d48af0b667e7380bfb5e0f816bc070da769768e5d813b5
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/koko_keywords.gemspec
CHANGED
@@ -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
|
|
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.
|
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-
|
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
|
data/clib/libkoko_arm64.dylib
DELETED
Binary file
|