cocoapods-core 1.2.0 → 1.2.1.beta.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d55baae140d95a72d4066bb9bf3f40882b56f6b
4
- data.tar.gz: 6735896a458a76a2d26cda5bb6be849739a790d6
3
+ metadata.gz: 27e09d95d1cc90bb053c65dfde055af3a2c01dc9
4
+ data.tar.gz: ddadde449376fb22aab95acead74d58a63fb35f6
5
5
  SHA512:
6
- metadata.gz: 39857c8a8a290e1ecb5c15e984c38ab44b7b9d0d51ea0e916df631d9ac43c9d1c063c83a12d9fa18a87a91f8b3cb72fbe816b824202435617ba6e4c364621328
7
- data.tar.gz: 40d9243c382e666f66da45859689752ca6c726ea126a665c6fdd70c9dfd046c4f76541628ed7629dca31ec68e5816e128fb72904e3b819d04fc0558b64f941e7
6
+ metadata.gz: 97348869fbd4ea0972f8f8d8fc176395518cf861e007a140dafae342c2820f92cdfe4288f65bdd6e68bf90e296d3b61377ec799ac30f8ac5d1f66e49d5bbc1b9
7
+ data.tar.gz: a200d560629dc9a3e7469d1e332063328e1ec783398076453fd1bc98f80d4bac53b92dc25ab2424986091b72f8f09cfe57752fd3a22cf01805d21ee54a4dcaf7
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.2.0'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.2.1.beta.1'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -277,7 +277,7 @@ module Pod
277
277
 
278
278
  if contents.tr!('“”‘’‛', %(""'''))
279
279
  # Changes have been made
280
- CoreUI.warn "Your #{path.basename} has had smart quotes sanitised. " \
280
+ CoreUI.warn "Smart quotes were detected and ignored in your #{path.basename}. " \
281
281
  'To avoid issues in the future, you should not use ' \
282
282
  'TextEdit for editing it. If you are not using TextEdit, ' \
283
283
  'you should turn off smart quotes in your editor of choice.'
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: 1.2.0
4
+ version: 1.2.1.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-28 00:00:00.000000000 Z
12
+ date: 2017-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport