Sha256: 61cfcf2a6d285d1a2b9a62b49581112f56925fdca558c0691638941bb16fac35

Contents?: true

Size: 979 Bytes

Versions: 6

Compression:

Stored size: 979 Bytes

Contents

en:
  heroku_push:
    errors:
      command_failed: |-
        The following command exited with a non-zero exit status:

            %{cmd}

        stdout: %{stdout}
        stderr: %{stderr}
      git_not_found: |-
        The Git binary '%{bin}' could not be found. Please ensure you
        have downloaded and installed the latest version of Git:

            http://git-scm.com/downloads
      missing_attribute: |-
        Missing required attribute '%{attribute}'. The Vagrant Heroku Push
        plugin requires you set this attribute. Please set this attribute in
        your Vagrantfile, for example:

            config.push.define "heroku" do |push|
              push.%{attribute} = "..."
            end
      not_a_git_repo: |-
        The following path is not a valid Git repository:

            %{path}

        Please ensure you are working in the correct directory. In order to use
        the Vagrant Heroku Push plugin, you must have a git repository.

Version data entries

6 entries across 3 versions & 2 rubygems

Version Path
vagrant-unbundled-1.8.1.2 plugins/pushes/heroku/locales/en.yml
vagrant-unbundled-1.8.1.1 plugins/pushes/heroku/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/pushes/heroku/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/pushes/heroku/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/pushes/heroku/locales/en.yml
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/pushes/heroku/locales/en.yml