clash_of_clans_api 0.4.1 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c0c5e221f7c53427d57e649854273fb1c06d3a85734334f8dfc0a5b0b2861c6
|
|
4
|
+
data.tar.gz: 44481654e7a9c22b16ebac1bbc48893a4014aa05a6b317ca59d3190f27e57873
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8455d9edf6793e714dff53449086cd8a53916ff0f65c43d5522ea4d284c86fb26a64f2c6687ee02c4ef4c62beffaa07cec1ecf8c934fc8ed4113047ff264c9f9
|
|
7
|
+
data.tar.gz: 286133ef0a88dceeec7f60ceabd288809cd031d2137e16aabed2e70cf15d22b9c92bfde3e8fb35848ad5f789594d0f6895311e53acf91b891fc38842fc915407
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clash_of_clans_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- expeehaa
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: api_frame
|
|
@@ -24,7 +23,6 @@ dependencies:
|
|
|
24
23
|
- - ">="
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
25
|
version: '0'
|
|
27
|
-
description:
|
|
28
26
|
email:
|
|
29
27
|
- expeehaa@outlook.com
|
|
30
28
|
executables: []
|
|
@@ -80,7 +78,6 @@ licenses: []
|
|
|
80
78
|
metadata:
|
|
81
79
|
allowed_push_host: https://rubygems.org
|
|
82
80
|
rubygems_mfa_required: 'true'
|
|
83
|
-
post_install_message:
|
|
84
81
|
rdoc_options: []
|
|
85
82
|
require_paths:
|
|
86
83
|
- lib
|
|
@@ -95,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
92
|
- !ruby/object:Gem::Version
|
|
96
93
|
version: '0'
|
|
97
94
|
requirements: []
|
|
98
|
-
rubygems_version: 3.
|
|
99
|
-
signing_key:
|
|
95
|
+
rubygems_version: 3.6.2
|
|
100
96
|
specification_version: 4
|
|
101
97
|
summary: Client library for interacting with the ClashOfClans API.
|
|
102
98
|
test_files: []
|