syslog_protocol_barthv 0.9.2dev1 → 0.9.3

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: c2676c41d5f975e29960d665b49928ed6808870d
4
- data.tar.gz: 70c851fd0c496a93c5b9b8f30f3d5ca778cd61b9
3
+ metadata.gz: bbad3a2426ce088308ff834bd5c80c9f61487e17
4
+ data.tar.gz: 90156843379075e3fc0c6b0a7392a20aa1e2326a
5
5
  SHA512:
6
- metadata.gz: 04ec3aad07b2f46b6f0d2cbb7ee1bfcf43625ca15ce3eb3477dbdb094e134950213fd7f6094c6a7011bc185fb60fcf3c7f82a1ae0a9e4bd6cf8278ff8f47bc5a
7
- data.tar.gz: b2c0f5e1353c142ff1a87b7398c8dffc68b8354c9958ba506baba951f477daa22d4bef14f0b6d2e512dace111e1163665778be9374fdff07cba0e747bd06b4f8
6
+ metadata.gz: 3fdc8c92f6695af545745c861d6c39085534320f1a5d4854f90c48a048dc2a36a422018401e6f4f44b17d7de32d61724cb831e83633e037ba492d0893c56ff7b
7
+ data.tar.gz: 70dacc09bbd976c25c4b03ecc5d1e409fbb079df5b6fa26bd077b0875e3f6356387bcf43f2449b2a0587677b330e65d1f428cd6272f24f2bf08a53304200b767
@@ -111,7 +111,7 @@ module SyslogProtocol
111
111
 
112
112
  def generate_timestamp
113
113
  time = @time || Time.now
114
- time.strftime("%Y-%m-%dT%k:%M:%S.%6N%z")
114
+ time.strftime("%Y-%m-%dT%k:%M:%S.%6N%:z")
115
115
  end
116
116
 
117
117
  if "".respond_to?(:bytesize)
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'syslog_protocol_barthv'
16
- s.version = '0.9.2dev1'
16
+ s.version = '0.9.3'
17
17
  s.date = "2009-08-01"
18
18
  # s.rubyforge_project = 'syslog_protocol'
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syslog_protocol_barthv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2dev1
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Douglas
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">"
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 1.3.1
69
+ version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
72
  rubygems_version: 2.6.8