qb 0.1.58 → 0.1.59
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/qb/version.rb +1 -1
- data/roles/qb.git_repo/meta/main.yml +2 -2
- data/roles/qb.gitignore/files/gitignore/Global/Archives.gitignore +1 -0
- data/roles/qb.gitignore/files/gitignore/Global/JetBrains.gitignore +3 -0
- data/roles/qb.gitignore/files/gitignore/Global/MicrosoftOffice.gitignore +1 -1
- data/roles/qb.gitignore/files/gitignore/Magento.gitignore +27 -0
- data/roles/qb.gitignore/files/gitignore/Python.gitignore +1 -0
- data/roles/qb.gitignore/files/gitignore/{Qb.gitignore → QB.gitignore} +0 -0
- data/roles/qb.gitignore/files/gitignore/Qt.gitignore +1 -0
- data/roles/qb.gitignore/files/gitignore/UnrealEngine.gitignore +5 -0
- data/roles/qb.project/tasks/main.yml +0 -9
- metadata +3 -4
- data/roles/qb.gitignore/files/gitignore/Global/OSX.gitignore +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 525b8fc6f33af17395fee3864440f87e84d1a304
|
4
|
+
data.tar.gz: 75799c477c38aa0f829f5a2959f861f69ace5f29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba313fc1a24ef0492e8e99819bf0cc99e622a6986e919e84254d1eea9186787f9b2572775d6c27711fee82b806e5a6ab85de7bf4bd08548c02bc4e12eb77a73e
|
7
|
+
data.tar.gz: d031167eff96da58faeac5ab03ac30897e0718d2b9acf43b2caf4d873dbde7076846a271b0968fa8f928efc8f850d6045f3a65b882782f8743e0cb6be931e7d3
|
data/lib/qb/version.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
dependencies:
|
5
5
|
- role: qb.gitignore
|
6
|
-
gitignore_name: Global/
|
6
|
+
gitignore_name: Global/macOS
|
7
7
|
gitignore_dest: "{{ git_repo_dest }}"
|
8
8
|
when: ansible_distribution == "MacOSX"
|
9
9
|
|
10
10
|
- role: qb.gitignore
|
11
|
-
gitignore_name:
|
11
|
+
gitignore_name: QB
|
12
12
|
gitignore_dest: "{{ git_repo_dest }}"
|
@@ -3,14 +3,41 @@
|
|
3
3
|
#--------------------------#
|
4
4
|
|
5
5
|
/app/etc/local.xml
|
6
|
+
|
6
7
|
/media/*
|
7
8
|
!/media/.htaccess
|
9
|
+
|
10
|
+
!/media/customer
|
11
|
+
/media/customer/*
|
8
12
|
!/media/customer/.htaccess
|
13
|
+
|
14
|
+
!/media/dhl
|
15
|
+
/media/dhl/*
|
9
16
|
!/media/dhl/logo.jpg
|
17
|
+
|
18
|
+
!/media/downloadable
|
19
|
+
/media/downloadable/*
|
10
20
|
!/media/downloadable/.htaccess
|
21
|
+
|
22
|
+
!/media/xmlconnect
|
23
|
+
/media/xmlconnect/*
|
24
|
+
|
25
|
+
!/media/xmlconnect/custom
|
26
|
+
/media/xmlconnect/custom/*
|
11
27
|
!/media/xmlconnect/custom/ok.gif
|
28
|
+
|
29
|
+
!/media/xmlconnect/original
|
30
|
+
/media/xmlconnect/original/*
|
12
31
|
!/media/xmlconnect/original/ok.gif
|
32
|
+
|
33
|
+
!/media/xmlconnect/system
|
34
|
+
/media/xmlconnect/system/*
|
13
35
|
!/media/xmlconnect/system/ok.gif
|
36
|
+
|
14
37
|
/var/*
|
15
38
|
!/var/.htaccess
|
39
|
+
|
40
|
+
!/var/package
|
41
|
+
/var/package/*
|
16
42
|
!/var/package/*.xml
|
43
|
+
|
File without changes
|
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.
|
4
|
+
version: 0.1.59
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nrser
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -436,7 +436,6 @@ files:
|
|
436
436
|
- roles/qb.gitignore/files/gitignore/Global/NetBeans.gitignore
|
437
437
|
- roles/qb.gitignore/files/gitignore/Global/Ninja.gitignore
|
438
438
|
- roles/qb.gitignore/files/gitignore/Global/NotepadPP.gitignore
|
439
|
-
- roles/qb.gitignore/files/gitignore/Global/OSX.gitignore
|
440
439
|
- roles/qb.gitignore/files/gitignore/Global/Otto.gitignore
|
441
440
|
- roles/qb.gitignore/files/gitignore/Global/README.md
|
442
441
|
- roles/qb.gitignore/files/gitignore/Global/Redcar.gitignore
|
@@ -501,7 +500,7 @@ files:
|
|
501
500
|
- roles/qb.gitignore/files/gitignore/Processing.gitignore
|
502
501
|
- roles/qb.gitignore/files/gitignore/PureScript.gitignore
|
503
502
|
- roles/qb.gitignore/files/gitignore/Python.gitignore
|
504
|
-
- roles/qb.gitignore/files/gitignore/
|
503
|
+
- roles/qb.gitignore/files/gitignore/QB.gitignore
|
505
504
|
- roles/qb.gitignore/files/gitignore/Qooxdoo.gitignore
|
506
505
|
- roles/qb.gitignore/files/gitignore/Qt.gitignore
|
507
506
|
- roles/qb.gitignore/files/gitignore/R.gitignore
|
@@ -1 +0,0 @@
|
|
1
|
-
roles/qb.gitignore/files/gitignore/Global/macOS.gitignore
|