contracter 1.0.4 → 1.0.5
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/README.md +1 -1
- data/data/contracter/template.md +1 -1
- 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: b32c9db01703d573151ddce123c0403746afa7e1
|
4
|
+
data.tar.gz: 788477762465d109407c983cd3faf77354f8e4ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64f3a1fa55628f59bad3d080778cd70a910ac44e34d47d4951d5faf7b3fcbe55f137a036ce40551a89a1434f87534a5ed6e2c4f8f1af0e783a07b7d3a4387b35
|
7
|
+
data.tar.gz: 54d3847f29a36a0d8d9a39bc6946d2f09cd9a1b3b390500256484e345006fee1be5e66eee198faae78d5b53f2334901bc9f1b5e996414769618db6ce5b16aee3
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Contracter
|
2
2
|
|
3
|
-
Contracter is a quality of life gem that provides a simple Domain Specific Language for anyone to use in generating contracts for clients and services from templates.
|
3
|
+
Contracter is a quality of life gem that provides a simple Domain Specific Language for anyone to use in generating contracts for clients and services from templates. The default template is my personal contract template based on the popular open-source contract available [here](https://stuffandnonsense.co.uk/projects/contract-killer/).
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/data/contracter/template.md
CHANGED
@@ -9,7 +9,7 @@ I'll always do my best to fulfill your needs and meet your expectations, but it
|
|
9
9
|
|
10
10
|
So in short;
|
11
11
|
|
12
|
-
You ([client]), located at [client_address] are hiring me ([company]) located at [company_address] to [service] for the estimated total price of[estimated_total] as outlined in my previous correspondence. Of course it’s a little more complicated, but I'll get to that.
|
12
|
+
You ([client]), located at [client_address] are hiring me ([company]) located at [company_address] to [service] for the estimated total price of [estimated_total] as outlined in my previous correspondence. Of course it’s a little more complicated, but I'll get to that.
|
13
13
|
|
14
14
|
## What do both parties agree to do?
|
15
15
|
|
data/lib/contracter/version.rb
CHANGED