Skip to content

Commit fb29a94

Browse files
committed
Updated Xcoder gem to pick up fix for UTF-8 strings parsed from xcodebuild output
1 parent 570a4d6 commit fb29a94

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ gem "rake", "~> 0.9.0"
44
gem "bundler", "~> 1.1.0"
55
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
66
gem "thin", "~> 1.3.1"
7-
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
7+
gem 'xcoder', :git => "git://github.com/GateGuru/xcoder.git", :branch => '34-force-utf8-encoding'
88
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
99
gem 'ruby-debug19'

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
GIT
2-
remote: git://github.com/RestKit/RestKit-Gem.git
3-
revision: b8fa45c770b20b8b07f18027f14d7b2a4261a43b
4-
specs:
5-
restkit (0.0.0)
6-
7-
GIT
8-
remote: git://github.com/rayh/xcoder.git
9-
revision: 5641054a7dd5e688bf1f2b318b1852d6a20adf20
2+
remote: git://github.com/GateGuru/xcoder.git
3+
revision: cb4258f8bb01c13a3d502813dc35985eb37b483b
4+
branch: 34-force-utf8-encoding
105
specs:
116
xcoder (0.1.11)
127
builder
@@ -15,6 +10,12 @@ GIT
1510
plist
1611
rest-client
1712

13+
GIT
14+
remote: git://github.com/RestKit/RestKit-Gem.git
15+
revision: b8fa45c770b20b8b07f18027f14d7b2a4261a43b
16+
specs:
17+
restkit (0.0.0)
18+
1819
GIT
1920
remote: git://github.com/sinatra/sinatra.git
2021
revision: 0bf6b92cedd86df89068b3c0b1b0f58ad28287eb

0 commit comments

Comments
 (0)