linux-hub 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1835a8518e08f8db5864552b7c9730ae9e152a0f
4
- data.tar.gz: 9c17f6eef9941130b02201af019c1e3ff2b00d75
3
+ metadata.gz: da440ae0e5c1c7bbb3c32ebbd498c7c3fe5fc2fe
4
+ data.tar.gz: 6bca215bd89346070682bcea5ec58a3f24287395
5
5
  SHA512:
6
- metadata.gz: efa0448c9cc2a2b548bca6cc7616e62c0502424b6142dbc3357b71f53f01d8acc228264f279babd1ee4fdea3626eafceabea8c8cb262a8dff405c9729ddb5148
7
- data.tar.gz: 3c45d0df7255e256f63d7461b42227e633228b342aae63ce394cde747b07e7af069ae417b75fce97cdfc925a40ac2962b78194a4414ee995f6fd1141c439b8ce
6
+ metadata.gz: 803c5022440543b0b945e03b74b0614428f2ce0279ce9796b7d7e6a5515f273b29d638e7e25e0cb350a5d614db564484d537541eed033a41dcb6e57f16d4163e
7
+ data.tar.gz: d213b70af6069d789cbd70de8c227a49ffd25585fada8accc87e80e3c146579977765d3072c8e8cf59c3a8800cd243548cf173145a3355236a5d11b77f6da49d
data/README.md CHANGED
@@ -29,7 +29,7 @@ Example config:
29
29
  ---
30
30
  organisation: github
31
31
  team: sysadmins
32
- access_key: baconfoobar
32
+ access_token: baconfoobar
33
33
  ```
34
34
 
35
35
  Example command:
@@ -1,5 +1,6 @@
1
1
  require 'yaml'
2
2
  require 'octokit'
3
+ require 'linux-hub/version'
3
4
  require 'linux-hub/github_team'
4
5
  require 'linux-hub/github_user'
5
6
  require 'linux-hub/github'
@@ -1,3 +1,5 @@
1
+ require 'fileutils'
2
+
1
3
  module LinuxHub
2
4
  class LinuxUser
3
5
  # The default group is used to keep track of members
@@ -0,0 +1,3 @@
1
+ module LinuxHub
2
+ VERSION = '0.0.2'
3
+ end
@@ -1,6 +1,11 @@
1
+ lib = File.expand_path('../lib', __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+
4
+ require 'linux-hub/version'
5
+
1
6
  Gem::Specification.new do |s|
2
7
  s.name = 'linux-hub'
3
- s.version = '0.0.1'
8
+ s.version = LinuxHub::VERSION
4
9
  s.summary = "Linux users from Github"
5
10
  s.description = "Import linux users from Github Organisations and Teams"
6
11
  s.authors = ["Patrick Robinson"]
@@ -14,4 +19,4 @@ Gem::Specification.new do |s|
14
19
 
15
20
  s.add_dependency 'octokit'
16
21
  s.add_dependency 'trollop'
17
- end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linux-hub
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
  - Patrick Robinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-06 00:00:00.000000000 Z
11
+ date: 2016-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -57,6 +57,7 @@ files:
57
57
  - lib/linux-hub/github_team.rb
58
58
  - lib/linux-hub/github_user.rb
59
59
  - lib/linux-hub/linux_user.rb
60
+ - lib/linux-hub/version.rb
60
61
  - linux-hub.gemspec
61
62
  homepage: https://github.com/patrobinson/linux-hub
62
63
  licenses: