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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a2b1bb2e27c82d4e3d936139bd1df1f4b237fb2611540d7422b611f1d448d0d
4
- data.tar.gz: a14b2ac788a9ef2662ee49a7d2f417c4dbb712bebc6ce0ab700487257d595686
3
+ metadata.gz: 53610ac31f230f087f76359520d4ea8914443985fe2aead8d1f8d98949e96e56
4
+ data.tar.gz: 4bb1f6de2dae0779b9edc98729eadc79e10f2331339a19b8e6f391b799772ab3
5
5
  SHA512:
6
- metadata.gz: e77dd15a177dfb641118727b856d7fce616514fe21436f57983941b0a3fbf026afe1a266ec15af1ff292a7f1707fa5ff419ce437a45ef6f8c8ca5be8e3ddfa79
7
- data.tar.gz: ca74fbc2e5f74551e54a5cf4355685ed166e6e2e2ec3048a4f1f9bf52e576320d7f1f2b54f64002ebef88172075ba38b3330e54289eacba7ba885fe692215086
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/applidium/swift_lib_templater/blob/master/lib/templates/framework/.github/workflows/ci.yml)
7
- - [Release script](https://github.com/applidium/swift_lib_templater/blob/master/lib/templates/framework/fastlane/Fastfile)
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
 
@@ -1,3 +1,3 @@
1
1
  module SwiftLibTemplater
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -3,8 +3,8 @@
3
3
  [![Version](https://img.shields.io/cocoapods/v/TEMPLATE.svg?style=flat)](https://cocoapods.org/pods/TEMPLATE)
4
4
  [![License](https://img.shields.io/cocoapods/l/TEMPLATE.svg?style=flat)](https://cocoapods.org/pods/TEMPLATE)
5
5
  <!-- [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -->
6
- <!-- [![Platform](https://img.shields.io/cocoapods/p/OverlayContainer.svg?style=flat)](https://cocoapods.org/pods/OverlayContainer) -->
7
- <!-- [![Build Status](https://api.travis-ci.org/applidium/TEMPLATE.svg?branch=master)](https://travis-ci.org/applidium/TEMPLATE) -->
6
+ <!-- [![Platform](https://img.shields.io/cocoapods/p/TEMPLATE.svg?style=flat)](https://cocoapods.org/pods/TEMPLATE) -->
7
+ <!-- [![Build Status](https://github.com/fabernovel/TEMPLATE/workflows/CI/badge.svg?branch=master)](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/applidium/TEMPLATE"
24
+ github "https://github.com/fabernovel/TEMPLATE"
25
25
  ``` -->
26
26
 
27
27
  ## License
@@ -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/applidium/swift_lib_templater"
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/applidium/swift_lib_templater"
23
- spec.metadata["changelog_uri"] = "https://github.com/applidium/swift_lib_templater/blob/master/CHANGELOG.md"
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.2
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-15 00:00:00.000000000 Z
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/applidium/swift_lib_templater
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/applidium/swift_lib_templater
105
- source_code_uri: https://github.com/applidium/swift_lib_templater
106
- changelog_uri: https://github.com/applidium/swift_lib_templater/blob/master/CHANGELOG.md
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: