ravendb / ravendb-ruby-client

MIT License
4 stars 5 forks source link

Bundle install failing from gemspec file's spec.filespec.grep method call #3

Closed TraGicCode closed 6 years ago

TraGicCode commented 6 years ago

When trying to do a bundle install with the below gemfile i get the following error

Gemfile

source 'https://rubygems.org'

gem 'ravendb', :git => 'https://github.com/ravendb/ravendb-ruby-client.git', :branch => 'v4.0'
[!] There was an error while loading `ravendb-nodejs-client.gemspec`: undefined method `filespec' for #<Gem::Specification:0x210a2f0 ravendb-4.0.0.pre.beta>
Did you mean?  files. Bundler cannot continue.

 #  from C:/Users/tragiccode/Source/GitHub/ravendbrubytest/.bundle/ruby/2.3.0/bundler/gems/ravendb-ruby-client-0f541686c555/ravendb-nodejs-client.gemspec:11
 #  -------------------------------------------
 #    spec.license  = 'MIT'
 >  end #  Gem::Specification.new do |spec|
 #  -------------------------------------------
gregolsky commented 6 years ago

@a-serdukov-mobilunity Could you take a look?

mobilunity-user commented 6 years ago

@gregolsky fixed in latest PR's commit