File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Split::Api
22
3- An extension to [ Split] ( http://github.com/andrew /split ) to provide a REST-based JSON api.
3+ An extension to [ Split] ( http://github.com/splitrb /split ) to provide a REST-based JSON api.
44
55## Requirements
66
@@ -24,8 +24,8 @@ Javascript library for communicating with api
2424
2525## Development
2626
27- Source hosted at [ GitHub] ( http://github.com/andrew /split-api ) .
28- Report Issues/Feature requests on [ GitHub Issues] ( http://github.com/andrew /split-api/issues ) .
27+ Source hosted at [ GitHub] ( http://github.com/splitrb /split-api ) .
28+ Report Issues/Feature requests on [ GitHub Issues] ( http://github.com/splitrb /split-api/issues ) .
2929
3030Tests can be ran with ` rake spec `
3131
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
55 gem . authors = [ "Andrew Nesbitt" ]
66 gem . email = [ "andrewnez@gmail.com" ]
77 gem . summary = %q{Rest API extension for Split}
8- gem . homepage = 'http://github.com/andrew /split-api'
8+ gem . homepage = 'http://github.com/splitrb /split-api'
99 gem . license = 'MIT'
1010
1111 gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments