Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
put dependencies back in Gemfile for now.. still can't figure out how…
Browse files Browse the repository at this point in the history
… to make bundler's "gemspec' not trash bin/siriproxy on "bundle install"
  • Loading branch information
netpro2k committed Nov 25, 2011
1 parent cc8e9f3 commit 5a308fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
@@ -1,5 +1,9 @@
source :gemcutter

gem 'CFPropertyList'
gem 'eventmachine'
gem 'uuidtools'

# load plugins
require 'yaml'
require 'ostruct'
Expand All @@ -9,9 +13,6 @@ if !File.exists?('config.yml')
exit 1
end

# @todo this should move to gemspec once it is published
# keeping here for now since I dont think you can add git
# dependanceis directly to gemspecs
gem 'cora', :git => "git://github.com/chendo/cora.git"

config = OpenStruct.new(YAML.load_file('config.yml'))
Expand Down

0 comments on commit 5a308fa

Please sign in to comment.