kintsugi 0.7.4 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/kintsugi.gemspec +1 -1
- data/lib/kintsugi/apply_change_to_project.rb +8 -9
- data/lib/kintsugi/version.rb +1 -1
- data/spec/kintsugi_apply_change_to_project_spec.rb +205 -291
- metadata +4 -7
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kintsugi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Yohay
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: tty-prompt
|
@@ -33,7 +32,7 @@ dependencies:
|
|
33
32
|
version: 1.19.0
|
34
33
|
- - "<="
|
35
34
|
- !ruby/object:Gem::Version
|
36
|
-
version: 1.
|
35
|
+
version: 1.24.0
|
37
36
|
type: :runtime
|
38
37
|
prerelease: false
|
39
38
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +42,7 @@ dependencies:
|
|
43
42
|
version: 1.19.0
|
44
43
|
- - "<="
|
45
44
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
45
|
+
version: 1.24.0
|
47
46
|
- !ruby/object:Gem::Dependency
|
48
47
|
name: git
|
49
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -169,7 +168,6 @@ homepage: https://github.com/Lightricks/Kintsugi
|
|
169
168
|
licenses:
|
170
169
|
- MIT
|
171
170
|
metadata: {}
|
172
|
-
post_install_message:
|
173
171
|
rdoc_options: []
|
174
172
|
require_paths:
|
175
173
|
- lib
|
@@ -185,7 +183,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
183
|
version: '0'
|
186
184
|
requirements: []
|
187
185
|
rubygems_version: 3.6.0.dev
|
188
|
-
signing_key:
|
189
186
|
specification_version: 4
|
190
187
|
summary: pbxproj files git conflicts solver
|
191
188
|
test_files:
|