cocoapods-core 0.36.3 → 0.36.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbf96d2668613921e33723a3829f3f91abaa04b3
4
- data.tar.gz: 3305d656639abc75242f1531c087caaaf94b54f0
3
+ metadata.gz: 7b7e35af6877edea195596f93ad2f089e69970cf
4
+ data.tar.gz: e565541f2b3651f518651490d5e7b991fe63b695
5
5
  SHA512:
6
- metadata.gz: 8feb6bf4c9d29d8836dd890b54fcba7d08b576fa8b5fb0e879a162860c1dad5e974febb45bb08cd272a32eaa321f7dfcb102af8a8ada4303f7b326e109ee6ef6
7
- data.tar.gz: 2b0d795f031c6054711b1a2af7d3c5788099f30c475f903584c939b5e8d03cd01d6d89ad620779fa99d69bb9c84b7160d2d546630662d143f58544425feefa67
6
+ metadata.gz: 87cb7626b2fae022787b41938ef3e6081ee6e29c2e511eec600c40709cfda9112a1a994de65531cd1b81f53b86feea95e5540396e51e0b32f0fb54c26cb509f8
7
+ data.tar.gz: e85df625afcde787cc000a2a6ad9c821328fb49923d61a3902d9d592b00561bb80bc3d56b7ec14584c3963ccff277e52f9adc386459f37660549679e8812dd80
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '0.36.3' unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '0.36.4' unless defined? Pod::CORE_VERSION
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.3
4
+ version: 0.36.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,62 +9,62 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-31 00:00:00.000000000 Z
12
+ date: 2015-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - '>='
19
19
  - !ruby/object:Gem::Version
20
20
  version: 3.2.15
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - '>='
26
26
  - !ruby/object:Gem::Version
27
27
  version: 3.2.15
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: nap
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: 0.8.0
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: 0.8.0
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: fuzzy_match
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ~>
47
47
  - !ruby/object:Gem::Version
48
48
  version: 2.0.4
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: 2.0.4
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: bacon
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: '1.1'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ~>
68
68
  - !ruby/object:Gem::Version
69
69
  version: '1.1'
70
70
  description: |-
@@ -78,9 +78,6 @@ executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
80
80
  files:
81
- - LICENSE
82
- - README.md
83
- - lib/cocoapods-core.rb
84
81
  - lib/cocoapods-core/core_ui.rb
85
82
  - lib/cocoapods-core/dependency.rb
86
83
  - lib/cocoapods-core/gem_version.rb
@@ -89,34 +86,37 @@ files:
89
86
  - lib/cocoapods-core/lockfile.rb
90
87
  - lib/cocoapods-core/metrics.rb
91
88
  - lib/cocoapods-core/platform.rb
92
- - lib/cocoapods-core/podfile.rb
93
89
  - lib/cocoapods-core/podfile/dsl.rb
94
90
  - lib/cocoapods-core/podfile/target_definition.rb
91
+ - lib/cocoapods-core/podfile.rb
95
92
  - lib/cocoapods-core/requirement.rb
96
- - lib/cocoapods-core/source.rb
97
93
  - lib/cocoapods-core/source/acceptor.rb
98
94
  - lib/cocoapods-core/source/aggregate.rb
99
95
  - lib/cocoapods-core/source/health_reporter.rb
100
- - lib/cocoapods-core/specification.rb
96
+ - lib/cocoapods-core/source.rb
101
97
  - lib/cocoapods-core/specification/consumer.rb
102
- - lib/cocoapods-core/specification/dsl.rb
103
98
  - lib/cocoapods-core/specification/dsl/attribute.rb
104
99
  - lib/cocoapods-core/specification/dsl/attribute_support.rb
105
100
  - lib/cocoapods-core/specification/dsl/deprecations.rb
106
101
  - lib/cocoapods-core/specification/dsl/platform_proxy.rb
102
+ - lib/cocoapods-core/specification/dsl.rb
107
103
  - lib/cocoapods-core/specification/json.rb
108
- - lib/cocoapods-core/specification/linter.rb
109
104
  - lib/cocoapods-core/specification/linter/analyzer.rb
110
105
  - lib/cocoapods-core/specification/linter/result.rb
106
+ - lib/cocoapods-core/specification/linter.rb
111
107
  - lib/cocoapods-core/specification/root_attribute_accessors.rb
112
- - lib/cocoapods-core/specification/set.rb
113
108
  - lib/cocoapods-core/specification/set/presenter.rb
109
+ - lib/cocoapods-core/specification/set.rb
110
+ - lib/cocoapods-core/specification.rb
114
111
  - lib/cocoapods-core/standard_error.rb
115
- - lib/cocoapods-core/vendor.rb
116
112
  - lib/cocoapods-core/vendor/requirement.rb
117
113
  - lib/cocoapods-core/vendor/version.rb
114
+ - lib/cocoapods-core/vendor.rb
118
115
  - lib/cocoapods-core/version.rb
119
116
  - lib/cocoapods-core/yaml_helper.rb
117
+ - lib/cocoapods-core.rb
118
+ - README.md
119
+ - LICENSE
120
120
  homepage: https://github.com/CocoaPods/CocoaPods
121
121
  licenses:
122
122
  - MIT
@@ -127,17 +127,17 @@ require_paths:
127
127
  - lib
128
128
  required_ruby_version: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - ">="
130
+ - - '>='
131
131
  - !ruby/object:Gem::Version
132
132
  version: 2.0.0
133
133
  required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - ">="
135
+ - - '>='
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.4.6
140
+ rubygems_version: 2.0.14
141
141
  signing_key:
142
142
  specification_version: 3
143
143
  summary: The models of CocoaPods