RubyGems Navigation menu

gemfile_lock_to_gemfile 0.1.2

## Why I have to develop this tool One of my ruby project is using bundler to manage gem dependencies. But the `Gemfile` is very complicate. It requires external `Gemfile` by using ruby `eval`. Because I have lots of similar projects that will use same piece of gems. So I decide to abstract these gems into a standalone `Gemfile`. And let those projects’ `Gemfile` loads it. The problem I met is when I building my docker image. I hope that image can pre-install all the ruby gems in that `Gemfile.lock`. Unluckily, `bundle install` require you must have the `Gemfile`. So I have to find out a way to revert `Gemfile.lock` to a usable `Gemfile`. So here we are!

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.1.2 - January 03, 2017 (7,5 ko)
  2. 0.1.1 - January 03, 2017 (7,5 ko)
  3. 0.1.0 - January 03, 2017 (7 ko)

Propriétaires:

Auteurs:

  • agate

Total de contrôle SHA 256:

f4d4fddaf15c3a6e77a09c00deb5feedf073c5da65a216ecb936160bc6d68a82

Total de téléchargements 6 178

Pour cette version 2 658

License:

aucune

Version de Ruby requise: >= 0

Liens: