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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9348d8d0deeb5aaee506aaa542e6e3764a23944b18b7116cc500e70a61daf749
4
- data.tar.gz: dab1c3be242d91ec6541ef085f2232443e506f9feb797196cd0483c28f00c398
3
+ metadata.gz: dca46e6f517d470056d4e4f303b58f8a7a172461e7f72ab5aef6d3bccf317b7a
4
+ data.tar.gz: 7a64a26fafb2e8f575b326c93ae0bc1f30bd0e8de2e3d0c5da24ca96cea5e603
5
5
  SHA512:
6
- metadata.gz: 22b57078ddb8b816387fac0b7305e4e647049471863189e7a5a55910914420b400a30e1e16b6b4d368af37d9be2508ca1abfd0966de7da556ce8376471616356
7
- data.tar.gz: cd15cdc787769c4380eba58da16145a6e86942c616c0d75357bf607bae2120720ff22380eb9c9e5221f9ced61765d7df47417a955fa061d7f2fe655e09970ea5
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
- - 2.5.1
7
- - jruby
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sumologic-metrics (0.1.0)
4
+ sumologic-metrics (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Sumologic::Metrics
2
2
 
3
3
  [![Build Status](https://www.travis-ci.org/josacar/sumologic-metrics.svg?branch=master)](https://www.travis-ci.org/josacar/sumologic-metrics)
4
+ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjosacar%2Fsumologic-metrics.svg?type=shield)](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
+ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjosacar%2Fsumologic-metrics.svg?type=large)](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
@@ -1,3 +1,5 @@
1
+ require 'sumologic/metrics/version'
2
+
1
3
  module Sumologic; class Metrics; module Defaults
2
4
  module Request
3
5
  HEADERS = {
@@ -1,5 +1,5 @@
1
1
  module Sumologic
2
2
  class Metrics
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
5
5
  end
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.0
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-03 00:00:00.000000000 Z
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.6
107
+ rubygems_version: 2.7.7
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Sumologic metrics worker