sumologic-metrics 0.1.0 → 0.1.1
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 +4 -4
- data/.travis.yml +10 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -1
- data/lib/sumologic/metrics/defaults.rb +2 -0
- data/lib/sumologic/metrics/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dca46e6f517d470056d4e4f303b58f8a7a172461e7f72ab5aef6d3bccf317b7a
|
|
4
|
+
data.tar.gz: 7a64a26fafb2e8f575b326c93ae0bc1f30bd0e8de2e3d0c5da24ca96cea5e603
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff4590a51201a22935e4fe64f02ac277da5f8ee59a2bf1717a5e0991311d30a8675fcdd269110b10127b10f43a9b93b063b8e3da11155b41f62e2f5b52780cf9
|
|
7
|
+
data.tar.gz: 026860daf7ee964dbeb36787904da96577446069d95c3a2e538fd338d504fb17c1eecb99d7d44f4fd75ddef0b07d26ffbd774d591c74cca793d2e6bb0abee4e0
|
data/.travis.yml
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
cache: bundler
|
|
3
3
|
sudo: false
|
|
4
|
-
|
|
5
4
|
rvm:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
- 2.5.1
|
|
6
|
+
- jruby-9.2.0.0
|
|
9
7
|
before_install: gem install bundler -v 1.16.1
|
|
10
8
|
script: bundle exec rspec
|
|
9
|
+
deploy:
|
|
10
|
+
provider: rubygems
|
|
11
|
+
api_key:
|
|
12
|
+
secure: J7k0utvWMKhFkTSamwZqsxf8p3l6kLrBtgRenxijegq9EZvyx2NcDt/v9dWaQy2OHRN5iFXQ+aDWzRuNInmZ7+eIDXz6ygAQI+2SxvJN6s1oIsBm/Yz9r6XNldngFLaWsUsXzDwFVSBGRdDXE5VM4VpqTTLtjDHbWxpcYa/whx71M8KD5k4TRR1S5TxnT2kYw7CteATOwvkvXLtEdYlZeGi9jnJrWx8O9pM9hACRKaZielFeuwmFsuENIkT3bD16nefS5Zo1RPdld5gQSa1BegMshl2D85kLUnY1G3TZNJw5C+Z29jfddIPUWNpvqRiMRtDBmq2aaxvTtkSUu1x858wbwEW0FUAE7kMXaXa/8NsG0K+kCR7yXYQBx81n+iuUYN43sH1zGpGzdNihuD2EvsYEtqn0nr9tz40+I8jNZN8FqkbdvG4NB05ZkRGKvSC4c1Gmg/91fWr78CEU17Ah6mqwTrw3CBkU2aDHfIq3GApGRcYm6tGU2eFLqgfkpfiRU9rwYoNICRAQt2RRoheM5xuv75QCy71WBA44v7JZ7jIOaM9wAT2E/GMSR4fUMsiTyVtllFRbO4y2qbjRS/QqjTNgfGfR/VFxFt603RUWPNvihPnRoVsQMqojkeF200t8u0W1vEKd0H2aBDeY7swMyzYPIHFKjsjJDuoBw0t4C6s=
|
|
13
|
+
gem: sumologic-metrics
|
|
14
|
+
on:
|
|
15
|
+
tags: true
|
|
16
|
+
repo: josacar/sumologic-metrics
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Sumologic::Metrics
|
|
2
2
|
|
|
3
3
|
[](https://www.travis-ci.org/josacar/sumologic-metrics)
|
|
4
|
+
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fjosacar%2Fsumologic-metrics?ref=badge_shield)
|
|
4
5
|
|
|
5
6
|
Upload metrics to Sumologic!
|
|
6
7
|
|
|
@@ -45,10 +46,13 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/josaca
|
|
|
45
46
|
|
|
46
47
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
47
48
|
|
|
49
|
+
|
|
50
|
+
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fjosacar%2Fsumologic-metrics?ref=badge_large)
|
|
51
|
+
|
|
48
52
|
## Code of Conduct
|
|
49
53
|
|
|
50
54
|
Everyone interacting in the Sumologic::Metrics project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/josacar/sumologic-metrics/blob/master/CODE_OF_CONDUCT.md).
|
|
51
55
|
|
|
52
56
|
## Thanks
|
|
53
57
|
|
|
54
|
-
- SegmentIO for their [analytics-ruby](https://github.com/segmentio/analytics-ruby) gem
|
|
58
|
+
- SegmentIO for their [analytics-ruby](https://github.com/segmentio/analytics-ruby) gem
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sumologic-metrics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Luis Salas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06-
|
|
11
|
+
date: 2018-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
106
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.7.
|
|
107
|
+
rubygems_version: 2.7.7
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Sumologic metrics worker
|