Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

unable to reference the gems using git path #27

@patcheng

Description

@patcheng

I have a Gemfile:

source :gemcutter

git 'git://github.com/datamapper/do.git' do
gem 'do_jdbc'
end

Running bundle install, I got:

$ bundle install
Using addressable (2.2.7)
Using data_objects (0.10.8)
Using do_jdbc (0.10.8) from git://github.com/datamapper/do.git (at master)
do_jdbc at /Users/pcheng/.rvm/gems/jruby-1.6.6@gemset/bundler/gems/do-8a539150a617/do_jdbc did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
["lib/do_jdbc_internal.jar"] are not files

Using bundler (1.0.22)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions