swift_lib_templater 1.0.2 → 1.0.3
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 +4 -4
- data/README.md +2 -2
- data/lib/swift_lib_templater/version.rb +1 -1
- data/lib/templates/framework/README.md +3 -3
- data/swift_lib_templater.gemspec +4 -4
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53610ac31f230f087f76359520d4ea8914443985fe2aead8d1f8d98949e96e56
|
|
4
|
+
data.tar.gz: 4bb1f6de2dae0779b9edc98729eadc79e10f2331339a19b8e6f391b799772ab3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a2da0f7ba336d1fb38bacf8df33bbad83b8cf506f75829d10067a0163e0279b3e8cf01bce9ae7de496b9a55365d9155e81be83788043d3e0f600b9b26236566
|
|
7
|
+
data.tar.gz: e31af2e0872edb582bc9089f0faa7c74ad05eee27a103784fedb51abe9a6419dce3f66e50da3c83308a0aa268923ad209208c66203e57fedd6f5110459033681
|
data/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
`swift_lib_templater` generates templates for open source ios libraries.
|
|
4
4
|
|
|
5
5
|
- `cocopoads` & `SPM` & `Carthage` support
|
|
6
|
-
- [Basic Github action CI](https://github.com/
|
|
7
|
-
- [Release script](https://github.com/
|
|
6
|
+
- [Basic Github action CI](https://github.com/fabernovel/swift_lib_templater/blob/master/lib/templates/framework/.github/workflows/ci.yml)
|
|
7
|
+
- [Release script](https://github.com/fabernovel/swift_lib_templater/blob/master/lib/templates/framework/fastlane/Fastfile)
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
[](https://cocoapods.org/pods/TEMPLATE)
|
|
4
4
|
[](https://cocoapods.org/pods/TEMPLATE)
|
|
5
5
|
<!-- [](https://github.com/Carthage/Carthage) -->
|
|
6
|
-
<!-- [](https://cocoapods.org/pods/TEMPLATE) -->
|
|
7
|
+
<!-- [](https://github.com/fabernovel/TEMPLATE/actions) -->
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -21,7 +21,7 @@ pod 'TEMPLATE'
|
|
|
21
21
|
Add the following to your Cartfile:
|
|
22
22
|
|
|
23
23
|
```ruby
|
|
24
|
-
github "https://github.com/
|
|
24
|
+
github "https://github.com/fabernovel/TEMPLATE"
|
|
25
25
|
``` -->
|
|
26
26
|
|
|
27
27
|
## License
|
data/swift_lib_templater.gemspec
CHANGED
|
@@ -11,16 +11,16 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.email = ["gaetan.zanella@fabernovel.com"]
|
|
12
12
|
|
|
13
13
|
spec.summary = "`swift_lib_templater` generates templates for open source ios libraries."
|
|
14
|
-
spec.description = "`swift_lib_templater` generates templates for open source ios libraries. It supports Carthage & SPM & Cocoapods."
|
|
15
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.description = "`swift_lib_templater` generates templates for open source ios libraries. It supports Carthage & SPM & Cocoapods and provides basic CI scripts."
|
|
15
|
+
spec.homepage = "https://github.com/fabernovel/swift_lib_templater"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
18
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
19
19
|
if spec.respond_to?(:metadata)
|
|
20
20
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
21
21
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
22
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
|
23
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
|
22
|
+
spec.metadata["source_code_uri"] = "https://github.com/fabernovel/swift_lib_templater"
|
|
23
|
+
spec.metadata["changelog_uri"] = "https://github.com/fabernovel/swift_lib_templater/blob/master/CHANGELOG.md"
|
|
24
24
|
else
|
|
25
25
|
raise "RubyGems 2.0 or newer is required to protect against " \
|
|
26
26
|
"public gem pushes."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swift_lib_templater
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gaétan Zanella
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-09-
|
|
11
|
+
date: 2020-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
description: "`swift_lib_templater` generates templates for open source ios libraries.
|
|
42
|
-
It supports Carthage & SPM & Cocoapods."
|
|
42
|
+
It supports Carthage & SPM & Cocoapods and provides basic CI scripts."
|
|
43
43
|
email:
|
|
44
44
|
- gaetan.zanella@fabernovel.com
|
|
45
45
|
executables:
|
|
@@ -96,14 +96,14 @@ files:
|
|
|
96
96
|
- lib/templates/framework/fastlane/.env.default
|
|
97
97
|
- lib/templates/framework/fastlane/Fastfile
|
|
98
98
|
- swift_lib_templater.gemspec
|
|
99
|
-
homepage: https://github.com/
|
|
99
|
+
homepage: https://github.com/fabernovel/swift_lib_templater
|
|
100
100
|
licenses:
|
|
101
101
|
- MIT
|
|
102
102
|
metadata:
|
|
103
103
|
allowed_push_host: https://rubygems.org
|
|
104
|
-
homepage_uri: https://github.com/
|
|
105
|
-
source_code_uri: https://github.com/
|
|
106
|
-
changelog_uri: https://github.com/
|
|
104
|
+
homepage_uri: https://github.com/fabernovel/swift_lib_templater
|
|
105
|
+
source_code_uri: https://github.com/fabernovel/swift_lib_templater
|
|
106
|
+
changelog_uri: https://github.com/fabernovel/swift_lib_templater/blob/master/CHANGELOG.md
|
|
107
107
|
post_install_message:
|
|
108
108
|
rdoc_options: []
|
|
109
109
|
require_paths:
|