hubstep 1.0.0 → 1.0.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 +4 -4
- data/CODE_OF_CONDUCT.md +1 -1
- data/LICENSE.txt +1 -1
- data/hubstep.gemspec +2 -2
- data/lib/hubstep/version.rb +1 -1
- 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: fb5d65117c4525c92edd6f93a395b3dbbf67fce5
|
|
4
|
+
data.tar.gz: 7a47024947d27c250fc51a213f7aed97bb3ff62b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
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 = ["
|
|
11
|
-
spec.email = ["
|
|
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."
|
data/lib/hubstep/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
-
-
|
|
141
|
+
- engineering@github.com
|
|
142
142
|
executables: []
|
|
143
143
|
extensions: []
|
|
144
144
|
extra_rdoc_files: []
|