hubstats 0.11.0 → 0.11.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: ee68bdb6be4fcfe7732bb77d4234574172a1081c
4
- data.tar.gz: 7b1aa1ee88453e1a3bd7c93fcb104e2757261f91
3
+ metadata.gz: 911665087e0ee0d8773ce4bae6aed402795e6c2d
4
+ data.tar.gz: 18461da00b85d04ab4e8aca618788eb137289894
5
5
  SHA512:
6
- metadata.gz: c4d71cd46f7288aa600de8b8262c6c671145dd0149134cb0d757d3deced803bc24caff337bb2f30660e6cd22ab9a31e4bf6cad3866b07bab08d54939b2dbbc7b
7
- data.tar.gz: 31773307d4e3cdd228f76c955b7b15b230c93254681d3b69ea62423a8e28cbb5c980a9342d7e0b2b49e6230e2475619d148e49f6ccc65d0749af1bfa06251d15
6
+ metadata.gz: ffd6cf82367d1086e2a243f59225ccb3e0e1e7afa310b58066e61ab976e79c95e07891db84b4cb75c190584ec4e22183c4e679c84188989c03f8501d6885f927
7
+ data.tar.gz: 8bfeff211c2d84125ed45f72d32fa092c0840a2aca02f8243fe478289a02cccd8c1c682ba27974a4bb6927cc19d3ae034650dc6ef693e66ef1f5672f24bbca7b
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,8 @@
1
+ #### v0.11.1
2
+ * Removing places for Client IDs and Client secrets
3
+
4
+ > Emma Sax: Unknown User: https://github.com/sportngin/hubstats/pull/123
5
+
1
6
  #### v0.11.0
2
7
  * Hubstats does not need to show data for deployments
3
8
 
data/README.md CHANGED
@@ -20,10 +20,10 @@ The following setup is designed to only be used when integrating this plugin int
20
20
  Hubstats needs GitHub credentials to access your repositories, these can be setup in one of two ways:
21
21
 
22
22
  #### GitHub API Tokens
23
- Add your GitHub API token (called `access_token`) or ClientID and Secret to `octokit.yml`.
23
+ Add your GitHub API token (called `access_token`) to `octokit.yml`.
24
24
 
25
25
  #### Environment Variables
26
- Hubstats can also use OAUTH access tokens stored in ENV["GITHUB_API_TOKEN"] or for Application Authentication in ENV["CLIENT_ID"] and ENV["CLIENT_SECRET"], if for some reason you don't want to store them in `octokit.yml`.
26
+ Hubstats can also use OAUTH access tokens stored in ENV["GITHUB_API_TOKEN"] if for some reason you don't want to store them in `octokit.yml`.
27
27
 
28
28
  ### Configuring Data to be Received from GitHub
29
29
  #### Organizations to Follow
@@ -1,7 +1,5 @@
1
- github_auth: # Must include either access_token || (client_id && client_secret)
1
+ github_auth: # Must include access_token
2
2
  # access_token: <40 CHARACTER ACCESS TOKEN >
3
- # client_id: <CLIENT ID>
4
- # client_secret: <CLIENT SECRET>
5
3
 
6
4
  github_config: # Must include org_name. The repo_list, team_list, and ignore_users_list are optional.
7
5
  # org_name: <ORGANIZATION NAME>
@@ -1,3 +1,3 @@
1
1
  module Hubstats
2
- VERSION = "0.11.0"
2
+ VERSION = "0.11.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Hursh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-06-19 00:00:00.000000000 Z
12
+ date: 2017-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails