mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
* Replaces primary key with `RKEntityIdentifier` * Add support for use of compound keys for object identification * Refactor `RKConnectionMapping` to `RKConnectionDescription` and add support for connecting with multiple attributes * Clarify naming of representation key methods to better match naming conventions * Add type transformation support for object identification * Greatly expand test coverage for object identification * Drop the `NSEntityDescription` category * Simplify the `RKManagedObjectCaching` protocol * Add compound key support to the Fetch Request and In Memory Cache implementations * Replace Kiwi with Specta for tests where contexts are helpful for organization * Rename `defaultValueForMissingAttribute` to `defaultValueForAttribute`
12 lines
358 B
Ruby
12 lines
358 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem "rake", "~> 0.9.0"
|
|
gem "bundler", "~> 1.2.0"
|
|
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
|
|
gem "thin", "~> 1.5.0"
|
|
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
|
|
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
|
gem 'debugger', '1.2.0'
|
|
gem 'faker', '1.1.2'
|
|
gem 'cocoapods', '0.16.0'
|