move repo into the diaspora organization
This commit is contained in:
parent
e001d14b8f
commit
8c91d2a1f7
4 changed files with 10 additions and 10 deletions
14
README.md
14
README.md
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
**A library that provides functionalities needed for the diaspora* federation protocol**
|
||||
|
||||
**master:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
||||
**develop:** [](https://travis-ci.org/SuperTux88/diaspora_federation)
|
||||
**master:** [](https://travis-ci.org/diaspora/diaspora_federation)
|
||||
**develop:** [](https://travis-ci.org/diaspora/diaspora_federation)
|
||||
|
||||
[](https://codeclimate.com/github/SuperTux88/diaspora_federation)
|
||||
[](https://codeclimate.com/github/SuperTux88/diaspora_federation/coverage)
|
||||
[](https://gemnasium.com/SuperTux88/diaspora_federation)
|
||||
[](https://inch-ci.org/github/SuperTux88/diaspora_federation)
|
||||
[](https://codeclimate.com/github/diaspora/diaspora_federation)
|
||||
[](https://codeclimate.com/github/diaspora/diaspora_federation/coverage)
|
||||
[](https://gemnasium.com/diaspora/diaspora_federation)
|
||||
[](https://inch-ci.org/github/diaspora/diaspora_federation)
|
||||
[](https://badge.fury.io/rb/diaspora_federation)
|
||||
|
||||
[Documentation](http://www.rubydoc.info/gems/diaspora_federation/) |
|
||||
[Bugtracker](https://github.com/SuperTux88/diaspora_federation/issues)
|
||||
[Bugtracker](https://github.com/diaspora/diaspora_federation/issues)
|
||||
|
||||
## Library
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.version = DiasporaFederation::VERSION
|
||||
s.authors = ["Benjamin Neff"]
|
||||
s.email = ["benjamin@coding4.coffee"]
|
||||
s.homepage = "https://github.com/SuperTux88/diaspora_federation"
|
||||
s.homepage = "https://github.com/diaspora/diaspora_federation"
|
||||
s.summary = "diaspora* federation rails engine"
|
||||
s.description = "A rails engine that adds the diaspora* federation protocol to a rails app"
|
||||
s.license = "AGPL 3.0 - http://www.gnu.org/licenses/agpl-3.0.html"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.version = DiasporaFederation::VERSION
|
||||
s.authors = ["Benjamin Neff"]
|
||||
s.email = ["benjamin@coding4.coffee"]
|
||||
s.homepage = "https://github.com/SuperTux88/diaspora_federation"
|
||||
s.homepage = "https://github.com/diaspora/diaspora_federation"
|
||||
s.summary = "diaspora* federation test utils"
|
||||
s.description = "This gem provides some supplimentary code (factory definitions), that"\
|
||||
"helps to build tests for users of the diaspora_federation gem."
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.version = DiasporaFederation::VERSION
|
||||
s.authors = ["Benjamin Neff"]
|
||||
s.email = ["benjamin@coding4.coffee"]
|
||||
s.homepage = "https://github.com/SuperTux88/diaspora_federation"
|
||||
s.homepage = "https://github.com/diaspora/diaspora_federation"
|
||||
s.summary = "diaspora* federation library"
|
||||
s.description = "This gem provides the functionality for de-/serialization and " \
|
||||
"de-/encryption of Entities in the protocols used for communication " \
|
||||
|
|
|
|||
Loading…
Reference in a new issue