fluent-plugin-google-cloud 0.6.25.pre.3 → 0.6.25.pre.4
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/fluent-plugin-google-cloud.gemspec +1 -1
- data/lib/fluent/plugin/filter_add_insert_ids.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7296f9b00c9eaa7eb1f7f1cd5d2b1ba697fe1a5f
|
|
4
|
+
data.tar.gz: 33565190d0981006eeaab6ba51532d6e7bf799fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba044a669139d932225afcd2a80cfbb0137527c34c6e272a0567593e3322aa46b01ad0a347654c48700be041dbd741b3c5c33fcc195dbda4283b9debbbd269b0
|
|
7
|
+
data.tar.gz: c240a12403da2bd97fb9fb5afc5439bade3927852befca1c55ae575a6c7cb64241e2b47057ea90c27573811b11f4f146e65b5404aef30c0301cd0bb7b2b194b6
|
|
@@ -10,7 +10,7 @@ eos
|
|
|
10
10
|
gem.homepage =
|
|
11
11
|
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
|
|
12
12
|
gem.license = 'Apache-2.0'
|
|
13
|
-
gem.version = '0.6.25.pre.
|
|
13
|
+
gem.version = '0.6.25.pre.4'
|
|
14
14
|
gem.authors = ['Stackdriver Agents Team']
|
|
15
15
|
gem.email = ['stackdriver-agents@google.com']
|
|
16
16
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
-
require 'fluent/plugin/filter'
|
|
16
|
-
|
|
17
15
|
module Fluent
|
|
18
16
|
# Fluentd filter plugin for adding insertIds to guarantee log entry order
|
|
19
17
|
# and uniqueness.
|