Files
RestKit/Gemfile.lock
Blake Watters 8dc54a89b2 Major overhaul to the Core Data managed object identification and relationship connection support.
* 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`
2012-11-27 10:29:36 -05:00

104 lines
2.2 KiB
Plaintext

GIT
remote: git://github.com/RestKit/RestKit-Gem.git
revision: 96058139a46c46aa344c1481e8c75b390c82d5e9
specs:
restkit (0.0.0)
GIT
remote: git://github.com/rayh/xcoder.git
revision: ce2b36ed9e2f44513d22d2389576616e72d802b4
specs:
xcoder (0.1.12)
builder
json
nokogiri
plist
rest-client
GIT
remote: git://github.com/sinatra/sinatra.git
revision: 1e0a6472717f6ee5054ddd1e67d1af41b4f80c91
specs:
sinatra (1.4.0)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
builder (3.1.3)
cocoapods (0.16.0)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
faraday (~> 0.8.1)
json (~> 1.7.3)
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.0)
colored (1.2)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
escape (0.0.4)
eventmachine (1.0.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
mime-types (1.19)
multi_json (1.3.7)
multipart-post (1.1.5)
nokogiri (1.5.5)
octokit (1.18.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.2)
multi_json (~> 1.3)
open4 (1.3.0)
plist (3.1.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.5)
rest-client (1.6.7)
mime-types (>= 1.16)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
xcodeproj (0.4.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.2.0)
cocoapods (= 0.16.0)
debugger (= 1.2.0)
faker (= 1.1.2)
rake (~> 0.9.0)
restkit!
sinatra!
thin (~> 1.5.0)
xcoder!