tsd_metrics 0.2.8 → 0.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.
- checksums.yaml +8 -8
- data/.travis.yml +1 -0
- data/README.md +20 -1
- data/lib/tsd_metrics/version.rb +3 -0
- data/tsd_metrics.gemspec +4 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2EwYjAwY2U5YzlmMmZmOTM4OTcxNjE4ZjU5ZDllN2Q4MDBhOTRkMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWZmOTAyNjBiZTE2Mzc3MjM0OTU0OTY4YzZmYzAzNWM5ZDNmMTYwYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTU5Njg0MGJiZjcxZmUzYjEwMGY2ZGIxODZhMGRmNzYxYWMwYjlkMTE5YjUz
|
|
10
|
+
MzNkOWFjYjhiOTQ3OTJiNThmNmRkM2U2YzYwOGZmYTkyZjMxZTM5NGUxYTBh
|
|
11
|
+
YzBiNWI1NTkzYmQ5NDEwYTQxZGFjMmQxZTI0MTI4MjZmNTFhZDA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2I2NTcwMDg2YTk3OTdlYjE0MDMwMTU1NzAzNzVmZWVkNWI1MzdhYmVmYzRh
|
|
14
|
+
NTZhZDk2ZGQzN2VmZGI0ZDdhY2YzNmE3NmIyNDdjYjMzYzMxNzllNmViZjMx
|
|
15
|
+
MGQyNzNiZjc3MGI0NDhjYmEyYmFlMWUyYWU5NGM0Njc5Zjc5NTA=
|
data/.travis.yml
CHANGED
|
@@ -9,5 +9,6 @@ deploy:
|
|
|
9
9
|
on:
|
|
10
10
|
tags: true
|
|
11
11
|
rvm: 1.9.3
|
|
12
|
+
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+$"
|
|
12
13
|
api_key:
|
|
13
14
|
secure: KACQT1NXqlICT2qSVobhBGRi71nw6JCuWUZZN59KeMfIqQhGwSnNJ8JpXVhrrz7lijAWbNAeW0aimf8toeeaRQiaP468o0eAH8WkWzOImFaSLs8TEiH4cZEt/QxBV3RP6BWJJkPK+VjLY3w2x4DzKQbpkJvTmIkLg+M4wgG4hmoDlEcEQ5NHrNv45BjxzaA6n/Wh1vLcsZy0PgXR4RgDeLnpzu/2/OqKeLecyrQvHh7IrJUvlgVBOAliZE8cEps5ebRqNrrLXWfKHLPzmyx/alRZFwllPveb5Gx3WymYamiiJOComfLPxg58v/fI7sKrkqWYgpgXPd41fwEh6yuK2D7siG8QC+sUZxLjwzJjm/xU7C64pjCUzbONx9Ju0849f8mfl7d4JSeEtKd6dxGdtotE/mlQIdnFac60T5dQ0BBfcSBa3+yegpvuvtsgKzZpa7ceSM9nBRMqTXoGwN+mhEKxTYJo4iWW5lLqSvUU5a9Ho0Prf+aMT5ntc01ax/U1cgV7jK3bwmRzsmEfRl1nW6Q1DJmjloZY0jgNJnaOhfZ0Yj9CE1gNPzGCI2yDIq+fHQ3EluSJGKpXmSao5eR2PYNvmel/S93/v4lxgMKxx1veewM9l8OjEjelQcKFrnH1efHzP8UOsv4LScbQgKJTH7SgmXWvvrKQBEN+zDztt1Q=
|
data/README.md
CHANGED
|
@@ -9,7 +9,10 @@ Ruby Client
|
|
|
9
9
|
<img src="https://travis-ci.org/ArpNetworking/metrics-client-ruby.png"
|
|
10
10
|
alt="Travis Build">
|
|
11
11
|
</a>
|
|
12
|
-
|
|
12
|
+
<a href="https://badge.fury.io/rb/tsd_metrics">
|
|
13
|
+
<img src="https://badge.fury.io/rb/tsd_metrics.svg"
|
|
14
|
+
alt="Gem Version">
|
|
15
|
+
</a>
|
|
13
16
|
|
|
14
17
|
Client implementation for publishing metrics from Ruby applications.
|
|
15
18
|
|
|
@@ -174,6 +177,22 @@ we have encountered.
|
|
|
174
177
|
No work is needed to make the client work under Phusion Passenger. Internally, we detect the fork
|
|
175
178
|
and re-initialize the client. Everything just works.
|
|
176
179
|
|
|
180
|
+
Release
|
|
181
|
+
-------
|
|
182
|
+
|
|
183
|
+
If, as a contributor, you want to release a new version of the gem (bumping the patch version), do the following on
|
|
184
|
+
the master branch with a clean working tree :
|
|
185
|
+
|
|
186
|
+
gem install gem-release # Install the gem-release tool
|
|
187
|
+
gem bump --tag # Updates the version, commits, tags, git pushes
|
|
188
|
+
|
|
189
|
+
Or, for a minor version bump
|
|
190
|
+
|
|
191
|
+
gem bump --tag --version minor
|
|
192
|
+
|
|
193
|
+
See `gem help bump` for more.
|
|
194
|
+
|
|
195
|
+
|
|
177
196
|
License
|
|
178
197
|
-------
|
|
179
198
|
|
data/tsd_metrics.gemspec
CHANGED
|
@@ -12,9 +12,12 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
require File.expand_path('../lib/tsd_metrics/version', __FILE__)
|
|
17
|
+
|
|
15
18
|
Gem::Specification.new do |s|
|
|
16
19
|
s.name = 'tsd_metrics'
|
|
17
|
-
s.version =
|
|
20
|
+
s.version = TsdMetrics::VERSION
|
|
18
21
|
s.date = '2015-01-15'
|
|
19
22
|
s.summary = "TSD Metrics client for Ruby"
|
|
20
23
|
s.description = "A client for logging to TSD-Aggregation-logging-compatible JSON files"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tsd_metrics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Hayter
|
|
@@ -111,6 +111,7 @@ files:
|
|
|
111
111
|
- lib/tsd_metrics/timer_sample.rb
|
|
112
112
|
- lib/tsd_metrics/tsd_metric.rb
|
|
113
113
|
- lib/tsd_metrics/units.rb
|
|
114
|
+
- lib/tsd_metrics/version.rb
|
|
114
115
|
- resources/LICENSE
|
|
115
116
|
- spec/integration_spec.rb
|
|
116
117
|
- spec/json_formatter_spec.rb
|