fluent-plugin-detect-exceptions-with-error 0.0.2b → 0.0.2

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: f694ed682806ec970af3fbeab92ce5c71c4b913c
4
- data.tar.gz: 39e93e3baa55f16272de1743912592fd33777f11
3
+ metadata.gz: 8842b701aa76b2cb86d738f2b32d425c85ad9683
4
+ data.tar.gz: 0e385b65a63e7131c320070ab4a34c8df9afb841
5
5
  SHA512:
6
- metadata.gz: cc4e200b371abe0b54b9d49403352bc3e2e6ced1e61c8102d1636d9bba459e19867ac885c6083a8557c1d8b8c86825cd3bd23d515d07fd6d6e1edef493299adc
7
- data.tar.gz: b7399952d1832a5fa1a99d76cb70fda4f16ed400bcac97b75c14991d2468a4a163d81f0d72f8ea35c9a17b7d1c4c7153f6324285934e91915ad798c5e1557e3c
6
+ metadata.gz: e1aed1b0fa78c2ad4e4cfdb6927d7b229f7395beab3a5f0883c8e853097b41892fed1889c3a50b2b54087febd60102d5f493c6b36865d4aae1bec038eafb50a8
7
+ data.tar.gz: 68350756533519f6abd4b7635ef76ce180ac58ffd0f350573bb53e5743048ea46234b9cdd4bac7f7bc2841d81e38a19796e9064982bef294f20fdda83d6029e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-detect-exceptions-with-error (0.0.2b)
4
+ fluent-plugin-detect-exceptions-with-error (0.0.2)
5
5
  fluentd (~> 0.10)
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -26,7 +26,7 @@ end
26
26
  # Building the gem will use the local file mode, so ensure it's world-readable.
27
27
  desc 'Check plugin file permissions'
28
28
  task :check_perms do
29
- plugin = 'lib/fluent/plugin/out_detect_exceptions_with_error.rb'
29
+ plugin = 'lib/fluent/plugin/out_detect_exceptions.rb'
30
30
  mode = File.stat(plugin).mode & 0o777
31
31
  raise "Unexpected mode #{mode.to_s(8)} for #{plugin}" unless
32
32
  mode & 0o444 == 0o444
@@ -6,7 +6,7 @@ eos
6
6
  gem.summary = \
7
7
  'fluentd output plugin for combining error messages and stack traces as multi-line JSON logs'
8
8
  gem.license = 'Apache-2.0'
9
- gem.version = '0.0.2b'
9
+ gem.version = '0.0.2'
10
10
  gem.authors = ['Paul Boocock']
11
11
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
12
12
 
data/test/helper.rb CHANGED
@@ -43,4 +43,4 @@ unless ENV.key?('VERBOSE')
43
43
  $log = nulllogger # rubocop:disable Style/GlobalVars
44
44
  end
45
45
 
46
- require 'fluent/plugin/out_detect_exceptions_with_error'
46
+ require 'fluent/plugin/out_detect_exceptions'
@@ -13,7 +13,7 @@
13
13
  # limitations under the License.
14
14
 
15
15
  require_relative '../helper'
16
- require 'fluent/plugin/out_detect_exceptions_with_error'
16
+ require 'fluent/plugin/out_detect_exceptions'
17
17
 
18
18
  class DetectExceptionsOutputTest < Test::Unit::TestCase
19
19
  def setup
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-detect-exceptions-with-error
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2b
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Boocock
@@ -74,13 +74,11 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - CONTRIBUTING
77
- - fluent-plugin-detect-exceptions-with-error-0.0.2.gem
78
- - fluent-plugin-detect-exceptions-with-error-0.0.2a.gem
79
77
  - fluent-plugin-detect-exceptions-with-error.gemspec
80
78
  - Gemfile
81
79
  - Gemfile.lock
82
80
  - lib/fluent/plugin/exception_detector.rb
83
- - lib/fluent/plugin/out_detect_exceptions_with_error.rb
81
+ - lib/fluent/plugin/out_detect_exceptions.rb
84
82
  - LICENSE
85
83
  - Rakefile
86
84
  - README.rdoc
@@ -103,9 +101,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
101
  version: '2.0'
104
102
  required_rubygems_version: !ruby/object:Gem::Requirement
105
103
  requirements:
106
- - - '>'
104
+ - - '>='
107
105
  - !ruby/object:Gem::Version
108
- version: 1.3.1
106
+ version: '0'
109
107
  requirements: []
110
108
  rubyforge_project:
111
109
  rubygems_version: 2.0.14.1