cocoapods-deintegrate 0.2.0 → 0.2.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: 7113f2f12c2b623ba3d86cfec1abbbfe1bab4dc1
4
- data.tar.gz: aeed50beacc14d4683ba2a94ef7a6a35822b74c3
3
+ metadata.gz: aa33309da52502ff50ecb0d5abf43652159ddad3
4
+ data.tar.gz: 76c91e87d81c55a00f1f9ae265640351d37ebab1
5
5
  SHA512:
6
- metadata.gz: 294ee6637d1b09376ffd5c41ea3ff33dabb68b52066685d859b9dddf4cf5488a7aabb94d1bd4ce50b26813a627d5da00d7046d4f0ff627e4d9daaaf29379f790
7
- data.tar.gz: f9627ceb0f90bdbaf76a91fe14a5bad565fc9a26f38305f9763cfcca421c4aad9f6c4f4eb9f2f46dfd01f19d9143597b10547332988ce7665073ba1934fffff9
6
+ metadata.gz: 0b96d5b9a96fd23939c2e4c9a8105cdc6d5a7a58273ea857a8059771ed87de9968b9ad6a28655819905a7230d46c8cfee6ed87d740f06f939a1cc52d81d541f5
7
+ data.tar.gz: f80b6c11b9aa941eb353090fe21c09ee7b6d3240b87e32af8d5072f74063a533ca5030a2f6fa578e0bc11e9413777dd0c4a109bf094612f94dd479129a4dd89b
@@ -1,60 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-deintegrate (0.1.1)
4
+ cocoapods-deintegrate (0.2.1)
5
5
  cocoapods (~> 0.34)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (3.2.20)
11
- i18n (~> 0.6, >= 0.6.4)
12
- multi_json (~> 1.0)
10
+ activesupport (4.2.0)
11
+ i18n (~> 0.7)
12
+ json (~> 1.7, >= 1.7.7)
13
+ minitest (~> 5.1)
14
+ thread_safe (~> 0.3, >= 0.3.4)
15
+ tzinfo (~> 1.1)
13
16
  bacon (1.2.0)
14
17
  claide (0.7.0)
15
- cocoapods (0.34.4)
16
- activesupport (>= 3.2.15, < 4)
18
+ cocoapods (0.35.0)
19
+ activesupport (>= 3.2.15)
17
20
  claide (~> 0.7.0)
18
- cocoapods-core (= 0.34.4)
19
- cocoapods-downloader (~> 0.7.2)
21
+ cocoapods-core (= 0.35.0)
22
+ cocoapods-downloader (~> 0.8.0)
20
23
  cocoapods-plugins (~> 0.3.1)
21
- cocoapods-trunk (~> 0.3.1)
22
- cocoapods-try (~> 0.4.1)
24
+ cocoapods-trunk (~> 0.4.1)
25
+ cocoapods-try (~> 0.4.2)
23
26
  colored (~> 1.2)
24
27
  escape (~> 0.0.4)
25
- json_pure (~> 1.8)
28
+ molinillo (~> 0.1.2)
26
29
  nap (~> 0.8)
27
30
  open4 (~> 1.3)
28
- xcodeproj (~> 0.19.4)
29
- cocoapods-core (0.34.4)
31
+ xcodeproj (~> 0.20.2)
32
+ cocoapods-core (0.35.0)
30
33
  activesupport (>= 3.2.15)
31
34
  fuzzy_match (~> 2.0.4)
32
35
  nap (~> 0.8.0)
33
- cocoapods-downloader (0.7.2)
36
+ cocoapods-downloader (0.8.1)
34
37
  cocoapods-plugins (0.3.2)
35
38
  nap
36
- cocoapods-trunk (0.3.1)
37
- json_pure (~> 1.8)
39
+ cocoapods-trunk (0.4.1)
38
40
  nap (>= 0.8)
39
41
  netrc (= 0.7.8)
40
- cocoapods-try (0.4.2)
42
+ cocoapods-try (0.4.3)
41
43
  colored (1.2)
42
44
  escape (0.0.4)
43
45
  fuzzy_match (2.0.4)
44
- i18n (0.6.11)
45
- json_pure (1.8.1)
46
+ i18n (0.7.0)
47
+ json (1.8.2)
46
48
  metaclass (0.0.4)
49
+ minitest (5.5.1)
47
50
  mocha (1.1.0)
48
51
  metaclass (~> 0.0.1)
49
52
  mocha-on-bacon (0.2.2)
50
53
  mocha (>= 0.13.0)
51
- multi_json (1.10.1)
54
+ molinillo (0.1.2)
52
55
  nap (0.8.0)
53
56
  netrc (0.7.8)
54
57
  open4 (1.3.4)
55
- rake (10.3.2)
56
- xcodeproj (0.19.4)
57
- activesupport (~> 3.0)
58
+ rake (10.4.2)
59
+ thread_safe (0.3.4)
60
+ tzinfo (1.2.2)
61
+ thread_safe (~> 0.1)
62
+ xcodeproj (0.20.2)
63
+ activesupport (>= 3)
58
64
  colored (~> 1.2)
59
65
 
60
66
  PLATFORMS
@@ -1,4 +1,4 @@
1
1
  module CocoapodsDeintegrate
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
4
4
 
@@ -67,9 +67,9 @@ module Pod
67
67
  UI.section("Deintegrating target #{target.name}") do
68
68
  deintegrate_target(target)
69
69
  end
70
-
71
- delete_pods_file_references(project)
72
70
  end
71
+
72
+ delete_pods_file_references(project)
73
73
  end
74
74
 
75
75
  def delete_pods_file_references(project)
@@ -119,7 +119,7 @@ module Pod
119
119
 
120
120
  pods_build_files.each do |build_file|
121
121
  UI.puts("- #{build_file.display_name}")
122
- frameworks_build_phase.remove_build_file(build_file)
122
+ frameworks_build_phase.remove_build_file(build_file)
123
123
  end
124
124
  end
125
125
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-deintegrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Fuller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-12 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods