Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

.gemspec should work with gem build #6

Open
cole-christensen opened this issue Dec 8, 2013 · 1 comment
Open

.gemspec should work with gem build #6

cole-christensen opened this issue Dec 8, 2013 · 1 comment

Comments

@cole-christensen
Copy link

Using

#Gemfile snippet
gem 'sassc', :git => 'git://github.com/hcatlin/sassruby.git'

and doing bundle install results in the following


Using sassc (0.1) from git://github.com/hcatlin/sassruby.git (at master)
sassc at /Users/chaos/.rvm/gems/ruby-2.0.0-p353@sinatra-base/bundler/gems/sassruby-bf5d8cf236b1 did not have a valid gemspec.
This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
If you need to use this package without installing it from a gem repository, please contact ["hcatlin@gmail.com"] and ask them to modify their .gemspec so it can work with gem build.
The validation message from Rubygems was:
["ext/libsass/extconf.rb"] are not files

@fengb
Copy link

fengb commented Nov 20, 2014

You need to tell bundler to explicitly include submodules:
gem 'sassc', :git => 'git://github.com/hcatlin/sassruby.git', :submodules => true

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants