thegarage-gitx 1.0.0.alpha → 1.0.0.beta

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: e0cf04ff44b6aa700e06c19ef9fe78844c3c6283
4
- data.tar.gz: 9182d96bdb216bcdf13194d726ce73df036b054c
3
+ metadata.gz: f5182d0d029d748dfcf5e1de84bc5cb76d79f3ef
4
+ data.tar.gz: 7284448f20abf4a611905c6ca741b2e208e74685
5
5
  SHA512:
6
- metadata.gz: 6f923b1c25c8f2bbe0514abaa876fe00a6014e7521ec42ab754194edd367a2199949c69a670f5e6680dcb2cdbb84b8c1693cd6552d92da1b37b4ccd28188c8e3
7
- data.tar.gz: a24d7e146009524bb88626b8a0ed580a25bab740720a263b6c226dfb7dc5fca9064beb3f4832da429c4ce505f7a3be86ad8c0675110b3fdf3033fff0411c6698
6
+ metadata.gz: e4c22afb1ae54ed93bacb11884c529e1d39c107f21b77fd7ee01276b20553f98ae37305dd0ce82295fffd0ac66cdf2a636f4288b6a952e1c05aace26711a7738
7
+ data.tar.gz: 2060ae54a07df835df72d41b01a8fbc3a2f3c9cc411e5f531046448a9c40ea7a8672db052d9ee6b976e5ad78e6ce44aac848ee1613e992729810f79ad156e918
@@ -33,12 +33,12 @@ module Thegarage
33
33
 
34
34
  # @returns [String] auth token stored in git (current repo, user config or installed global settings)
35
35
  def github_auth_token
36
- `git config -z --get thegarage.gitx.github_auth_token`.strip
36
+ `git config -z --get thegarage.gitx.githubauthtoken`.strip
37
37
  end
38
38
 
39
39
  # store new auth token in the local project git config
40
40
  def github_auth_token=(new_token)
41
- `git config thegarage.gitx.github_auth_token "#{new_token}"`
41
+ `git config thegarage.gitx.githubauthtoken "#{new_token}"`
42
42
  end
43
43
 
44
44
  # retrieve a list of branches
@@ -1,5 +1,5 @@
1
1
  module Thegarage
2
2
  module Gitx
3
- VERSION = '1.0.0.alpha'
3
+ VERSION = '1.0.0.beta'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thegarage-gitx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha
4
+ version: 1.0.0.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek