rotoscope 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/rotoscope.gemspec +3 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e3e40d016f9db6e000338a2324aa7e841596075
4
- data.tar.gz: b09d90253edea8dadcef671c33e11fb482e6e505
3
+ metadata.gz: 4d1b991a9d63ea46762db53c24178d30ec63e361
4
+ data.tar.gz: c3e44a17741d2b5e5bb90a490ac2c98d6dd87889
5
5
  SHA512:
6
- metadata.gz: 5ff87cb9a2d13fc25ad797d14e4f38d92132de716ee164d201032c953f96ca47d1e268413cc5c5041b50e6cdf0f7e1477a41ead4ccea7e40da5190675bc99761
7
- data.tar.gz: 6021e1a40637d82234fc87da1a66d93e2917fd5379da67692420c502b92f7fac1b81df3beffa24896c9492ce6cfdcd0d1c72d5223f3e6f4ddd9e174070df521f
6
+ metadata.gz: be48429248b53ca6a9a9a1cf5cce8b130cb799419e557fe2da757b828a08ccfda64ecbc920109c40d301304b0d24a2811fd742f4f635160bd96b9c4b01b31121
7
+ data.tar.gz: aee5f638d65fc3d167f5f5f6d2a5097866fffc11612f312809bebc3ad484928b36f135793c41e4948daae0b2f4b5208104edb25dcba0224affa2bc8758ec91ad
data/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Rotoscope
2
2
 
3
- Rotoscope performs introspection of method calls in Ruby programs.
3
+ Rotoscope is a high-performance logger of Ruby method invocations.
4
4
 
5
- ## Status   [![status](https://circleci.com/gh/Shopify/rotoscope/tree/master.svg?style=shield&circle-token=cddbd315df7a81ab944adf4dfc14a5800cd589fc)](https://circleci.com/gh/Shopify/rotoscope/tree/master)
5
+ ## Status
6
6
 
7
- Alpha!
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
 
@@ -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.1'
5
- s.date = '2017-06-19'
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 = "Rotoscope performs introspection of method calls in Ruby programs."
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.1
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-06-19 00:00:00.000000000 Z
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: Rotoscope performs introspection of method calls in Ruby programs.
69
+ description: High-performance logger of Ruby method invocations
70
70
  email: jahfer.husain@shopify.com
71
71
  executables: []
72
72
  extensions: