cocoapods-localzedLoader 0.0.5 → 0.0.7
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: 28c6a53f65d6ab1d7f457ae4cb67aaa63cadf99eafc1a78b71f4bedcc0d9bf19
|
|
4
|
+
data.tar.gz: fb60d5defd02da733fef485bc6a8b8285606e89aa02a2985c2dec09c8cbea8a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15ab5e6ea9634b770e400daeaa67215aebabf792a1d6c1da6df11ccfde17f48fc3bd8067c07b3da73369eee705b35f0b69780e9ad9b3a248c4be1a9b4d409e27
|
|
7
|
+
data.tar.gz: 7d49423a2c15f03dbce0767cca37d03c79189b67483736ce9c3018dd80ab4d70edbbf95dbc3d9b0f5b92a16da321d2191054b6b1ea17c34f86deaa53cc624c99
|
|
@@ -18,13 +18,13 @@ module Pod
|
|
|
18
18
|
# in the `plugins.json` file, once your plugin is released.
|
|
19
19
|
#
|
|
20
20
|
class Localzedloader < Command
|
|
21
|
-
self.summary = '
|
|
21
|
+
self.summary = '下载多语言包'
|
|
22
22
|
|
|
23
23
|
self.description = <<-DESC
|
|
24
|
-
|
|
24
|
+
从云端下载多语言包并更新到本地
|
|
25
25
|
DESC
|
|
26
26
|
|
|
27
|
-
self.arguments = 'NAME'
|
|
27
|
+
# self.arguments = 'NAME'
|
|
28
28
|
|
|
29
29
|
def initialize(argv)
|
|
30
30
|
@name = argv.shift_argument
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-localzedLoader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jeremylu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -42,30 +42,30 @@ dependencies:
|
|
|
42
42
|
name: httparty
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
48
|
-
type: :
|
|
47
|
+
version: 0.21.0
|
|
48
|
+
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 0.21.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rubyXL
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
62
|
-
type: :
|
|
61
|
+
version: 3.4.25
|
|
62
|
+
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version:
|
|
68
|
+
version: 3.4.25
|
|
69
69
|
description: A short description of cocoapods-localzedLoader.
|
|
70
70
|
email:
|
|
71
71
|
- 1509028992@qq.com
|
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
102
|
version: '0'
|
|
103
103
|
requirements: []
|
|
104
|
-
rubygems_version: 3.1.
|
|
104
|
+
rubygems_version: 3.1.4
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 4
|
|
107
107
|
summary: A longer description of cocoapods-localzedLoader.
|