tbgit 1.1.3 → 1.1.4

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/version.rb +1 -1
  3. data/lib/tbgit.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 098b66ce42e4808a01b284f46539cbcb1c87496a
4
- data.tar.gz: 27820e26ca843915c2078796df4f4bc88454860d
3
+ metadata.gz: f1a40485a658295dfd055b6a956acd880751e2d6
4
+ data.tar.gz: a78b1d691414b11fbea988dc3fb8fd1138770ac7
5
5
  SHA512:
6
- metadata.gz: a29f83579c7b55df5efe4649c1cc822c537b141de56340c24fb714ed689d157699a590cb641ea8eecc55d0094d4c88b62f19aaa1b4d8ffc8f2a8dcb3e10bfd2e
7
- data.tar.gz: d400578d77c6dfb2b026f4de821fbef3cc3d175015899abe3bb945b1244b04b092d04a8bc8457b18919c2f308bb1162dfb95d3db91b90c79949d7f99a5935634
6
+ metadata.gz: f321f0900b7896a949dbb98fce8310afd910a604ba15e7dad04e31e0c8e61afa382a6acdd729749feb0dfc0f86bf316e5d41a1304065985e465eef094fa330b5
7
+ data.tar.gz: ad1a2a01e23c6a1b50634c6d2adb22aaaf9990c2c2a4ca7ce439c8260463652aedd6c26033e881282d0bc3eb45694d5b7305ac1d83b7f67ec84c6372620daadb
data/lib/tbgit/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tbgit
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
data/lib/tbgit.rb CHANGED
@@ -113,7 +113,7 @@ class TBGit
113
113
  students.each do |username|
114
114
  username.delete!("\n")
115
115
  puts "Adding Remote: " + username
116
- remote_command = "git remote add " + username + " ssh://git@github.com:"+@organization+"/" + username + "-"+@reponame+".git"
116
+ remote_command = "git remote add " + username + " ssh://git@github.com/"+@organization+"/" + username + "-"+@reponame+".git"
117
117
  puts remote_command
118
118
  system remote_command
119
119
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tbgit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charlie Proctor