mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-28 12:45:33 +08:00
Implementation of Object Mapping 2.0 design:
* Removed RestKit from inheritance hierarchy * Mappings are implemented as concrete classes * Mapper is much more flexible & powerful * Much more robust error handling * Serialization is reimplemented as an object mapping operation * Added ability to serialize to JSON natively * Reworked Core Data integration * Simplified the codebase substantially
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -80,7 +80,7 @@ namespace :docs do
|
||||
|
||||
desc "Check that documentation can be built from the source code via appledoc successfully."
|
||||
task :check do
|
||||
command = apple_doc_command << " --no-create-html Code/"
|
||||
command = apple_doc_command << " --no-create-html --verbose 5 Code/"
|
||||
run(command)
|
||||
if $? != 0
|
||||
puts "Documentation failed to generate with exit code #{$?}"
|
||||
|
||||
Reference in New Issue
Block a user