rotoscope 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/rotoscope.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d1b991a9d63ea46762db53c24178d30ec63e361
|
4
|
+
data.tar.gz: c3e44a17741d2b5e5bb90a490ac2c98d6dd87889
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be48429248b53ca6a9a9a1cf5cce8b130cb799419e557fe2da757b828a08ccfda64ecbc920109c40d301304b0d24a2811fd742f4f635160bd96b9c4b01b31121
|
7
|
+
data.tar.gz: aee5f638d65fc3d167f5f5f6d2a5097866fffc11612f312809bebc3ad484928b36f135793c41e4948daae0b2f4b5208104edb25dcba0224affa2bc8758ec91ad
|
data/README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
# Rotoscope
|
2
2
|
|
3
|
-
Rotoscope
|
3
|
+
Rotoscope is a high-performance logger of Ruby method invocations.
|
4
4
|
|
5
|
-
## Status
|
5
|
+
## Status
|
6
6
|
|
7
|
-
|
7
|
+
[![status](https://circleci.com/gh/Shopify/rotoscope/tree/master.svg?style=shield&circle-token=cddbd315df7a81ab944adf4dfc14a5800cd589fc)](https://circleci.com/gh/Shopify/rotoscope/tree/master) [![Gem Version](https://badge.fury.io/rb/rotoscope.svg)](https://badge.fury.io/rb/rotoscope)
|
8
|
+
|
9
|
+
Rotoscope is subject to breaking changes in minor versions until `1.0` is available.
|
8
10
|
|
9
11
|
## Example
|
10
12
|
|
data/rotoscope.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = 'rotoscope'
|
4
|
-
s.version = '0.2.
|
5
|
-
s.date = '2017-
|
4
|
+
s.version = '0.2.2'
|
5
|
+
s.date = '2017-09-16'
|
6
6
|
|
7
7
|
s.authors = ["Jahfer Husain"]
|
8
8
|
s.email = 'jahfer.husain@shopify.com'
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.license = 'MIT'
|
11
11
|
|
12
12
|
s.summary = "Tracing Ruby"
|
13
|
-
s.description = "
|
13
|
+
s.description = "High-performance logger of Ruby method invocations"
|
14
14
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
16
16
|
s.required_ruby_version = ">= 2.2.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rotoscope
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jahfer Husain
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake-compiler
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0.49'
|
69
|
-
description:
|
69
|
+
description: High-performance logger of Ruby method invocations
|
70
70
|
email: jahfer.husain@shopify.com
|
71
71
|
executables: []
|
72
72
|
extensions:
|