fluent-plugin-storage-mongo 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d61a645ed7ed4a892bb5ac2822da094582636b2
4
- data.tar.gz: f048bf25e7cd46fadfcf788f7907a93fb6b49711
3
+ metadata.gz: 562e570f3059695a20cc6e49ac9920822b5b4d3f
4
+ data.tar.gz: eff785a672074c9cf673e123583fb065cbd7f4ff
5
5
  SHA512:
6
- metadata.gz: 6c7a7bae61b9c6bfff65e0258ccd191bd9bd171e2676b748ed323609f3089b84816605afe1a9721870bd81c09cc8cd23869f74e62fbd1564648ff887d68febda
7
- data.tar.gz: 8c658c5bf70a7e0d4e3d2c4964e83ed16db671c57f0f98788429eaef18c081f2e9b80060d4da3a9c8539a8ee391d5ea229c5e96d241af0300cf9ede0cb5fe6af
6
+ metadata.gz: 4fc4cdceaf17a03c35dd2a5b58b8c4d503239633a00d6b91787996c05f130e31ebe9bc128a3e324f689849a91e7c69eb8e7868f83c5b977c6d25325e6ff9f43e
7
+ data.tar.gz: 56700818ac3a47379b6c896b4bfe1b5a1a6eb4708b2d158b59c5b13c822df637c982705dc2f5a1a39b45ca6d6afa1a6c825a9aba8552d05913fef4df27891ba3
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-storage-mongo"
7
- spec.version = "0.0.4"
7
+ spec.version = "0.0.5"
8
8
  spec.authors = ["Hiroshi Hatake"]
9
9
  spec.email = ["cosmo0920.oucc@gmail.com"]
10
10
 
@@ -44,10 +44,6 @@ module Fluent
44
44
  # Set persistent true by default
45
45
  config_set_default :persistent, true
46
46
 
47
- def persistent_always?
48
- true
49
- end
50
-
51
47
  attr_reader :client_options, :collection_options
52
48
 
53
49
  def initialize
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-storage-mongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroshi Hatake
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-20 00:00:00.000000000 Z
11
+ date: 2017-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  requirements: []
128
128
  rubyforge_project:
129
- rubygems_version: 2.6.8
129
+ rubygems_version: 2.6.4
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Fluentd storage plugin for MongoDB.