From 585ce5b679406ffe8644b23e3a267d7af8e3a5de Mon Sep 17 00:00:00 2001 From: franck cuny Date: Thu, 23 Sep 2010 22:09:36 +0200 Subject: initial import --- t/data/hook.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 t/data/hook.json (limited to 't/data/hook.json') diff --git a/t/data/hook.json b/t/data/hook.json new file mode 100644 index 0000000..2e55cb7 --- /dev/null +++ b/t/data/hook.json @@ -0,0 +1,44 @@ +{ + "payload" : { + "after" : "de8251ff97ee194a289832576287d6f8ad74e3d0", + "repository" : { + "owner" : { + "email" : "chris@ozmm.org", + "name" : "defunkt" + }, + "forks" : 2, + "watchers" : 5, + "private" : 1, + "name" : "github", + "url" : "http://github.com/sukria/Dancer", + "description" : "Youre lookin at it." + }, + "commits" : [ + { + "timestamp" : "2008-02-15T14:57:17-08:00", + "added" : [ + "filepath.rb" + ], + "url" : "http://github.com/defunkt/github/commit/41a212ee83ca127e3c8cf465891ab7216a705f59", + "author" : { + "email" : "chris@ozmm.org", + "name" : "Chris Wanstrath" + }, + "id" : "41a212ee83ca127e3c8cf465891ab7216a705f59", + "message" : "okay i give in" + }, + { + "timestamp" : "2008-02-15T14:36:34-08:00", + "url" : "http://github.com/sukria/Dancer/commit/8c3c1d6be0fa27ada4f03258ddea7683c967a925", + "author" : { + "email" : "chris@ozmm.org", + "name" : "Chris Wanstrath" + }, + "id" : "8c3c1d6be0fa27ada4f03258ddea7683c967a925", + "message" : "update pricing a tad" + } + ], + "ref" : "refs/heads/master", + "before" : "5aef35982fb2d34e9d9d4502f6ede1072793222d" + } +} \ No newline at end of file -- cgit 1.4.1