kurgan 0.2.1 → 0.2.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/kurgan/templates/README.md.tt +1 -1
- data/lib/kurgan/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7a168494dee61cb9f6d64540dc67b147c58654b3d6a6540e753efb67f8329c8
|
|
4
|
+
data.tar.gz: d9e8f3992b3e1c914c83e45eda70eae6bf995b3a5fb566725f40c9abb31eb376
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2fe1aa2b37feeeb729d44c02cc356452ac774851a2ed4dbcc8bb7e6c3fbe7f502de4d217ba9f58f70e0cc16ecb78e1eab887e920e8d80802d751d114628509c
|
|
7
|
+
data.tar.gz: c7aacfd238c8549b20a2e074288c355916139f134b484a8700c363b08adb1ce5fb26c0abe45e8d54156841100cd4ed79a2dc52039114c76b9a794ee0c4cd20e1
|
data/Gemfile.lock
CHANGED
|
@@ -24,7 +24,7 @@ cfhighlander cftest <%= name %>
|
|
|
24
24
|
<%- elsif @type == 'project' -%>
|
|
25
25
|
## Compiling the project
|
|
26
26
|
|
|
27
|
-
compiling with the
|
|
27
|
+
compiling with the validate tag to validate the templates
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
cfcompile <%= name %> --validate
|
data/lib/kurgan/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kurgan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guslington
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06
|
|
11
|
+
date: 2019-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|