gonative-cli 1.4.0 → 1.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: 16b3c19dee4afcbb644ea40184c8148ea90afba067e35c5497440fedd860d8b3
4
- data.tar.gz: 46d0665eaa153382c087e1d9201268053e9084c9f725662b1f54ab0774018ee3
3
+ metadata.gz: c577c70bfc97f1d46a4069bad8053159f47a2800efb2a3957ec175f7cfcccf31
4
+ data.tar.gz: d2e808aee10127c6dc3fa4e178f169a1cc602018bf972ba1388179fde23e1aea
5
5
  SHA512:
6
- metadata.gz: 903ebef8bf1a1aead292f33cfc5abc9145144996eb36053251fc2299089e9bcf0d04c342fd723c316eff7516f78e4fe41dff02960a58a3f5c03ae7e97c8e63e0
7
- data.tar.gz: 63a0957d99e2b85cae86ddff6463ad84c46ced61d9e9dd1ce20a029dbf561af0bb114a024886acd2c72f58a0ce9d51e33cfbcc2265c83d7d773056a56256f1fe
6
+ metadata.gz: c1092a9ae88a062acda4858320200ba5a43293784cbd58f8445e3d5c51e5a5e43d7373fb56ff6361f7d9e732bfc135e2222dbc3ee11ecab3b26bf81bec32a67e
7
+ data.tar.gz: 484fa27f5b65aefbb98137bec920c9a635c191a1dc95ef13b99fb6af57064f6e0d798072f00b0da6d55b979784bd3afb5043855907cb96deb7769c7a79659fb3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gonative-cli (1.4.0)
4
+ gonative-cli (1.4.2)
5
5
  activesupport (~> 6.0)
6
6
  cocoapods (~> 1.10)
7
7
  colorize (~> 0.8.0)
@@ -20,8 +20,8 @@ GEM
20
20
  minitest (>= 5.1)
21
21
  tzinfo (~> 2.0)
22
22
  zeitwerk (~> 2.3)
23
- addressable (2.8.1)
24
- public_suffix (>= 2.0.2, < 6.0)
23
+ addressable (2.8.7)
24
+ public_suffix (>= 2.0.2, < 7.0)
25
25
  algoliasearch (1.27.5)
26
26
  httpclient (~> 2.8, >= 2.8.3)
27
27
  json (>= 1.5.1)
@@ -69,7 +69,7 @@ GEM
69
69
  coderay (1.1.3)
70
70
  colored2 (3.1.2)
71
71
  colorize (0.8.1)
72
- concurrent-ruby (1.2.3)
72
+ concurrent-ruby (1.3.4)
73
73
  diff-lcs (1.4.4)
74
74
  dry-cli (0.7.0)
75
75
  escape (0.0.4)
@@ -80,11 +80,11 @@ GEM
80
80
  fuzzy_match (2.0.4)
81
81
  gh_inspector (1.1.3)
82
82
  httpclient (2.8.3)
83
- i18n (1.14.1)
83
+ i18n (1.14.6)
84
84
  concurrent-ruby (~> 1.0)
85
- json (2.6.2)
85
+ json (2.7.2)
86
86
  method_source (1.0.0)
87
- minitest (5.16.3)
87
+ minitest (5.25.1)
88
88
  molinillo (0.8.0)
89
89
  nanaimo (0.3.0)
90
90
  nap (1.1.0)
@@ -134,7 +134,7 @@ GEM
134
134
  ruby-progressbar (1.11.0)
135
135
  typhoeus (1.4.0)
136
136
  ethon (>= 0.9.0)
137
- tzinfo (2.0.5)
137
+ tzinfo (2.0.6)
138
138
  concurrent-ruby (~> 1.0)
139
139
  unicode-display_width (2.0.0)
140
140
  xcodeproj (1.23.0)
@@ -144,7 +144,7 @@ GEM
144
144
  colored2 (~> 3.1)
145
145
  nanaimo (~> 0.3.0)
146
146
  rexml (~> 3.2.4)
147
- zeitwerk (2.6.12)
147
+ zeitwerk (2.6.18)
148
148
 
149
149
  PLATFORMS
150
150
  arm64-darwin-21
@@ -11,7 +11,7 @@ module GoNative
11
11
  attr_reader :name, :proj
12
12
 
13
13
  def initialize(name)
14
- @name = name
14
+ @name = name.gsub(/[^0-9a-zA-Z]/, '')
15
15
  end
16
16
 
17
17
  def call
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoNative
4
- VERSION = '1.4.0'
4
+ VERSION = '1.4.2'
5
5
  end
@@ -1,7 +1,7 @@
1
1
  platform :ios, '#{deployment_target}'
2
2
 
3
3
  source 'https://cdn.cocoapods.org/'
4
- source 'git@github.com:gonativeio/gonative-specs.git'
4
+ source 'https://github.com/gonativeio/gonative-specs.git'
5
5
 
6
6
  target '#{plugin_name}' do
7
7
  use_frameworks!
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gonative-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hunaid Hassan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli