sinatra-logentries 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/lib/sinatra-logentries/version.rb +1 -1
- data/sinatra-logentries.gemspec +1 -1
- metadata +9 -19
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YjYyMGUzZGJjODZiN2M1NTE5ZjAyOGVhMDFjODY0MTc1Yjk5Mzg3Ng==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MTkxY2QxN2FkMzNjYzBiNDBiNTAxYTQxYTk0MmY1NDljNGYxZDYxZA==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YzMwNjNhNjM0Yzg3YzkzMDhkMTQ4Y2U5YmZmNTQ1MWIxOWVmMWZiMzdlMWE0
|
10
|
+
ODkwNTUwNWE1NmViOWFiZmY5ZDc2ODdjYWExNGVlZjkwYmVmYmZjOWM1NWMz
|
11
|
+
NDNiM2NlMjU4MjQ3N2Q4MDI5YzYyNzgwNjU1MWQ4YzhmYjM5MzQ=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MzkzNmEzNGE1ZDM4ZWYyNzFhOGE0NGEyOGRjYWVhMGVkOGI0MDQ2ODhhNDA2
|
14
|
+
ZjEzYjAwNzQ2MDAxYTNkZTNiNDA0M2Q1NTk4OWM0MTYzMzRjNjVlYjc1ZTQ1
|
15
|
+
ZDQ4NGU5MjJhOWYyNjI2ZWQzOGMyYzg4Mjc4NTJiYzk5YmRjMzM=
|
data/sinatra-logentries.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|
12
12
|
gem.summary = %q{Easy logging in Sinatra with Logentries}
|
13
13
|
gem.homepage = %q{http://github.com/tsantef/sinatra-logentries}
|
14
14
|
|
15
|
-
gem.add_dependency("le", "2.
|
15
|
+
gem.add_dependency("le", ">= 2.1.6")
|
16
16
|
gem.files = `git ls-files`.split($/)
|
17
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
18
18
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
metadata
CHANGED
@@ -1,32 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-logentries
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Tim Santeford
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2013-03-28 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: le
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - '
|
17
|
+
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
19
|
+
version: 2.1.6
|
22
20
|
type: :runtime
|
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
|
29
|
-
version:
|
26
|
+
version: 2.1.6
|
30
27
|
description: Adds logging with Logentries
|
31
28
|
email:
|
32
29
|
- tsantef@gmail.com
|
@@ -44,32 +41,25 @@ files:
|
|
44
41
|
- sinatra-logentries.gemspec
|
45
42
|
homepage: http://github.com/tsantef/sinatra-logentries
|
46
43
|
licenses: []
|
44
|
+
metadata: {}
|
47
45
|
post_install_message:
|
48
46
|
rdoc_options: []
|
49
47
|
require_paths:
|
50
48
|
- lib
|
51
49
|
required_ruby_version: !ruby/object:Gem::Requirement
|
52
|
-
none: false
|
53
50
|
requirements:
|
54
51
|
- - ! '>='
|
55
52
|
- !ruby/object:Gem::Version
|
56
53
|
version: '0'
|
57
|
-
segments:
|
58
|
-
- 0
|
59
|
-
hash: 2629667147138934821
|
60
54
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
-
none: false
|
62
55
|
requirements:
|
63
56
|
- - ! '>='
|
64
57
|
- !ruby/object:Gem::Version
|
65
58
|
version: '0'
|
66
|
-
segments:
|
67
|
-
- 0
|
68
|
-
hash: 2629667147138934821
|
69
59
|
requirements: []
|
70
60
|
rubyforge_project:
|
71
|
-
rubygems_version:
|
61
|
+
rubygems_version: 2.0.1
|
72
62
|
signing_key:
|
73
|
-
specification_version:
|
63
|
+
specification_version: 4
|
74
64
|
summary: Easy logging in Sinatra with Logentries
|
75
65
|
test_files: []
|