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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5580fe1db63b64b2a18b4018f8a7573af7bce95c
4
- data.tar.gz: 7ddfb4782659c10f897a46d17af1b83681b3afae
3
+ metadata.gz: b647a81cfe0a145346c37d82697adefbad76b522
4
+ data.tar.gz: 01627e18ec0d136173f938c4d3059047092685a9
5
5
  SHA512:
6
- metadata.gz: 683cfeb49062019bfa08ba4d2e28d51e95d24a53a0ca0ca4adb264e49eeac1ab98747e68caad2c40fedf52c617ab2baa2cb1bddd1284030c8d7b85e1f6dfa07a
7
- data.tar.gz: 0478ca46202747967a2243054f92364d8917f578290c766254b3038e784756a82d55b17068223ca68b647405482c09b483b781018149bfc6a4c9ed1078929561
6
+ metadata.gz: 56e8988944ca8795d6910fdce706edfee5d752fb400a9e03b28f20edd765cebd7faf52a6be025c3f034104a5c5bd3de76da5ccdd3b9ca860572143ded22328c7
7
+ data.tar.gz: 2cc845b4af9ab3b30c6beea03e2e24201b8829143b68f94650b6ea335c4814cd87025d5f262af2002e8c7c1c74f8137a78b0bba53f036ca6a51497946dbe8df6
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  *.gem
2
+ Gemfile.lock
data/.travis.yml ADDED
@@ -0,0 +1,8 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.0
4
+ install:
5
+ - 'rake build'
6
+ - 'gem install pkg/*'
7
+ script:
8
+ - "octohat glasnt/octohat"
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.
@@ -1,3 +1,3 @@
1
1
  module Octohat
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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{Hang your non-code contributions on your hat rack.}
13
- spec.description = %q{Grok a github repo to find all the non-code contributors}
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.1
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-09-11 00:00:00.000000000 Z
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: Grok a github repo to find all the non-code contributors
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: Hang your non-code contributions on your hat rack.
97
+ summary: 'No longer maintained. See: octohatrack'
97
98
  test_files: []
98
- has_rdoc: