Manifest in koala-0.7.1 vs Manifest in koala-0.7.2

- old
+ new

@@ -1,13 +1,27 @@ CHANGELOG Manifest Rakefile +examples/oauth_playground/Capfile +examples/oauth_playground/LICENSE +examples/oauth_playground/Rakefile +examples/oauth_playground/config.ru +examples/oauth_playground/config/deploy.rb +examples/oauth_playground/config/facebook.yml +examples/oauth_playground/lib/load_facebook.rb +examples/oauth_playground/lib/oauth_playground.rb +examples/oauth_playground/readme.md +examples/oauth_playground/spec/oauth_playground_spec.rb +examples/oauth_playground/spec/spec_helper.rb +examples/oauth_playground/tmp/restart.txt +examples/oauth_playground/views/index.erb +examples/oauth_playground/views/layout.erb init.rb -lib/graph_api.rb -lib/http_services.rb lib/koala.rb -lib/realtime_updates.rb -lib/rest_api.rb +lib/koala/graph_api.rb +lib/koala/http_services.rb +lib/koala/realtime_updates.rb +lib/koala/rest_api.rb readme.md spec/facebook_data.yml spec/koala/api_base_tests.rb spec/koala/graph_and_rest_api/graph_and_rest_api_no_token_tests.rb spec/koala/graph_and_rest_api/graph_and_rest_api_with_token_tests.rb