gonative-cli 1.3.0 → 1.3.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: 3815dd0892c48ed02552fb5d2bb7aa2289f10923d933c0d7461476ed491ab6cc
4
- data.tar.gz: 48333123b03e023fc7be0f5b54be33992d6ed94528b809a0591c1d15d4e0cb99
3
+ metadata.gz: c9448c80c2d7e7d3b728e8ef8c78e192466c5e8e90426db993e71cc1c9a77392
4
+ data.tar.gz: 3d8f81f771da0fbc1a71fdbb00ba8bbbb9d46d7c117fc27aa148019eb4871dee
5
5
  SHA512:
6
- metadata.gz: 124793fca3848ec9eb55f0b9a2f7dc079cd433dc11a313083909d6eb4f9ff81c944ed0d98d6d178365aaee997874cfab6ac059dc78104ed3b6be310022a260cd
7
- data.tar.gz: 7a59efbcd0961691df92504a9a1bdcfbb6abc437c4d4a8029e69bf26f939606cbef9a0e28eca9af414c1b5cdd7248e9d2716bce789d1c9e97d5ab9ca3be34e36
6
+ metadata.gz: 8ddde02e555ca85340c00e2387faac84f367e97f08cff929b20b1fcf8d54cae601fbe0ed6f56ea03e0423b71bf372c8382a173b62a30cccbb188677caef37227
7
+ data.tar.gz: 108b46e0213133bb6e154ee14be0a04d7c24e0212987966d7d262fc1941d151efaae264c6f692a035a137832119d749bfdf925bd37577c93cfad2af478e9e84b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gonative-cli (1.3.0)
4
+ gonative-cli (1.3.1)
5
5
  activesupport (~> 6.0)
6
6
  cocoapods (~> 1.10)
7
7
  colorize (~> 0.8.0)
@@ -29,10 +29,10 @@ GEM
29
29
  atomos (0.1.3)
30
30
  byebug (11.1.3)
31
31
  claide (1.1.0)
32
- cocoapods (1.12.1)
32
+ cocoapods (1.13.0)
33
33
  addressable (~> 2.8)
34
34
  claide (>= 1.0.2, < 2.0)
35
- cocoapods-core (= 1.12.1)
35
+ cocoapods-core (= 1.13.0)
36
36
  cocoapods-deintegrate (>= 1.0.3, < 2.0)
37
37
  cocoapods-downloader (>= 1.6.0, < 2.0)
38
38
  cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -46,8 +46,8 @@ GEM
46
46
  molinillo (~> 0.8.0)
47
47
  nap (~> 1.0)
48
48
  ruby-macho (>= 2.3.0, < 3.0)
49
- xcodeproj (>= 1.21.0, < 2.0)
50
- cocoapods-core (1.12.1)
49
+ xcodeproj (>= 1.23.0, < 2.0)
50
+ cocoapods-core (1.13.0)
51
51
  activesupport (>= 5.0, < 8)
52
52
  addressable (~> 2.8)
53
53
  algoliasearch (~> 1.0)
@@ -137,14 +137,14 @@ GEM
137
137
  tzinfo (2.0.5)
138
138
  concurrent-ruby (~> 1.0)
139
139
  unicode-display_width (2.0.0)
140
- xcodeproj (1.22.0)
140
+ xcodeproj (1.23.0)
141
141
  CFPropertyList (>= 2.3.3, < 4.0)
142
142
  atomos (~> 0.1.3)
143
143
  claide (>= 1.0.2, < 2.0)
144
144
  colored2 (~> 3.1)
145
145
  nanaimo (~> 0.3.0)
146
146
  rexml (~> 3.2.4)
147
- zeitwerk (2.6.9)
147
+ zeitwerk (2.6.11)
148
148
 
149
149
  PLATFORMS
150
150
  arm64-darwin-21
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GoNative
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
@@ -16,6 +16,8 @@
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
18
  <string>${MARKETING_VERSION}</string>
19
+ <key>GNLibraryVersion</key>
20
+ <string>${MARKETING_VERSION}</string>
19
21
  <key>CFBundleSignature</key>
20
22
  <string>????</string>
21
23
  <key>CFBundleVersion</key>
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.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hunaid Hassan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-04 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-cli