simple_cloud_logging 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/simple_cloud_logging.rb +2 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: e8457e4ce50efa938fbc40c51814569df3452a06
|
4
|
+
data.tar.gz: 6543714be61393dad23b30c434e56b8f80e8dc43
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 46b714321b3e758d49b2ae85013e8fc5ffc761b65486f0d17c28443afc023a9c934544d6fe07b4fb51806cdb6885e630b320ef119772cc4f0cea78c20ba871f2
|
7
|
+
data.tar.gz: 1d950119e78911acb9300edbb1b5c398ed4102c19942ec2873752fac68bd151bce013e8e30e30f4cda83af33980fad5d3560b4d15084d02662a7e19554421e7c
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: simple_cloud_logging
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Leandro Daniel Sardi
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-11-05 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: 'Find documentation here: https://github.com/leandrosardi/simple_cloud_logging.'
|
14
|
+
email: leandro.sardi@expandedventure.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/simple_cloud_logging.rb
|
20
|
+
homepage: https://rubygems.org/gems/simple_cloud_logging
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.4.5.1
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Easy library to write log files in the cloud, watch them anywhere, and enbed
|
44
|
+
the log in any website. The remote-logging feature is still being written.
|
45
|
+
test_files: []
|