sword2ruby.gemspec in sword2ruby-1.0.0 vs sword2ruby.gemspec in sword2ruby-1.0.1
- old
+ new
@@ -5,20 +5,20 @@
Gem::Specification.new do |s|
s.name = "sword2ruby"
s.version = Sword2Ruby::VERSION
s.authors = ["Mark MacGillivray, Martyn Whitwell"]
s.email = ["martyn@cottagelabs.com"]
- s.homepage = "https://github.com/CottageLabs/sword2ruby"
+ s.homepage = "https://github.com/swordapp/sword2ruby"
s.summary = %q{Provides SWORD client functionality as per the SWORD 2.0 spec when run against a SWORD 2.0 compliant server.}
s.description = %q{The Sword2Ruby gem provides Sword client functionality when run against a Sword 2.0 compliant server.
It eases integration of Ruby applications with Sword servers, taking care of things like authentication,
deposit-receipts and the parsing of Sword tags.
It was developed as part of the JISC Sword 2.0 project. For more information on Sword, see:
http://www.swordapp.org/. The Sword 2 specification can be found at:
- http://sword-app.svn.sourceforge.net/viewvc/sword-app/spec/tags/sword-2.0/SWORDProfile.html?revision=377
+ http://swordapp.org/sword-v2/sword-v2-specifications/
- This code lives at https://github.com/CottageLabs/sword2ruby.}
+ This code lives at https://github.com/swordapp/sword2ruby.}
s.rubyforge_project = "sword2ruby"
# The files included in the gem.
s.files = `git ls-files`.split("\n")