syslogify 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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NmMyYzA4MGI4MmRmOTZiYWM1MjBlMTgwZmFlNzE4YWE2MDk2ZTdlNQ==
5
+ data.tar.gz: !binary |-
6
+ Zjc3NTNhOTI0ZWRhMDczN2Y4NDI2MTJmZWNhMDg1NTc4OWNlMDhmNw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NDExYTM5ZTg5ZGY3ZGE2MDRkZWJjMWYxZjNmZTRhNTBkZTM3NzM1NmQyYjk1
10
+ YWYzMzVhYWNkMTNiMGNkMTcwMDg4ZDRiZjgyYjVlNTIxZGVlODQyZGUxZTRh
11
+ MTI0NjAzNGVjOWFkNDJmMWY0MjE1OWI2MTRkMjlkNTNkZmU4MWE=
12
+ data.tar.gz: !binary |-
13
+ MzcxYzNiZjQ3NjExYTU2YjBmOTA5YWIzNGIxMjQ5YTFmMmNlOGNlM2E5Y2U2
14
+ N2M2NzViOTI3ZjE5Y2FlNzUwOWM5NjQ1YmM3NTk5Y2I2NjdjMGQ0OThjYTVk
15
+ NDBlYmNiNGVhZThhMDU2ZDhhMmFmMDljODYwOGI3ZjkxODhkMzA=
@@ -37,7 +37,7 @@ module Syslogify
37
37
  @sink.close
38
38
 
39
39
  while line = STDIN.gets
40
- Syslog.log(Syslog::LOG_NOTICE, line.gsub('%', '%%'))
40
+ Syslog.log(Syslog::LOG_NOTICE, line.force_encoding('binary').gsub('%', '%%'))
41
41
  end
42
42
  Syslog.log(Syslog::LOG_NOTICE, 'Shutting down')
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module Syslogify
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syslogify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Julien Letessier
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-02-06 00:00:00.000000000 Z
11
+ date: 2015-06-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ~>
44
39
  - !ruby/object:Gem::Version
@@ -62,32 +57,25 @@ files:
62
57
  homepage: https://github.com/mezis/syslogify
63
58
  licenses:
64
59
  - MIT
60
+ metadata: {}
65
61
  post_install_message:
66
62
  rdoc_options: []
67
63
  require_paths:
68
64
  - lib
69
65
  required_ruby_version: !ruby/object:Gem::Requirement
70
- none: false
71
66
  requirements:
72
67
  - - ! '>='
73
68
  - !ruby/object:Gem::Version
74
69
  version: '0'
75
- segments:
76
- - 0
77
- hash: 2877256063521893788
78
70
  required_rubygems_version: !ruby/object:Gem::Requirement
79
- none: false
80
71
  requirements:
81
72
  - - ! '>='
82
73
  - !ruby/object:Gem::Version
83
74
  version: '0'
84
- segments:
85
- - 0
86
- hash: 2877256063521893788
87
75
  requirements: []
88
76
  rubyforge_project:
89
- rubygems_version: 1.8.23.2
77
+ rubygems_version: 2.4.6
90
78
  signing_key:
91
- specification_version: 3
79
+ specification_version: 4
92
80
  summary: Sends stdout and stderr to syslog.
93
81
  test_files: []