change all GitHub links to Gab's GitLab at code.gab.com
This commit is contained in:
8
spec/fixtures/xml/gabsocial.atom
vendored
8
spec/fixtures/xml/gabsocial.atom
vendored
@@ -107,14 +107,14 @@
|
||||
<uri>https://gab.com/users/robcolbert</uri>
|
||||
<name>Rob Colbert</name>
|
||||
<email>robcolbert@gab.com</email>
|
||||
<summary>Developer of Gab Social, a GNU social alternative: https://github.com/gab-ai-inc/gab-social</summary>
|
||||
<summary>Developer of Gab Social, a GNU social alternative: https://code.gab.com/gab/social/gab-social</summary>
|
||||
<link rel="alternate" type="text/html" href="https://gab.com/users/robcolbert"/>
|
||||
<link rel="avatar" type="image/png" media:width="300" media:height="300" href="http://kickass.zone/system/accounts/avatars/000/000/003/large/4375_eugencommish.png"/>
|
||||
<link rel="avatar" type="image/png" media:width="96" media:height="96" href="http://kickass.zone/system/accounts/avatars/000/000/003/medium/4375_eugencommish.png"/>
|
||||
<link rel="avatar" type="image/png" media:width="48" media:height="48" href="http://kickass.zone/system/accounts/avatars/000/000/003/small/4375_eugencommish.png"/>
|
||||
<poco:preferredUsername>robcolbert</poco:preferredUsername>
|
||||
<poco:displayName>Eugen</poco:displayName>
|
||||
<poco:note>Developer of Gab Social, a GNU social alternative: https://github.com/gab-ai-inc/gab-social</poco:note>
|
||||
<poco:note>Developer of Gab Social, a GNU social alternative: https://code.gab.com/gab/social/gab-social</poco:note>
|
||||
</author>
|
||||
</activity:object>
|
||||
</entry>
|
||||
@@ -192,14 +192,14 @@
|
||||
<uri>https://gab.com/users/robcolbert</uri>
|
||||
<name>Rob Colbert</name>
|
||||
<email>robcolbert@gab.com</email>
|
||||
<summary>Developer of Gab Social, a GNU social alternative: https://github.com/gab-ai-inc/gab-social</summary>
|
||||
<summary>Developer of Gab Social, a GNU social alternative: https://code.gab.com/gab/social/gab-social</summary>
|
||||
<link rel="alternate" type="text/html" href="https://gab.com/users/robcolbert"/>
|
||||
<link rel="avatar" type="image/png" media:width="300" media:height="300" href="http://kickass.zone/system/accounts/avatars/000/000/003/large/4375_eugencommish.png"/>
|
||||
<link rel="avatar" type="image/png" media:width="96" media:height="96" href="http://kickass.zone/system/accounts/avatars/000/000/003/medium/4375_eugencommish.png"/>
|
||||
<link rel="avatar" type="image/png" media:width="48" media:height="48" href="http://kickass.zone/system/accounts/avatars/000/000/003/small/4375_eugencommish.png"/>
|
||||
<poco:preferredUsername>robcolbert</poco:preferredUsername>
|
||||
<poco:displayName>Eugen</poco:displayName>
|
||||
<poco:note>Developer of Gab Social, a GNU social alternative: https://github.com/gab-ai-inc/gab-social</poco:note>
|
||||
<poco:note>Developer of Gab Social, a GNU social alternative: https://code.gab.com/gab/social/gab-social</poco:note>
|
||||
</activity:object>
|
||||
</entry>
|
||||
<entry>
|
||||
|
||||
@@ -91,8 +91,8 @@ describe InstancePresenter do
|
||||
end
|
||||
|
||||
describe '#source_url' do
|
||||
it 'returns "https://github.com/gab-ai-inc/gab-social"' do
|
||||
expect(instance_presenter.source_url).to eq('https://github.com/gab-ai-inc/gab-social')
|
||||
it 'returns "https://code.gab.com/gab/social/gab-social"' do
|
||||
expect(instance_presenter.source_url).to eq('https://code.gab.com/gab/social/gab-social')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ describe 'about/show.html.haml', without_verify_partial_doubles: true do
|
||||
site_short_description: 'something',
|
||||
site_description: 'something',
|
||||
version_number: '1.0',
|
||||
source_url: 'https://github.com/gab-ai-inc/gab-social',
|
||||
source_url: 'https://code.gab.com/gab/social/gab-social',
|
||||
open_registrations: false,
|
||||
thumbnail: nil,
|
||||
hero: nil,
|
||||
|
||||
Reference in New Issue
Block a user