Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Correcting the links to github projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed Mar 5, 2012
1 parent 2e4a552 commit c45c17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task :github do
:language => repo.language,
:forks => repo.forks,
:watchers => repo.watchers,
:url => repo.url,
:url => repo.html_url,
:updated_at => repo.updated_at
})
end
Expand Down
2 changes: 1 addition & 1 deletion data/github.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"obedience-core","description":"Obedience Core","language":"JavaScript","forks":0,"watchers":2,"url":"https://api.github.com/repos/futuresimple/obedience-core","updated_at":"2012-01-10T10:17:18Z"},{"name":"jessie","description":"Node runner for Jasmine JavaScript BDD testing framework","language":"JavaScript","forks":14,"watchers":90,"url":"https://api.github.com/repos/futuresimple/jessie","updated_at":"2012-02-22T07:12:10Z"},{"name":"futuresimple.github.com","description":"Future Simple's github homepage","language":null,"forks":1,"watchers":3,"url":"https://api.github.com/repos/futuresimple/futuresimple.github.com","updated_at":"2012-01-10T10:17:18Z"},{"name":"broadcast","description":"A broadcasting microframework making publishing of messages to different services easy.","language":"Ruby","forks":6,"watchers":158,"url":"https://api.github.com/repos/futuresimple/broadcast","updated_at":"2012-02-09T02:18:46Z"},{"name":"restart_butler","description":"","language":"Ruby","forks":1,"watchers":1,"url":"https://api.github.com/repos/futuresimple/restart_butler","updated_at":"2012-01-10T10:17:19Z"},{"name":"dropbox-api","description":"Dropbox API Ruby Client","language":"Ruby","forks":9,"watchers":125,"url":"https://api.github.com/repos/futuresimple/dropbox-api","updated_at":"2012-02-23T20:03:12Z"},{"name":"api_client","description":"HTTP API Client Builder","language":"Ruby","forks":1,"watchers":2,"url":"https://api.github.com/repos/futuresimple/api_client","updated_at":"2012-02-12T11:34:11Z"},{"name":"presentations","description":"All kinds of presentations delivered by FS team members","language":null,"forks":1,"watchers":1,"url":"https://api.github.com/repos/futuresimple/presentations","updated_at":"2012-01-10T10:27:54Z"},{"name":"blog-lab","description":"","language":"Ruby","forks":1,"watchers":1,"url":"https://api.github.com/repos/futuresimple/blog-lab","updated_at":"2012-02-24T12:14:44Z"}]
[{"name":"obedience-core","description":"Obedience Core","language":"JavaScript","forks":0,"watchers":2,"url":"https://github.com/futuresimple/obedience-core","updated_at":"2012-01-10T10:17:18Z"},{"name":"jessie","description":"Node runner for Jasmine JavaScript BDD testing framework","language":"JavaScript","forks":14,"watchers":91,"url":"https://github.com/futuresimple/jessie","updated_at":"2012-02-29T16:40:33Z"},{"name":"futuresimple.github.com","description":"Future Simple's github homepage","language":"Ruby","forks":1,"watchers":4,"url":"https://github.com/futuresimple/futuresimple.github.com","updated_at":"2012-03-02T17:07:37Z"},{"name":"broadcast","description":"A broadcasting microframework making publishing of messages to different services easy.","language":"Ruby","forks":6,"watchers":158,"url":"https://github.com/futuresimple/broadcast","updated_at":"2012-02-09T02:18:46Z"},{"name":"restart_butler","description":"","language":"Ruby","forks":1,"watchers":1,"url":"https://github.com/futuresimple/restart_butler","updated_at":"2012-01-10T10:17:19Z"},{"name":"dropbox-api","description":"Dropbox API Ruby Client","language":"Ruby","forks":10,"watchers":128,"url":"https://github.com/futuresimple/dropbox-api","updated_at":"2012-03-03T03:46:12Z"},{"name":"api_client","description":"HTTP API Client Builder","language":"Ruby","forks":1,"watchers":2,"url":"https://github.com/futuresimple/api_client","updated_at":"2012-02-12T11:34:11Z"},{"name":"presentations","description":"All kinds of presentations delivered by FS team members","language":null,"forks":1,"watchers":1,"url":"https://github.com/futuresimple/presentations","updated_at":"2012-01-10T10:27:54Z"},{"name":"blog-lab","description":"","language":"Ruby","forks":1,"watchers":1,"url":"https://github.com/futuresimple/blog-lab","updated_at":"2012-02-24T14:03:16Z"}]

0 comments on commit c45c17e

Please sign in to comment.