le 2.2.8 → 2.2.9

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/LE.gemspec +3 -1
  3. data/lib/le/host/http.rb +1 -1
  4. metadata +12 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 84d1ea5039bc8264fe26850b807253c23ac5a5f6
4
+ data.tar.gz: 768cc4836bdad93ca95270424949ab1b7ebe477a
5
+ SHA512:
6
+ metadata.gz: 9189e9168f16f77db1cc7883f5a52b5d6c62fcfef32fef403f74f62a652a0ee2a3ce2070c9bd9f0a595e87d697407d57cfaec22e4bb3ef51f66f3cca71d9de4e
7
+ data.tar.gz: 4876d219250d9e171d2b6dfc9fd61665c099cda60edb1cbe38f11b30388ffec9a93377563928a7e17850cf3fa0d4b23693dafc2089025a1c63f318f480d3ddd8
data/LE.gemspec CHANGED
@@ -3,11 +3,13 @@ require File.expand_path(File.join(dir, 'lib', 'le'))
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "le"
6
- s.version = "2.2.8"
6
+ s.version = "2.2.9"
7
7
  s.date = Time.now
8
8
  s.summary = "Logentries plugin"
9
+ s.licenses = ["MIT"]
9
10
  s.description =<<EOD
10
11
 
12
+
11
13
  EOD
12
14
 
13
15
  s.authors = ["Mark Lacomber"]
@@ -201,7 +201,7 @@ S5ol3bQmY1mv78XKkOk=
201
201
 
202
202
  private
203
203
  def random_message_id
204
- @random_message_id_sample_space ||= ('0'..'9').to_a + ('A'..'Z').to_a
204
+ @random_message_id_sample_space ||= ('0'..'9').to_a.concat(('A'..'Z').to_a)
205
205
  (0..5).map{ @random_message_id_sample_space.sample }.join
206
206
  end
207
207
  end
metadata CHANGED
@@ -1,50 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: le
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.8
5
- prerelease:
4
+ version: 2.2.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mark Lacomber
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-05-23 00:00:00.000000000 Z
11
+ date: 2014-05-30 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! '
13
+ description: |2+
14
+
15
15
 
16
- '
17
16
  email: mark.lacomber@logentries.com
18
17
  executables: []
19
18
  extensions: []
20
19
  extra_rdoc_files: []
21
20
  files:
22
21
  - LE.gemspec
23
- - ./lib/le/host/http.rb
24
22
  - ./lib/le/host.rb
23
+ - ./lib/le/host/http.rb
25
24
  - ./lib/le.rb
26
25
  homepage: https://github.com/logentries/le_ruby
27
- licenses: []
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
28
29
  post_install_message:
29
30
  rdoc_options: []
30
31
  require_paths:
31
32
  - lib
32
33
  required_ruby_version: !ruby/object:Gem::Requirement
33
- none: false
34
34
  requirements:
35
- - - ! '>='
35
+ - - '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
- none: false
40
39
  requirements:
41
- - - ! '>='
40
+ - - '>='
42
41
  - !ruby/object:Gem::Version
43
42
  version: '0'
44
43
  requirements: []
45
44
  rubyforge_project:
46
- rubygems_version: 1.8.11
45
+ rubygems_version: 2.1.8
47
46
  signing_key:
48
- specification_version: 3
47
+ specification_version: 4
49
48
  summary: Logentries plugin
50
49
  test_files: []