hubstep 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c22f34ac228b96f97da79906e29da1fcd3bdfe5e
4
- data.tar.gz: 88446428797ff70c345ae63ca52853d4cb4bbc49
3
+ metadata.gz: fb5d65117c4525c92edd6f93a395b3dbbf67fce5
4
+ data.tar.gz: 7a47024947d27c250fc51a213f7aed97bb3ff62b
5
5
  SHA512:
6
- metadata.gz: eb1c73bb2a4208720038d164a08a4b0be533693cd1a2bd5b332db16d48d54cba02e0f5f9b58ea5d65d8a107809066674427cb38476d74f56332cc0c4411550d8
7
- data.tar.gz: d4f1b84bf2e291b724f900be0f3fe228e49d5f792a2bbc061c6b56039c06edd4dfadc98b6b298f52c81af58e87cb6f9e90cc3a5c7ae950622c3acdb78763b332
6
+ metadata.gz: c13351847ec8a597b6d4d792d383847c604538844b236dc5a294236c8553950de86dd4baf8609b198ad05ef67c035f053d01696410e6371d4d40f812d3329c47
7
+ data.tar.gz: 62718d39cc8966e24bc8e135d67200772f3e81c47bfb94575d027d6170a9414566219f2dc92368af59e0018daf1177d7eeeade5aeb903a24abfd16212000d203
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at adam@roben.org. All
58
+ reported by contacting the project team at engineering@github.com. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an incident.
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 Adam Roben
3
+ Copyright (c) 2016 GitHub, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/hubstep.gemspec CHANGED
@@ -7,8 +7,8 @@ require "hubstep/version"
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "hubstep"
9
9
  spec.version = HubStep::VERSION
10
- spec.authors = ["Adam Roben"]
11
- spec.email = ["adam@roben.org"]
10
+ spec.authors = ["GitHub"]
11
+ spec.email = ["engineering@github.com"]
12
12
 
13
13
  spec.summary = "Standard LightStep tracing of GitHub Ruby apps"
14
14
  spec.description = "Makes it easy to trace Sinatra and Ruby apps that use GitHub conventions."
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module HubStep
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubstep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Adam Roben
7
+ - GitHub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0'
139
139
  description: Makes it easy to trace Sinatra and Ruby apps that use GitHub conventions.
140
140
  email:
141
- - adam@roben.org
141
+ - engineering@github.com
142
142
  executables: []
143
143
  extensions: []
144
144
  extra_rdoc_files: []