contracter 1.0.1 → 1.0.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/data/contracter/template.md +2 -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: 352c7bdfe6305f7259c3dd1faddfd72cdeb944cb
|
|
4
|
+
data.tar.gz: 8821c5e906703ee0dc813943b997d291948bc37c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81e1cdc47e548f2da404a6ae5df16ba240709349bbe9817af06a11e98854a3d3aaa6afd9145c90883caa614d3fd4ce9670b6ff11e0ab582615e6edb533e2dcf4
|
|
7
|
+
data.tar.gz: ee77e573ddff4c1fc669340cf8d6d9a678e17dcccb6ccd36b78a7ce4c21d3fc42c38216451b31b6c79b5c0daa6dbba125949498e2130beffb22728ee8be9273b
|
data/data/contracter/template.md
CHANGED
|
@@ -110,9 +110,9 @@ Although the language is simple, the intentions are serious and this contract is
|
|
|
110
110
|
|
|
111
111
|
Signed by and on behalf of [company]
|
|
112
112
|
|
|
113
|
-
_____________________
|
|
113
|
+
\_____________________
|
|
114
114
|
|
|
115
115
|
Signed by and on behalf of [client]
|
|
116
116
|
|
|
117
|
-
_____________________
|
|
117
|
+
\_____________________
|
|
118
118
|
Date [date]
|
data/lib/contracter/version.rb
CHANGED