xcflatter 1.0.0 → 1.0.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: df6129a9e946ffeaf73450dab5b4c5beab676649cba003be2b613ed8cdbcb5c4
4
- data.tar.gz: 3f245ca20007d029c85756c6c097381a53d1cec7f45f90371bbf3fa23dd6826c
3
+ metadata.gz: 254c46bcbc1656fcdb6787abb23ebee2cf69297d2c7bb722934b0f1371dabe04
4
+ data.tar.gz: 26101b79d2ac38974ef41431a767e40651815197ebda71cb39bb5bfde6cf3adc
5
5
  SHA512:
6
- metadata.gz: 50f64afa6a3c8c787e92f519a961722dcf00b37325b78fb54ccd0d142f4a5fe68be581e4cc05ee152ec57968f1cac188b9853837481012cfc2ba635e7ac57f55
7
- data.tar.gz: 31e1d269973b5b50f305b94e0ad5d459184a026bddd2d2feed6d030ea13fe6322987a3580028e76b0fbf1ffc40690cb398cdd4654cae9c4569feed638c680666
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 not fix it](http://www.openradar.me/35879960) I made some solution for workaround this problem - flatter!
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 xCode project to root group. That's all :)
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
 
@@ -1,3 +1,3 @@
1
1
  module Flatter
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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 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.}
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", "~> 1.0"
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.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 xCode
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 xCode project
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: []