cocoapods-art 0.9.4 → 0.9.5

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: 23709b2915ab84a7a7f96cc73629a902efd4032b
4
- data.tar.gz: 30fa944c4ca72702b1db8453f12dbc691c7703a4
3
+ metadata.gz: 5c210a12b7f7ef0c04d1c837bdc5e34cf1aee998
4
+ data.tar.gz: 95824cdf325060ef935b5068139aca259b595cc5
5
5
  SHA512:
6
- metadata.gz: 25fe354ba01024cb2b7c844fffb19b36662713e88a5a3ebb42e972e9cf6a30e843d9e9edc9b8a2a0a3dd7d5254cdad4d095c11b142cd2cdb1573c92ce729b6c0
7
- data.tar.gz: 4716b0dac0f91db73ee48aa654327255f9f0377fbdb2955c7a2b8c71b1f2c5cebe3390de2bbea165ba32ee28ec8a26e180937954593fdd14e43a5a2f65bd3388
6
+ metadata.gz: e7a3899e8935eb6b0ae64f19d4fc3d83aee3fc236793833dab1dade9157e7661c6ab96e6207a263890464feb22b96ca21b81e24fd16458cb775b4899ac553bca
7
+ data.tar.gz: 38138f091bd82a3e405651f20938eb79369555c08ec0bab6364dddc763ef07611bd43e30561da9a513a21e5d4fff09f77cfdb57ddb88c17bc8ce0b1e18821c42
data/README.md CHANGED
@@ -9,7 +9,7 @@ A CocoaPods Plugin to work with Artifactory Repository
9
9
  ## Client Configuration
10
10
  To add an Artifactory repository named 'myRepo' to your client:
11
11
  ```
12
- pod repo-art add http://art-prod.company.com:8081/artifactory/api/pods/myRepo
12
+ pod repo-art add artifactory-local http://art-prod.company.com:8081/artifactory/api/pods/myRepo
13
13
  ```
14
14
 
15
15
  To use 'myRepo' to resolve pods when installing you must add the following to your Podfile:
@@ -2,5 +2,5 @@
2
2
  # The namespace of the CocoaPods Artifactory plugin.
3
3
  #
4
4
  module CocoaPodsArt
5
- VERSION = '0.9.4'
5
+ VERSION = '0.9.5'
6
6
  end
@@ -68,7 +68,7 @@ module Pod
68
68
  if options.key?(:indexDownload)
69
69
  true
70
70
  else
71
- false
71
+ orig_should_flatten?
72
72
  end
73
73
  end
74
74
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-art
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Feldman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-08 00:00:00.000000000 Z
11
+ date: 2016-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler