arkana 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f21dca107c8705dd68f62e1ebc9f726b2cff328915fc70f6d9f8eb0a488ea42
4
- data.tar.gz: 62bdbaeed35fbc9b1e696916627aaf5d7a4b28ad74e547fe62837f1bcd895d07
3
+ metadata.gz: 2ccb918551d78aa659307141713f11842178960d452cf2891726412b19e3bdfe
4
+ data.tar.gz: 8b93394d683c3b0edcd2930f271159e6522d1e1bc1c898aa4d89eff018ba7f77
5
5
  SHA512:
6
- metadata.gz: fcb406e5b832dadbfbf465f493225b784304a2d7e10d56f9a8802414f953a6af00a44509d029f21809d9308382979560557f703c23d803c1bb9f1b06ae726f6f
7
- data.tar.gz: 2eb298ec9f709f7b2928b297834a474a63a29d1fa65ec4fbd422c71d4881e9c06fc2777cb4c66fe00b44811b17908e5f12fabb47b111d917210b2e8007a2ffb5
6
+ metadata.gz: 741f9751ec27c89203d2a922f8502a204a90f5998796dbb3da15d2abdff3de0db45d052c4a716d05dbe3038a88f3a2c64c4a193cff53032276c42f49668f9e73
7
+ data.tar.gz: 8e2df0bfa7662bc6321df6516eee936bc647e447394d945dfd648a3a77c6c722022aedd9bfeb5328d68be042054973b31e4844768f432d53a0faf2e816e0ee8e
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # This file was autogenerated by Arkana. Do not attempt to modify it.
3
+ # DO NOT MODIFY
4
+ # Automatically generated by Arkana (https://github.com/rogerluan/arkana)
4
5
 
5
6
  Pod::Spec.new do |spec|
6
7
  spec.name = '<%= @pod_name %>'
@@ -12,4 +13,6 @@ Pod::Spec.new do |spec|
12
13
  spec.source_files = 'Sources/**/*.swift'
13
14
  spec.ios.deployment_target = '11.0'
14
15
  spec.swift_version = '5.0'
16
+
17
+ spec.dependency '<%= @pod_name %>Interfaces', '~> 1.0.0'
15
18
  end
@@ -1,6 +1,9 @@
1
1
  <% require 'arkana/helpers/string' %>
2
2
  <% require 'arkana/helpers/swift_template_helper' %>
3
3
  <% # TODO: Sort these import statements alphabetically %>
4
+ // DO NOT MODIFY
5
+ // Automatically generated by Arkana (https://github.com/rogerluan/arkana)
6
+
4
7
  import Foundation
5
8
  import <%= @import_name %>Interfaces
6
9
 
@@ -1,5 +1,8 @@
1
1
  <% require 'arkana/helpers/string' %>
2
2
  <% require 'arkana/helpers/swift_template_helper' %>
3
+ // DO NOT MODIFY
4
+ // Automatically generated by Arkana (https://github.com/rogerluan/arkana)
5
+
3
6
  import Foundation
4
7
 
5
8
  public protocol <%= @namespace %>GlobalProtocol {
@@ -1,3 +1,6 @@
1
+ // DO NOT MODIFY
2
+ // Automatically generated by Arkana (https://github.com/rogerluan/arkana)
3
+
1
4
  import Foundation
2
5
  import XCTest
3
6
  @testable import <%= @import_name %>
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # This file was autogenerated by Arkana. Do not attempt to modify it.
3
+ # DO NOT MODIFY
4
+ # Automatically generated by Arkana (https://github.com/rogerluan/arkana)
4
5
 
5
6
  Pod::Spec.new do |spec|
6
7
  spec.name = '<%= @pod_name %>Interfaces'
@@ -1,6 +1,7 @@
1
1
  // swift-tools-version: 5.6
2
2
 
3
- // This file was autogenerated by Arkana. Do not attempt to modify it.
3
+ // DO NOT MODIFY
4
+ // Automatically generated by Arkana (https://github.com/rogerluan/arkana)
4
5
 
5
6
  import PackageDescription
6
7
 
@@ -1,6 +1,7 @@
1
1
  // swift-tools-version: 5.6
2
2
 
3
- // This file was autogenerated by Arkana. Do not attempt to modify it.
3
+ // DO NOT MODIFY
4
+ // Automatically generated by Arkana (https://github.com/rogerluan/arkana)
4
5
 
5
6
  import PackageDescription
6
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arkana
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arkana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Oba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize