xcflatter 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +2 -2
- data/lib/xcflatter/version.rb +1 -1
- data/xcflatter.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 254c46bcbc1656fcdb6787abb23ebee2cf69297d2c7bb722934b0f1371dabe04
|
|
4
|
+
data.tar.gz: 26101b79d2ac38974ef41431a767e40651815197ebda71cb39bb5bfde6cf3adc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd84070abd7bfd8c4ba21437556eec56a619f4c60fa02bb2167b383e8581bd39df26fee0b5df86d8cf15438cfa48b3eb77469777f6332ba19ead2162dc446750
|
|
7
|
+
data.tar.gz: 82527258db4eaac85cf5562c3f2b2336f5a67ea676dbd7e3815a7e1b9c3104036f139d83dca17b93602a50dbabb5ad4f04d2d8e0673348e265b37ac5dfa3ba5c
|
data/README.md
CHANGED
|
@@ -4,9 +4,9 @@ Faced with similar problem?
|
|
|
4
4
|
|
|
5
5
|
> 🚨 `error: unable to spawn process (Argument list too long)`
|
|
6
6
|
|
|
7
|
-
Until [Apple
|
|
7
|
+
Until [Apple fixes problem](http://www.openradar.me/35879960) you can use `flatter` as workaround solution.
|
|
8
8
|
|
|
9
|
-
Flatter is a gem which move all swift files in
|
|
9
|
+
Flatter is a gem which simply move all swift files in Xcode project to root group. That's all :)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
data/lib/xcflatter/version.rb
CHANGED
data/xcflatter.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Gregory Berngardt"]
|
|
10
10
|
spec.email = ["gregoryvit@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Flatter is a gem which move all files with specific extension in
|
|
13
|
-
spec.description = %q{Flatter is a gem which move all files with specific extension in
|
|
12
|
+
spec.summary = %q{Flatter is a gem which move all files with specific extension in Xcode project to root group.}
|
|
13
|
+
spec.description = %q{Flatter is a gem which move all files with specific extension in Xcode project to root group.}
|
|
14
14
|
spec.homepage = "https://github.com/gregoryvit/flatter"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
|
|
26
26
|
spec.add_development_dependency "bundler", "~> 1.17"
|
|
27
27
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
28
|
-
spec.add_dependency "xcodeproj", "
|
|
28
|
+
spec.add_dependency "xcodeproj", ">= 1.0"
|
|
29
29
|
|
|
30
30
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcflatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregory Berngardt
|
|
@@ -42,17 +42,17 @@ dependencies:
|
|
|
42
42
|
name: xcodeproj
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '1.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '1.0'
|
|
55
|
-
description: Flatter is a gem which move all files with specific extension in
|
|
55
|
+
description: Flatter is a gem which move all files with specific extension in Xcode
|
|
56
56
|
project to root group.
|
|
57
57
|
email:
|
|
58
58
|
- gregoryvit@gmail.com
|
|
@@ -96,6 +96,6 @@ rubyforge_project:
|
|
|
96
96
|
rubygems_version: 2.7.8
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 4
|
|
99
|
-
summary: Flatter is a gem which move all files with specific extension in
|
|
99
|
+
summary: Flatter is a gem which move all files with specific extension in Xcode project
|
|
100
100
|
to root group.
|
|
101
101
|
test_files: []
|