socialcast-git-extensions 3.1.26 → 3.1.27

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: db88c7e69892bd65d7a6e6533a963b7abd16a6a1
4
- data.tar.gz: 390627ceb2cdefd9ef3066d75592173f950bc698
3
+ metadata.gz: 84993b1d6fc33069d0baf6dc4290ce5ffd881046
4
+ data.tar.gz: 9e3e52942d9ab38f37f3b81ea1617d8a29630cb4
5
5
  SHA512:
6
- metadata.gz: 5903bfcc3b6529f774061e3618ecbcb61f564843e01ddfc506feb278f8e0363aef7a03f2ea5485651db070d1c36963244ce1e3b81614d7fc26a9d79103a8205e
7
- data.tar.gz: 95a4af3fd6e1a23cc8385ab2866bb4ef8149bcef1aeea89e52dceb109184ef3460e487134501d28283b86907bbc4bc073edfb8a72da014861ebcd1e26bbef97e
6
+ metadata.gz: b02f5422ee3ff794e2f8dc708e9a397e5cfb9c42d88e1f40531f214ecdb64c77152e47c29a3fda13b3da7e41fcd2b7da1ce6e4baae088c73442607bf1ac75446
7
+ data.tar.gz: b967302d626b2c313cf28632a40ba25c48cd84dccc810a02d77eddf9f59a4e654540558f125949a7e71889fb601914e63561b05a6481708e74b4560363f5e7d5
data/README.md CHANGED
@@ -4,7 +4,28 @@
4
4
  # Core Git Extensions
5
5
 
6
6
  ### Install
7
- socialcast authenticate --domain (your domain)
7
+ `gem install socialcast-git-extensions`
8
+
9
+ Test the installation by running
10
+
11
+ `socialcast authenticate --domain (your domain)`
12
+
13
+ Where "(your domain)" would be the fully qualified domain name of the Socialcast community you will use for work e.g. [er.staging.socialcast.com](https://er.staging.socialcast.com)
14
+ #### GitHub Token Installation
15
+ Some of the extentions provided make use of the GitHub Application Token. When using commands such as [`git findpr`](https://github.com/socialcast/socialcast-git-extensions#git-findpr-) or [`git reviewrequest`](https://github.com/socialcast/socialcast-git-extensions#git-reviewrequest) the extensions will accept the credentials of the GitHub account and then install the GitHub token for you. If the GitHub account has two-factor authentication enabled then a manual installation of the GitHub Token is required.
16
+
17
+ #### Manual GitHub Token Installation
18
+ Access the [Application settings](https://github.com/settings/applications) of your github.com account and select "*Generate new token*" or use an existing Github Application token. Store the token in `~/.socialcast/credentials.yml`. Example:
19
+ ```yaml
20
+ ---
21
+ :domain: er.staging.socialcast.com
22
+ :proxy:
23
+ :user: person@example.com
24
+ :password: supersecret
25
+ :scgitx_token: 030000e600000000000000aaaaaaaaabbbbbbbbb
26
+ ```
27
+
28
+ Test the token with the [`git findpr`](https://github.com/socialcast/socialcast-git-extensions#git-findpr-) command.
8
29
 
9
30
  ### Options
10
31
  * ```--quiet```: suppress posting message in Socialcast
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module Gitx
3
- VERSION = "3.1.26"
3
+ VERSION = "3.1.27"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.add_runtime_dependency 'activesupport', '~> 4.0'
20
20
  s.add_runtime_dependency 'rest-client', '~> 1.6'
21
21
  s.add_runtime_dependency 'thor', '~> 0.19.1'
22
- s.add_runtime_dependency 'rake', '~> 10.3.2'
22
+ s.add_runtime_dependency 'rake', '~> 10.3'
23
23
  s.add_development_dependency 'rspec', '~> 3.0.0'
24
24
  s.add_development_dependency 'pry', '~> 0.9.12.6'
25
25
  s.add_development_dependency 'webmock', '~> 1.18.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast-git-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.26
4
+ version: 3.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Sonnek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grit
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 10.3.2
89
+ version: '10.3'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 10.3.2
96
+ version: '10.3'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rspec
99
99
  requirement: !ruby/object:Gem::Requirement