gem_bootstrap 0.3.2
Bootstrap the creation of ruby gem so that you don't have to start from scratch. Build with simple, sensible default and very easy to extend. TL;DR; create new gem with `gem_bootstrap awesome_gem -g github_id -e your@email.com -a 'John Guru'`
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (3):
Development Dependencies (11):
            awesome_print
            ~> 1.8
          
          
            bundler
            ~> 1.16
          
          
            guard
            ~> 2.14
          
          
            guard-minitest
            ~> 2.4
          
          
            minitest
            ~> 5.10
          
          
            minitest-spec-context
            ~> 0.0
          
          
            pry
            ~> 0.11
          
          
            pry-byebug
            ~> 3.5
          
          
            rake
            ~> 11.2
          
          
            rubocop
            ~> 0.52
          
          
            yard
            ~> 0.9
          
    