azure_app_config 1.1.0 → 1.1.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
  SHA256:
3
- metadata.gz: 6d51b12b4038acbf9c955079b82f38ee1176b6a4e68d6f2e84a5d8a9cf0b3aca
4
- data.tar.gz: cb6225e1f74f7f76382d1940c6aa273168e11a974e2c8c059815d0d543d686a3
3
+ metadata.gz: e62c425fc7ab56bcabb477aad0b2d4a4e1b4b91e966ebb0887a93815d76c00ea
4
+ data.tar.gz: bcba151efadc9ca4f64bc3c42dd8750ffbf5a0fb54ff95ee3bcc63f7cec318ed
5
5
  SHA512:
6
- metadata.gz: 4aa6ab1cce31d0664a70d4fe06d247f1390870ed5b51f827895ca84312bc680469e47e30cca046f2e0f1439961760cf5ca8db971da660bebaaaed554c4a48f1a
7
- data.tar.gz: ad6a927d2d8e1d97ef98fc08316382f93fc92c85855ce95c6d749aadfe3d26d100a26e49d1282496c65866701f4ed8f73c2bdbe5b72667e83b8c83d3df5ff6ef
6
+ metadata.gz: 7e826927fdfff3b95edf8fb2ad0f407eb7fb488ea3511b3cc31d6c8bd79b06f4dfa8bdc3f41368ec5454faa38bc171385cffed486ad90c08f501a473e766ac76
7
+ data.tar.gz: b4d116a20c8bf561dd053b7acdfb891a700cf46650a1bcc45604cc1a2d6716c28ff2d9a6cbdd89d000acdb1e3e33963b72d4363a972b943df274e1a1622e578d
@@ -38,7 +38,7 @@ module AzureAppConfig
38
38
  end
39
39
 
40
40
  def labels(name: nil)
41
- name, _ = normalise_parameters(name: name, label: nil)
41
+ name, = normalise_parameters(name: name, label: nil)
42
42
  path = "/labels"
43
43
 
44
44
  query_params = URI.encode_www_form(name: name.join(","))
@@ -3,7 +3,7 @@
3
3
  require_relative "azure_app_config/base"
4
4
 
5
5
  module AzureAppConfig
6
- VERSION = "1.1.0"
6
+ VERSION = "1.1.1"
7
7
 
8
8
  class InvalidTypeError < StandardError; end
9
9
  class ExceededLimitError < StandardError; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tejas Shetty
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-09 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An unofficial Azure App Configuration API Client written in Ruby.
14
14
  email: