extract_ttc 0.3.1-arm64-darwin → 0.3.2-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +8 -1
- data/Rakefile +0 -4
- data/extract_ttc.gemspec +2 -2
- data/lib/3.1/stripttc.bundle +0 -0
- data/lib/extract_ttc/version.rb +1 -1
- metadata +3 -6
- data/bin/console +0 -14
- data/bin/rspec +0 -29
- data/bin/setup +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a2dd4b6311809b378867c41afe245a081fe9fe07e1b2266695937d54086ddc5
|
4
|
+
data.tar.gz: 6b42fecbc7ed7c450ffaeef77519941f620fadf7307b869f0996b4f9a621ff4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85c7b317c2881e25d2968f605e8777c7b2e910039d88a28053b7a3ae0f6acac2acf5ae95ffeac1b32af8304902ccde12c0f690bc25e3baacaab702d73e183045
|
7
|
+
data.tar.gz: 7dbe6d2300bffd42ea4fc52dedab7c5dd65241235aba7212f74f4684378d581a2a8d71153eaea2aa98b8f28192b8ebdbf38605320fbd74d267b49f1dd5cb8c4d
|
data/.rubocop.yml
CHANGED
@@ -2,4 +2,11 @@ inherit_from:
|
|
2
2
|
- 'https://raw.githubusercontent.com/fontist/oss-guides/master/ci/rubocop.yml'
|
3
3
|
|
4
4
|
AllCops:
|
5
|
-
|
5
|
+
TargetRubyVersion: 2.7
|
6
|
+
SuggestExtensions: false
|
7
|
+
Exclude:
|
8
|
+
- 'tmp/**/*'
|
9
|
+
- 'vendor/**/*'
|
10
|
+
|
11
|
+
Gemspec/RequireMFA:
|
12
|
+
Enabled: false
|
data/Rakefile
CHANGED
@@ -33,10 +33,6 @@ ext_thru_rc_dock = %w[x86_64-linux aarch64-linux] +
|
|
33
33
|
|
34
34
|
ext_thru_musl_cc = %w[x86_64-linux-musl aarch64-linux-musl]
|
35
35
|
|
36
|
-
# add your default gem packing task
|
37
|
-
Gem::PackageTask.new(spec) do |pkg|
|
38
|
-
end
|
39
|
-
|
40
36
|
# HACK: Prevent rake-compiler from overriding required_ruby_version,
|
41
37
|
# because the shared library here is Ruby-agnostic.
|
42
38
|
# See https://github.com/rake-compiler/rake-compiler/issues/153
|
data/extract_ttc.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.description = "Extract font collection to separate font files"
|
11
11
|
spec.homepage = "https://github.com/fontist/extract_ttc"
|
12
12
|
spec.license = "BSD-3-Clause"
|
13
|
-
spec.required_ruby_version = Gem::Requirement.new(">= 2.
|
13
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
|
14
14
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
16
16
|
spec.metadata["source_code_uri"] = "https://github.com/fontist/extract_ttc"
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
|
19
19
|
spec.files = Dir.chdir(__dir__) do
|
20
20
|
`git ls-files -z`
|
21
|
-
.split("\x0").reject { |f| f.match(%r{^(
|
21
|
+
.split("\x0").reject { |f| f.match(%r{^(bin|.github|test|spec|features)/}) }
|
22
22
|
end
|
23
23
|
|
24
24
|
spec.bindir = "exe"
|
data/lib/3.1/stripttc.bundle
CHANGED
Binary file
|
data/lib/extract_ttc/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: extract_ttc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -156,9 +156,6 @@ files:
|
|
156
156
|
- LICENSE.adoc
|
157
157
|
- README.adoc
|
158
158
|
- Rakefile
|
159
|
-
- bin/console
|
160
|
-
- bin/rspec
|
161
|
-
- bin/setup
|
162
159
|
- extract_ttc.gemspec
|
163
160
|
- lib/2.7/stripttc.bundle
|
164
161
|
- lib/3.0/stripttc.bundle
|
@@ -181,7 +178,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
178
|
requirements:
|
182
179
|
- - ">="
|
183
180
|
- !ruby/object:Gem::Version
|
184
|
-
version: 2.
|
181
|
+
version: 2.7.0
|
185
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
186
183
|
requirements:
|
187
184
|
- - ">="
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "extract_ttc"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/rspec
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# frozen_string_literal: true
|
3
|
-
|
4
|
-
#
|
5
|
-
# This file was generated by Bundler.
|
6
|
-
#
|
7
|
-
# The application 'rspec' is installed as part of a gem, and
|
8
|
-
# this file is here to facilitate running it.
|
9
|
-
#
|
10
|
-
|
11
|
-
require "pathname"
|
12
|
-
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
13
|
-
Pathname.new(__FILE__).realpath)
|
14
|
-
|
15
|
-
bundle_binstub = File.expand_path("bundle", __dir__)
|
16
|
-
|
17
|
-
if File.file?(bundle_binstub)
|
18
|
-
if /This file was generated by Bundler/.match?(File.read(bundle_binstub, 300))
|
19
|
-
load(bundle_binstub)
|
20
|
-
else
|
21
|
-
abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
|
22
|
-
Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
require "rubygems"
|
27
|
-
require "bundler/setup"
|
28
|
-
|
29
|
-
load Gem.bin_path("rspec-core", "rspec")
|