mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Updated Xcoder gem to pick up fix for UTF-8 strings parsed from xcodebuild output
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -4,6 +4,6 @@ gem "rake", "~> 0.9.0"
|
||||
gem "bundler", "~> 1.1.0"
|
||||
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
|
||||
gem "thin", "~> 1.3.1"
|
||||
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
|
||||
gem 'xcoder', :git => "git://github.com/GateGuru/xcoder.git", :branch => '34-force-utf8-encoding'
|
||||
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
||||
gem 'ruby-debug19'
|
||||
|
||||
17
Gemfile.lock
17
Gemfile.lock
@@ -1,12 +1,7 @@
|
||||
GIT
|
||||
remote: git://github.com/RestKit/RestKit-Gem.git
|
||||
revision: b8fa45c770b20b8b07f18027f14d7b2a4261a43b
|
||||
specs:
|
||||
restkit (0.0.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rayh/xcoder.git
|
||||
revision: 5641054a7dd5e688bf1f2b318b1852d6a20adf20
|
||||
remote: git://github.com/GateGuru/xcoder.git
|
||||
revision: cb4258f8bb01c13a3d502813dc35985eb37b483b
|
||||
branch: 34-force-utf8-encoding
|
||||
specs:
|
||||
xcoder (0.1.11)
|
||||
builder
|
||||
@@ -15,6 +10,12 @@ GIT
|
||||
plist
|
||||
rest-client
|
||||
|
||||
GIT
|
||||
remote: git://github.com/RestKit/RestKit-Gem.git
|
||||
revision: b8fa45c770b20b8b07f18027f14d7b2a4261a43b
|
||||
specs:
|
||||
restkit (0.0.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/sinatra/sinatra.git
|
||||
revision: 0bf6b92cedd86df89068b3c0b1b0f58ad28287eb
|
||||
|
||||
Reference in New Issue
Block a user