cocoapods-azure-universal-packages2 0.0.2 → 0.0.4

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
  SHA256:
3
- metadata.gz: 368e5302eaca17fa677983c968323d3a06e41828941188c2b8dc4986564f6d3f
4
- data.tar.gz: 17cbafd4f8a575abccd7f04868b52af6d5fba5c037f50da2615fac5e75c95e24
3
+ metadata.gz: 83b4e1d2f489774a4e00d99969f98c1183065d8231d46bd32f4106121a44cdd5
4
+ data.tar.gz: 5cad102762b7ce5e1b2f2d7b238ce22319eb794ef5385ded4ca8703e043cd62f
5
5
  SHA512:
6
- metadata.gz: 8ac5fce4c7f03dc82006e7c427ba4762d8fd85563b43fb6115e21e3a151b5ba8cec2d78f1f9be3b5eb0f1258b3de80aa7c8b6f69839c86b4a31ae05dd53e4057
7
- data.tar.gz: 4ad53ca723966a8a0df9f6be43442c1eac104bfa9f38ddbef38d688251324d505f2f326448bc4f2b7236ed4a849e92aee8508b44e8a303895ab80031db7e1f12
6
+ metadata.gz: c3a1e0b1f7b27f4c6480ccccc86e6b9e442f56a15de54e7599508d626f17416edecb46e5742234649a39801e19adaa236689b3d20304b05a0b4f2c4f473a3927
7
+ data.tar.gz: 01cdf31eb03992fcca3517332545a104c1315d3c14ac10377095dca1f1f0212bd85838a9adfcc1151d1c717a358462e15815129e6767f2d9d1df72f8695499c8
data/README.md CHANGED
@@ -32,7 +32,7 @@ _Note:_ The plugin will install the Azure CLI [DevOps extension](https://github.
32
32
  Add to your Podfile
33
33
  ```Ruby
34
34
  plugin 'cocoapods-azure-universal-packages2', {
35
- :organization => '{{ORGANIZATION_URL}}'
35
+ organization: '{{ORGANIZATION_URL}}'
36
36
  }
37
37
  ```
38
38
  replacing `{{ORGANIZATION_URL}}` with the base URL of your Azure Artifacts feed (for example: `https://pkgs.dev.azure.com/myorg`).
@@ -40,10 +40,10 @@ replacing `{{ORGANIZATION_URL}}` with the base URL of your Azure Artifacts feed
40
40
  Then, in your podspec set the pod's source to
41
41
  ```Ruby
42
42
  # For project scoped feeds:
43
- spec.source = { :http => '{{ORGANIZATION_URL}}/{{PROJECT}}/_apis/packaging/feeds/{{FEED}}/upack/packages/{{PACKAGE}}/versions/{{VERSION}}' }
43
+ spec.source = { http: '{{ORGANIZATION_URL}}/{{PROJECT}}/_apis/packaging/feeds/{{FEED}}/upack/packages/{{PACKAGE}}/versions/{{VERSION}}' }
44
44
 
45
45
  # For organization scoped feeds:
46
- spec.source = { :http => '{{ORGANIZATION_URL}}/_apis/packaging/feeds/{{FEED}}/upack/packages/{{PACKAGE}}/versions/{{VERSION}}' }
46
+ spec.source = { http: '{{ORGANIZATION_URL}}/_apis/packaging/feeds/{{FEED}}/upack/packages/{{PACKAGE}}/versions/{{VERSION}}' }
47
47
  ```
48
48
  where:
49
49
  - `{{ORGANIZATION_URL}}` is the URL of your feed's organization
@@ -1,3 +1,3 @@
1
1
  module CocoapodsAzureUniversalPackages
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-azure-universal-packages2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurimas Šeputis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-15 00:00:00.000000000 Z
11
+ date: 2024-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -96,21 +96,24 @@ dependencies:
96
96
  version: '2.0'
97
97
  description:
98
98
  email:
99
+ - inbox@rbviz.com
99
100
  executables: []
100
101
  extensions: []
101
102
  extra_rdoc_files: []
102
103
  files:
103
- - LICENSE
104
104
  - README.md
105
105
  - lib/cocoapods-azure-universal-packages2.rb
106
106
  - lib/cocoapods-azure-universal-packages2/azure_universal_package_downloader.rb
107
107
  - lib/cocoapods-azure-universal-packages2/gem_version.rb
108
108
  - lib/cocoapods-azure-universal-packages2/pre_install.rb
109
109
  - lib/cocoapods_plugin.rb
110
- homepage: https://github.com/rbviz/cocoapods-azure-universal-packages
110
+ homepage: https://github.com/rbviz/cocoapods-azure-universal-packages2
111
111
  licenses:
112
112
  - MIT
113
- metadata: {}
113
+ metadata:
114
+ bug_tracker_uri: https://github.com/rbviz/cocoapods-azure-universal-packages2/issues
115
+ homepage_uri: https://github.com/rbviz/cocoapods-azure-universal-packages2
116
+ source_code_uri: https://github.com/rbviz/cocoapods-azure-universal-packages2
114
117
  post_install_message:
115
118
  rdoc_options: []
116
119
  require_paths:
@@ -119,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
122
  requirements:
120
123
  - - ">="
121
124
  - !ruby/object:Gem::Version
122
- version: '0'
125
+ version: 2.7.0
123
126
  required_rubygems_version: !ruby/object:Gem::Requirement
124
127
  requirements:
125
128
  - - ">="
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) Microsoft Corporation.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE