rucaptcha 3.2.3-arm64-darwin → 3.2.4-arm64-darwin

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: 2b25deb4912e08f7dd2912122aa07cbba428a3ccb1e4e8a4ea4183abbea33a01
4
- data.tar.gz: e42b3ef086de1ba68188ee56b76c3604d0d49022de3c37f398c683dccc31e867
3
+ metadata.gz: e4e44cb2afef98bea4b50768ef15d2f1cef1a6a816e38c33d56097d3a2f29926
4
+ data.tar.gz: 8574fba93095adabd1a01b304e3fa27bb40ab6759034d1656bb5ab02cfee7e82
5
5
  SHA512:
6
- metadata.gz: 1614ba15e362ac5845d9b8ca8d86971837cccc38de19529d7c755947cf92e873e705dcf7c8d4de4aae6380c5b2abe5648b5aff28283dc6976452b8ae578d242a
7
- data.tar.gz: ab760c3d193058a26b6450204eea186bd84177779b96d7cc2f65702b54ccbeb41edf5806299f21e4b31044dccf1804d5a7f604beb03ef23e1703908695bcad0b
6
+ metadata.gz: 253a154c601a5f627c2ff8834bb1f751fa8bfaf01249601076cdcc39bc90259d92bfddb762a4789385d41701586f394b8044c20bee212b6de71cb8944c366e7f
7
+ data.tar.gz: de344b77360f0497aa351766cf3984f12fe0897fb1e2eef335e1165d54e33783aaea03afdb8afe66fa3b959862ac4691c86192d747d1ce43f613a32331f3b78b
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ CROSS_PLATFORMS = %w[
11
11
  x86_64-darwin
12
12
  x86_64-linux
13
13
  x86_64-linux-musl
14
+ aarch64-linux-musl
14
15
  ]
15
16
 
16
17
  spec = Bundler.load_gemspec("rucaptcha.gemspec")
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module RuCaptcha
2
- VERSION = "3.2.3"
2
+ VERSION = "3.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rucaptcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties