ensure_xcode_has_no_ci_sources 1.1.0 → 1.1.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
  SHA1:
3
- metadata.gz: 60a4ff9d1d4f55ac6c0311b1cc85a8fe59ba1084
4
- data.tar.gz: 7cf11bbfbd1b5942a9dc50297fb77484e590109e
3
+ metadata.gz: 0866e18a089bffd74a84a91ca20a6df5d0d95a7d
4
+ data.tar.gz: 642055fe25b9e40cd505ad05cd11a18d7aa813c3
5
5
  SHA512:
6
- metadata.gz: a6c735aae4a59df44180eb905ae2667d02b28b9b558bc70e183784edeab5ba94f4d6499fab491b099ebf2237925a07b1e4ce153c860a1fc53a733f50c4bfa015
7
- data.tar.gz: 85562c29f6cbd7e6530bdd73a87fd6543cbd15961f77fd0e4af8f103e0974313ebf0d29880f797f2762dfafafb76f26a505192489d58e59ea804d78d0b2e8b88
6
+ metadata.gz: 42225fc14fc90e63ce142dd760d6da54f6b3608c650267d6505f3794ed606645356063924b48a529a6366fb38e456df5116e96a4e34e480c159355f0f92c7c7b
7
+ data.tar.gz: 92c9ef7ca3927d628607a92c57a4e434f510042b9c241df7e5a44b20b8d7741cc194deae9b3faa31000b2d8efa68dada1745016c330f65cf3ef779048b59125d
data/README.md CHANGED
@@ -7,6 +7,8 @@ My teammate suggested to rename it to `UBTypedJSONDictionary`, since Foundation
7
7
  I agreed, and rename the class on Xcode.
8
8
  And, it broke the build on another teammate's Mac, because his Mac has case sensitive file system.
9
9
 
10
+ ![Source code not found](https://raw.githubusercontent.com/soutaro/ensure_xcode_has_no_ci_sources/master/xcode.png)
11
+
10
12
  Xcode renamed filename in its project, but does not rename real file.
11
13
 
12
14
  This command is to find such files: an source code which has differently cased name in file system than Xcode project.
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.add_dependency 'xcodeproj', "~> 0.28"
22
+ spec.add_dependency 'xcodeproj', "~> 1.0.0"
23
23
  spec.add_dependency 'rainbow', "~> 2.1"
24
24
  spec.add_development_dependency "bundler", "~> 1.11"
25
25
  spec.add_development_dependency "rake", "~> 10.0"
@@ -1,3 +1,3 @@
1
1
  module EnsureXcodeHasNoCiSources
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
data/xcode.png ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ensure_xcode_has_no_ci_sources
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soutaro Matsumoto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-11 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.28'
19
+ version: 1.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.28'
26
+ version: 1.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rainbow
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -104,6 +104,7 @@ files:
104
104
  - lib/ensure_xcode_has_no_ci_sources/cli.rb
105
105
  - lib/ensure_xcode_has_no_ci_sources/test.rb
106
106
  - lib/ensure_xcode_has_no_ci_sources/version.rb
107
+ - xcode.png
107
108
  homepage: https://github.com/soutaro/ensure_xcode_has_no_ci_sources
108
109
  licenses:
109
110
  - MIT