Sha256: 505a85fafd09e1dbd52331b7d2a51773f4684ab1aaa15712c2cb9efd348b62d6
Contents?: true
Size: 572 Bytes
Versions: 13
Compression:
Stored size: 572 Bytes
Contents
--- # tasks file for qb/ruby/gem/unhack - 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
13 entries across 13 versions & 1 rubygems