gem spec is a generated artifact, should not be in code base beyond info provided to hoe.
See threads already discussing this here (sqlite3-ruby list) and github.
Email the list in the future so other benefit from the answers.
Sorry for top posting. Sent from mobile.
Hi Luis Lavena,I have been using Sqlite3 gem for a while, it is great and easy, But I would like to make/test some tweak to sqlite3 gem, and test them with my machines.I would like to install my custom sqlite3 gem with a Gemfile + Bundler like this:gem 'sqlite3', :git => 'git://github.com/mygithub/sqlite3-ruby.git'but I couldn't find the gemspec file and all other required file.Can you kindly tell me how I make it work plz? Thanks