qb 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff68700805b2dbcd27abea8754ef0c5ea66e2151
4
- data.tar.gz: 5ca65baf700375df21a47b3b225fc6cf396bcff6
3
+ metadata.gz: 63ae54569cf29beff79d801d32e28d243c959d3c
4
+ data.tar.gz: c9d99ed1389b6b5fc370ac81b10fcca184e175cd
5
5
  SHA512:
6
- metadata.gz: cbe87af1aa353cc72495d365b90d0491a92dee4d3b9f7dfa69ca398f3efb2dcfe3a7ac475ef73f3aedc966af8af9d6bb8e6ea82215d59c9a6de78ff574f48ea0
7
- data.tar.gz: cb7da6e5098071a6c59371e254e04338d516f4cf507e65ea01935885f1d0fab7ba6e9dc5ce8fe9495e8d9269143c2a091a93c62d1680c0f31a88e823693f68a1
6
+ metadata.gz: 366267848f33fecb1a8a8aa39119870db2d78dc91f009933f790b98bb13abbd0fd1e9a50b2b23d8478115ab4893553fd53b931d38b1d33eb5258a668552e297b
7
+ data.tar.gz: d6a819e756d023cb6c0f6da18b1b5603419e650c856da23da124b86185afc41bd09ee375690153b81282f7b57b6982f9ca820646e27ea3be13253c4da7c4e193
data/lib/qb/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module QB
2
2
  GEM_NAME = 'qb'
3
3
 
4
- VERSION = "0.1.46"
4
+ VERSION = "0.1.47"
5
5
 
6
6
  def self.gemspec
7
7
  Gem.loaded_specs[GEM_NAME]
@@ -2,4 +2,6 @@
2
2
  # defaults file for qb.gitignore
3
3
 
4
4
  gitignore_dest: "{{ qb_dir }}"
5
+ gitignore_content: "{{ lookup('file', 'gitignore/' + gitignore_name + '.gitignore') }}"
6
+ gitignore_tag: "{{ gitignore_name }}.gitingore"
5
7
  gitignore_force: false
@@ -14,13 +14,13 @@
14
14
 
15
15
  - name: modify .gitignore
16
16
  blockinfile:
17
- content: "{{ lookup('file', 'gitignore/' + gitignore_name + '.gitignore') }}"
17
+ content: "{{ gitignore_content }}"
18
18
  dest: "{{ gitignore_dest }}/.gitignore"
19
19
  beginmarker: |
20
20
  {{ '#' * 78 }}
21
- # BEGIN {{ gitignore_name }}.gitignore
21
+ # BEGIN {{ gitignore_tag }}
22
22
  #
23
23
  endmarker: |
24
24
  #
25
- # END {{ gitignore_name }}.gitignore
25
+ # END {{ gitignore_tag }}
26
26
  {{ '#' * 78 }}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.46
4
+ version: 0.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - nrser
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-05 00:00:00.000000000 Z
11
+ date: 2017-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler