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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d9ef40c050fa55e6ac95af524a389cc1edc190a
4
- data.tar.gz: 4c989f99113083f18c1f5bbdce7ca8a057959f7a
3
+ metadata.gz: b32c9db01703d573151ddce123c0403746afa7e1
4
+ data.tar.gz: 788477762465d109407c983cd3faf77354f8e4ea
5
5
  SHA512:
6
- metadata.gz: e30e4992bb09d8dd9bc6562f260cefc6fe91fbc78846985c8a65c264eff51cbd7ff0f033ad4c104b475095615e0a44356b3fd3355fb6cf10a3015c76cd91f099
7
- data.tar.gz: b903bb1d4ee914c75f9132a1e0978c252ce6cce7221dbebced141202f684368a2ab83dcfa816fc385ed86b3b79ff04da96d771b64a87a58f2bd2a5f8449f241c
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. Contracts are generated in a Markdown format by default. The default template is my personal contract template based on the popular open-source contract available [here](https://stuffandnonsense.co.uk/projects/contract-killer/).
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
 
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  class Contracter
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contracter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remi Gelinas