general 1.2.1 → 1.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
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 929452f8cde579e0045081d3ddbeabd63a117a46
|
|
4
|
+
data.tar.gz: 3c13f4e3084ac383b16434dd788d79859ed3b322
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9c8f0eab3929e4a86a686664805aa10757dcc18056502064cd798b31bd3a50998cd0810375d6ac4ed172818131020ddac379b56993734502b8e11f4dc9616d2
|
|
7
|
+
data.tar.gz: daf2f6d3e3bd8098082e5d49419b2020cd78e517fdb315a6a540ed4ae743b765dcd7b23fc1fac765592583acae692d5a28057132be1551c288f6570b94721169
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: general
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anshul Kharbanda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: "General is a simple templating system in ruby that allows you to create
|
|
14
14
|
templates from both \t\t\t\t\t\tpure strings and files (with the extension .general),
|
|
@@ -25,7 +25,7 @@ files:
|
|
|
25
25
|
- spec/gfile_spec.rb
|
|
26
26
|
- spec/gtemplate_spec.rb
|
|
27
27
|
- spec/spec_require.rb
|
|
28
|
-
homepage:
|
|
28
|
+
homepage: https://www.github.com/andydevs/general
|
|
29
29
|
licenses:
|
|
30
30
|
- GPL-3.0
|
|
31
31
|
metadata: {}
|