Sha256: 9c199d5e2e5b0feebd1d764052a89ad132e96eadbab64cc086acc795f5e3c21b
Contents?: true
Size: 567 Bytes
Versions: 89
Compression:
Stored size: 567 Bytes
Contents
--- # tasks file for qb.unhack_gem - set_fact: unhack_gem_rel_path: "./{{ qb_dir | relpath(qb_cwd) }}" - name: make sure tree is clean command: git diff-index --quiet HEAD -- args: chdir: "{{ qb_dir }}" changed_when: false - name: push everything command: git push --all origin args: chdir: "{{ qb_dir }}" - name: remove submodule command: "git rm {{ qb_dir }}" args: chdir: "{{ qb_cwd }}" - name: remove line from Gemfile lineinfile: dest: "{{ qb_cwd }}/Gemspec" state: absent regexp: "^gem '{{ qb_gem_info.name }}'"
Version data entries
89 entries across 89 versions & 1 rubygems