Skip to content

Commit

Permalink
Merge pull request #110 from johanneswuerbach/missing-dependency
Browse files Browse the repository at this point in the history
Added missing rake runtime dependency
  • Loading branch information
alloy committed Nov 1, 2013
2 parents e25fda6 + 928915d commit 3a9747e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

###### Bug Fixes

* [Gem] Ensure rake is installed.
[Johannes Würbach](https://github.com/johanneswuerbach)
[#110](https://github.com/CocoaPods/Xcodeproj/pull/110)

* [bin] Ensure the version file is loaded before trying to print it.
[Eloy Durán](https://github.com/alloy)
[#107](https://github.com/CocoaPods/Xcodeproj/issues/107)
Expand Down
1 change: 1 addition & 0 deletions xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
s.executables = %w{ xcodeproj }
s.require_paths = %w{ ext lib }

s.add_runtime_dependency 'rake'
s.add_runtime_dependency 'activesupport', '~> 3.0'
s.add_runtime_dependency 'colored', '~> 1.2'

Expand Down

0 comments on commit 3a9747e

Please sign in to comment.