octohat 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +8 -0
- data/README.md +4 -0
- data/lib/octohat/version.rb +1 -1
- data/octohat.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b647a81cfe0a145346c37d82697adefbad76b522
|
4
|
+
data.tar.gz: 01627e18ec0d136173f938c4d3059047092685a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56e8988944ca8795d6910fdce706edfee5d752fb400a9e03b28f20edd765cebd7faf52a6be025c3f034104a5c5bd3de76da5ccdd3b9ca860572143ded22328c7
|
7
|
+
data.tar.gz: 2cc845b4af9ab3b30c6beea03e2e24201b8829143b68f94650b6ea335c4814cd87025d5f262af2002e8c7c1c74f8137a78b0bba53f036ca6a51497946dbe8df6
|
data/.gitignore
CHANGED
data/.travis.yml
ADDED
data/README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
Octohat
|
2
2
|
=======
|
3
3
|
|
4
|
+
This project is not affiliated with GitHub.
|
5
|
+
|
6
|
+
[![Gem Version](https://badge.fury.io/rb/octohat.svg)](http://badge.fury.io/rb/octohat) [![Build Status](https://travis-ci.org/glasnt/octohat-rb.svg)](https://travis-ci.org/glasnt/octohat-rb)
|
7
|
+
|
4
8
|
It's easy to see your direct [code contributions](https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/) on GitHub, but what about everything else?
|
5
9
|
|
6
10
|
**Octohat** takes a github repo name, and returns a list of every github user that has interacted with a project, but has not committed code.
|
data/lib/octohat/version.rb
CHANGED
data/octohat.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Katie McLaughlin"]
|
10
10
|
spec.email = ["katie@glasnt.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
12
|
+
spec.summary = %q{No longer maintained. See: octohatrack}
|
13
|
+
spec.description = %q{No longer maintained. See: octohatrack }
|
14
14
|
spec.homepage = "https://github.com/glasnt/octohat-rb"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octohat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katie McLaughlin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '4.0'
|
55
|
-
description:
|
55
|
+
description: 'No longer maintained. See: octohatrack '
|
56
56
|
email:
|
57
57
|
- katie@glasnt.com
|
58
58
|
executables:
|
@@ -61,6 +61,7 @@ extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
63
|
- ".gitignore"
|
64
|
+
- ".travis.yml"
|
64
65
|
- Gemfile
|
65
66
|
- LICENSE
|
66
67
|
- README.md
|
@@ -90,9 +91,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
91
|
version: '0'
|
91
92
|
requirements: []
|
92
93
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.4.5
|
94
|
+
rubygems_version: 2.4.5.1
|
94
95
|
signing_key:
|
95
96
|
specification_version: 4
|
96
|
-
summary:
|
97
|
+
summary: 'No longer maintained. See: octohatrack'
|
97
98
|
test_files: []
|
98
|
-
has_rdoc:
|