cartage-remote 1.0
cartage-remote is a plug-in for {cartage}[https://github.com/KineticCafe/cartage] to build a package on a remote machine with cartage. Cartage provides a repeatable means to create a package for a Rails application that can be used in deployment with a configuration tool like Ansible, Chef, Puppet, or Salt. The package is created with its dependencies bundled in `vendor/bundle`, so it can be deployed in environments with strict access control rules and without requiring development tool access.
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Development (8):
            hoe
            ~> 3.13
          
          
            hoe-doofus
            ~> 1.0
          
          
            hoe-geminabox
            ~> 0.3
          
          
            hoe-gemspec2
            ~> 1.1
          
          
            hoe-git
            ~> 1.5
          
          
            minitest
            ~> 5.5
          
          
            rake
            ~> 10.0
          
          
            rdoc
            ~> 4.0
          
    

