tbgit 1.1.2 → 1.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tbgit.rb +1 -2
  3. data/lib/tbgit/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9371c3b3beaa50e8be81c12a67101e97399e2b83
4
- data.tar.gz: 487cdd223ff3fd3029c6238a44f7bd0dfa8b42b9
3
+ metadata.gz: 098b66ce42e4808a01b284f46539cbcb1c87496a
4
+ data.tar.gz: 27820e26ca843915c2078796df4f4bc88454860d
5
5
  SHA512:
6
- metadata.gz: 1a2cc682892b625dc26ec5dfe86f9103a07101fec0c05ffe7ae54b39a557a09fefe8eb58540ec5990726232e0f62264a479c0fd1867376ae4db3d65659ce8a6b
7
- data.tar.gz: 2abc3a5699de3d3ae77a14e69af813e07317abf83e50a45c8cee9299036719196d2309b42da7471f71823ff7c0f02a571d0a1821be78dbf1f5ca56f7d0064533
6
+ metadata.gz: a29f83579c7b55df5efe4649c1cc822c537b141de56340c24fb714ed689d157699a590cb641ea8eecc55d0094d4c88b62f19aaa1b4d8ffc8f2a8dcb3e10bfd2e
7
+ data.tar.gz: d400578d77c6dfb2b026f4de821fbef3cc3d175015899abe3bb945b1244b04b092d04a8bc8457b18919c2f308bb1162dfb95d3db91b90c79949d7f99a5935634
data/lib/tbgit.rb CHANGED
@@ -112,9 +112,8 @@ class TBGit
112
112
  students = IO.readlines(@students_file)
113
113
  students.each do |username|
114
114
  username.delete!("\n")
115
-
116
115
  puts "Adding Remote: " + username
117
- remote_command = "git remote add " + username + " https://github.com/"+@organization+"/" + username + "-"+@reponame+".git"
116
+ remote_command = "git remote add " + username + " ssh://git@github.com:"+@organization+"/" + username + "-"+@reponame+".git"
118
117
  puts remote_command
119
118
  system remote_command
120
119
  end
data/lib/tbgit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tbgit
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tbgit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie Proctor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-25 00:00:00.000000000 Z
11
+ date: 2014-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler