contracter 1.0.0 → 1.0.1
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/data/contracter/template.md +7 -2
- data/lib/contracter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04be9bdd1e9bb0e87d5cdbf60d8c4586e6bc63a8
|
4
|
+
data.tar.gz: 024b2f15f5d81640dcf08d76039de8f502796d13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb44e49a2806ac6eeb2e458ca629c26971046cc8ae194bbc99c000ed0dfec581cac7d749844468bae00a6bf4b8cccd83cef01aace61f871ecf9149b8a3a990a2
|
7
|
+
data.tar.gz: 7c0f848b5f9789fe2e7de1bb7d183cba7853c9cadb2d088d0b40b0c4dcc74025b6b91c82dca219b23f189b5982e2fad8978b5be43c16f265f875ee569617dc62
|
data/data/contracter/template.md
CHANGED
@@ -108,6 +108,11 @@ Although the language is simple, the intentions are serious and this contract is
|
|
108
108
|
|
109
109
|
### The dotted line
|
110
110
|
|
111
|
-
Signed by and on behalf of [company]
|
112
|
-
|
111
|
+
Signed by and on behalf of [company]
|
112
|
+
|
113
|
+
_____________________
|
114
|
+
|
115
|
+
Signed by and on behalf of [client]
|
116
|
+
|
117
|
+
_____________________
|
113
118
|
Date [date]
|
data/lib/contracter/version.rb
CHANGED