diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 21:02:23 -0700 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-05-22 21:02:23 -0700 |
| commit | 84147ee6d4a5d53d93f4a73300a192f854eb1ccd (patch) | |
| tree | 883782c9efc36d21f1efbc19bb4f593ca9e5a9d8 /t/data/hook_data.yml | |
| parent | Remove dep on Git::Repository (diff) | |
| parent | Make hook test data refer to the new git repo for testing (diff) | |
| download | jitterbug-84147ee6d4a5d53d93f4a73300a192f854eb1ccd.tar.gz | |
Merge branch 'master' into git_refactor
Diffstat (limited to 't/data/hook_data.yml')
| -rw-r--r-- | t/data/hook_data.yml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/t/data/hook_data.yml b/t/data/hook_data.yml new file mode 100644 index 0000000..da5b78f --- /dev/null +++ b/t/data/hook_data.yml @@ -0,0 +1,43 @@ +--- +after: 22116bcdb229c1514f3069aaaf9c87e9d5455409 +before: db8d02317fce7fa2d8f5b75273302eee7b266b87 +commits: + - + added: [] + + author: + email: franck@lumberjaph.net + name: franck cuny + #id: 8c3c1d6be0fa27ada4f03258ddea7683c967a925 + id: ba54d9b7d82eabe4ba35ec212eb24d00869119d5 + message: test + modified: + - lib/Dancer.pm + removed: [] + + timestamp: 2010-09-23T08:04:42-07:00 + url: https://github.com/franckcuny/Dancer/commit/22116bcdb229c1514f3069aaaf9c87e9d5455409 +compare: https://github.com/franckcuny/Dancer/compare/db8d023...22116bc +forced: !!perl/scalar:JSON::XS::Boolean 0 +pusher: + email: franck@lumberjaph.net + name: franckcuny +ref: refs/heads/test +repository: + created_at: 2010/01/14 12:58:56 -0800 + description: Minimal-effort oriented web application framework for Perl (port of Ruby's Sinatra) + fork: !!perl/scalar:JSON::XS::Boolean 1 + forks: 0 + has_downloads: !!perl/scalar:JSON::XS::Boolean 1 + has_issues: !!perl/scalar:JSON::XS::Boolean 0 + has_wiki: !!perl/scalar:JSON::XS::Boolean 1 + homepage: '' + name: Dancer + open_issues: 0 + owner: + email: franck@lumberjaph.net + name: franckcuny + private: !!perl/scalar:JSON::XS::Boolean 1 + pushed_at: 2010/09/23 08:04:49 -0700 + url: ./t/data/testing.git + watchers: 1 |
