Sutto-gitauth-gh 0.0.3.1 → 0.0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gitauth/gh_mirror.rb +2 -2
- metadata +1 -1
data/lib/gitauth/gh_mirror.rb
CHANGED
@@ -12,7 +12,7 @@ module GitAuth
|
|
12
12
|
|
13
13
|
Project = Struct.new(:name, :github_clone_url, :repository, :github)
|
14
14
|
|
15
|
-
VERSION = [0, 0, 3,
|
15
|
+
VERSION = [0, 0, 3, 2]
|
16
16
|
|
17
17
|
def initialize(username, token)
|
18
18
|
@api = GitHubApi.new(username, token)
|
@@ -88,7 +88,7 @@ module GitAuth
|
|
88
88
|
project.repository.readable_by(user)
|
89
89
|
end
|
90
90
|
end
|
91
|
-
GitAuth::Repo.save
|
91
|
+
GitAuth::Repo.save!
|
92
92
|
end
|
93
93
|
|
94
94
|
class << self
|