azure_event_grid 0.18.0 → 0.18.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 +4 -4
- data/lib/2018-01-01/generated/azure_event_grid/event_grid_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c8ecf52c29dfd127571a24e0dc89549bff68b5500772c5b1b2e7ba2c81e0e93
|
|
4
|
+
data.tar.gz: a1b285f6958b925d61c6f3b6ae07ec7ff139b320407a6be03cd076e761d6797d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce9fb8f743fb187d6f9d4a96f0953b87146ed60740c5085082d3d4b25fdb6acd2f62e6dd4d705e2d5949bbcae4a66706a23077be0d13ea8ec3a21b74c342af3
|
|
7
|
+
data.tar.gz: cc11f2c429176a6dcac16c1650047b059430bb806df511d449024d7521f4c7dfc157b3568ad2dbe12b94532a3203a03061d3a78e4d07589f30d71b60b489da50
|
|
@@ -227,7 +227,7 @@ module Azure::EventGrid::V2018_01_01
|
|
|
227
227
|
#
|
|
228
228
|
def add_telemetry
|
|
229
229
|
sdk_information = 'azure_event_grid'
|
|
230
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
230
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
|
231
231
|
add_user_agent_information(sdk_information)
|
|
232
232
|
end
|
|
233
233
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_event_grid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: 0.12.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
82
|
+
version: 0.12.0
|
|
83
83
|
description: Microsoft Azure Event Grid Client Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|
|
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
203
|
version: '0'
|
|
204
204
|
requirements: []
|
|
205
205
|
rubyforge_project:
|
|
206
|
-
rubygems_version: 2.7.
|
|
206
|
+
rubygems_version: 2.7.8
|
|
207
207
|
signing_key:
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Official Ruby client library to consume Microsoft Azure Event Grid.
|